aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/dsound.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the backend type an enum classChris Robinson2018-12-291-5/+5
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-228/+171
* Use static_cast instead of reinterpret_cast where possibleChris Robinson2018-12-281-1/+1
* Turn more methods into member functionsChris Robinson2018-12-271-66/+67
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-12/+8
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-6/+6
* Rename DSound class members for consistencyChris Robinson2018-12-271-95/+95
* Return unique_ptrs instead of raw pointersChris Robinson2018-12-271-2/+2
* Clean up the ring buffer struct and use member functionsChris Robinson2018-12-261-7/+9
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-2/+2
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-13/+9
* Use inline methods for the device format sizesChris Robinson2018-12-191-6/+6
* Fix some MSVC conversion warningsChris Robinson2018-12-121-3/+3
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-2/+2
* Rename some struct membersChris Robinson2018-11-261-7/+7
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-4/+4
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-5/+3
* Use a std::string for the device nameChris Robinson2018-11-181-6/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-4/+4
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
* Convert the DSound backend factoryChris Robinson2018-11-151-90/+64
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-5/+3
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-8/+8
* Hide function pointer wrapper macros for IDE parsingChris Robinson2018-11-071-0/+2
* Use the proper enum values for atomic opsChris Robinson2018-11-061-3/+3
* Convert the DSound backend to C++Chris Robinson2018-11-061-0/+1051