aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-13/+12
* Fix some MSVC conversion warningsChris Robinson2018-12-121-2/+2
* Use a standard mutex for the remaining locksChris Robinson2018-11-261-27/+21
* Get rid of the last ATOMIC macro usesChris Robinson2018-11-261-6/+6
* Automatically clean up buffers with ther sublistChris Robinson2018-11-251-23/+9
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-1/+1
* Use a normal vector to store buffer dataChris Robinson2018-11-241-19/+11
* Fix deleting the same buffer ID multiple times in one callChris Robinson2018-11-211-1/+4
* Remove the ATOMIC_THREAD_FENCE macroChris Robinson2018-11-191-1/+1
* Use a normal vector for buffer sublistsChris Robinson2018-11-181-33/+30
* Move the ALCcontext definition to its own headerChris Robinson2018-11-171-0/+1
* Disambiguate operation orderChris Robinson2018-11-081-1/+1
* Avoid using out parametersChris Robinson2018-11-081-73/+81
* Move static functions to an anonymous namespaceChris Robinson2018-11-081-390/+379
* Make a const array constexprChris Robinson2018-10-311-1/+1
* Move some extern inline declarations to CChris Robinson2018-10-311-5/+0
* Avoid assigning in an if statementChris Robinson2018-10-311-20/+20
* Add a missing <array> includeChris Robinson2018-10-311-0/+1
* Convert alBuffer.c to C++Chris Robinson2018-10-311-0/+1217