aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/qsa.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a macro for GCC to ensure stack alignmentChris Robinson2013-11-251-9/+2
|
* Remove the Lock and Unlock methods from BackendFuncsChris Robinson2013-11-041-2/+0
| | | | | All backends that still use the old interface use the default locking methods, which is also used by the ALCbackend base.
* Rework threading functionsChris Robinson2013-10-271-9/+8
|
* Set a name for the mixer and recording threadsChris Robinson2013-10-271-0/+1
|
* Use force_align_arg_pointer for QSAChris Robinson2013-03-151-0/+8
|
* Add a QSA backend for QNXChris Robinson2013-03-141-0/+1170