aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alFilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a standard mutex for the remaining locksChris Robinson2018-11-261-16/+12
* Automatically clean up filters and effects with their sublistsChris Robinson2018-11-251-17/+9
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-1/+1
* Fix a couple commentsChris Robinson2018-11-241-2/+2
* Use RAII more with alFilter.cppChris Robinson2018-11-241-382/+364
* Use a normal vector for filter sublistsChris Robinson2018-11-181-39/+33
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Convert alEffect.c and alFilter.c to C++Chris Robinson2018-11-161-0/+668