aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
|
* Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
| | | Support latest Win10 SDK.
* Simplify some binary search lookupsChris Robinson2018-11-261-69/+27
|
* Remove althrd_t from WindowsChris Robinson2018-11-265-119/+5
|
* Replace some uses of althrd_t with std::threadChris Robinson2018-11-262-29/+35
|
* Add a missing std::beginChris Robinson2018-11-261-1/+1
|
* Get rid of some unnecessary functionsChris Robinson2018-11-262-20/+6
|
* Get rid of the last ATOMIC macro usesChris Robinson2018-11-267-26/+11
|
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-2611-18/+17
|
* Use a unique_ptr for the QSA backend dataChris Robinson2018-11-261-53/+28
|
* Rename some struct membersChris Robinson2018-11-2613-383/+378
|
* Remove some unused macrosChris Robinson2018-11-261-7/+0
|
* Avoid using the ATOMIC() macroChris Robinson2018-11-2614-39/+37
|
* Avoid using ATOMIC_INITChris Robinson2018-11-2611-98/+49
|
* Don't explicitly clear vector objects in the destructorChris Robinson2018-11-251-10/+6
|
* Automatically clean up filters and effects with their sublistsChris Robinson2018-11-256-60/+54
|
* Automatically clean up buffers with ther sublistChris Robinson2018-11-255-37/+28
|
* Clean up MixSourceChris Robinson2018-11-251-104/+93
|
* Avoid another DECL_TEMPLATE macroChris Robinson2018-11-255-31/+58
|
* Fix an incorrect function callChris Robinson2018-11-251-1/+1
|
* Avoid a separate function to clean up effect slotsChris Robinson2018-11-253-17/+5
|
* Atuomatically clean up sources with its sublist's destructionChris Robinson2018-11-254-26/+25
|
* Properly initialize the sublists' freemaskChris Robinson2018-11-252-4/+4
|
* Add a POPCNT64 macroChris Robinson2018-11-241-0/+15
| | | | To count the number of 1/on bits in a 64-bit value
* Move bs2b.h to a more appropriate placeChris Robinson2018-11-242-1/+1
|
* Use C++ methods a bit moreChris Robinson2018-11-242-21/+14
|
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-2415-61/+61
| | | | Which uses a custom allocator that uses our allocation functions.
* Avoid an extraneous booleanChris Robinson2018-11-241-9/+4
|
* Make GetContextRef return a ContextRefChris Robinson2018-11-242-6/+5
|
* Use RAII in alEffect.cppChris Robinson2018-11-242-426/+398
|
* Fix a couple commentsChris Robinson2018-11-241-2/+2
|
* Ensure an enum is the appropriate size/typeChris Robinson2018-11-241-13/+5
|
* Use a normal vector to store buffer dataChris Robinson2018-11-243-44/+37
|
* Use RAII more with alFilter.cppChris Robinson2018-11-241-382/+364
|
* Use a unique_ptr while opening a deviceChris Robinson2018-11-231-21/+22
|
* Use RAII for device referencesChris Robinson2018-11-231-236/+232
|
* Make the context VoiceCount atomicChris Robinson2018-11-234-86/+79
|
* Fix an incorrect checkChris Robinson2018-11-231-1/+1
|
* Restructure and clean up alu.cpp a bitChris Robinson2018-11-231-151/+166
|
* Avoid a couple explicit loopsChris Robinson2018-11-222-27/+23
|
* Add noexcept to a bunch of inline functionsChris Robinson2018-11-222-28/+28
|
* Make a DirectHrtfState constructor to try appeasing MSVCChris Robinson2018-11-221-2/+4
|
* Use proper time types for the device clock time and latencyChris Robinson2018-11-229-39/+39
|
* Use standard types for the device clock timesChris Robinson2018-11-225-13/+29
|
* Clean up alSource.cpp someChris Robinson2018-11-221-666/+626
|
* Clean up the Chorus a littleChris Robinson2018-11-221-64/+53
|
* Use unique_ptr for DirectHrtfStateChris Robinson2018-11-225-9/+9
|
* Add and use a macro to define placement-new-only allocatorsChris Robinson2018-11-222-3/+5
| | | | | | This is for structs that utilize over-allocation, either flexible array members, or which store optional additional objects in the same allocation block.
* Clean up some unnecessary specifiersChris Robinson2018-11-225-23/+19
|
* Use unique_ptr for bs2bChris Robinson2018-11-225-23/+16
|