aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace ATOMIC_REPLACE_HEAD with an inline functionChris Robinson2018-11-191-4/+4
|
* Remove the pointer-specific atomic exchange macrosChris Robinson2018-11-181-13/+11
|
* Avoid naming a struct member the same as an enum typeChris Robinson2018-11-181-2/+2
|
* Store the listener directly in the contextChris Robinson2018-11-171-34/+34
|
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-7/+0
|
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-7/+8
|
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
|
* Convert ALu.c to C++Chris Robinson2018-11-161-0/+1884
Required changes to bsincgen to generate C++-friendly structures.