aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sdl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-1/+1
* Don't log the function or prefixChris Robinson2019-06-041-1/+0
* Specify the buffer size as itself instead of the period countChris Robinson2019-04-261-2/+2
* Remove the backend factory deinit methodChris Robinson2019-04-141-8/+1
* Rename DevProbe enum namesChris Robinson2019-03-191-1/+1
* Don't make the backend's lock/unlock methods noexceptChris Robinson2018-12-291-4/+4
* Return a unique_ptr for the backendChris Robinson2018-12-291-2/+2
* Make the backend type an enum classChris Robinson2018-12-291-6/+4
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-93/+65
* Turn even more methods into member functionsChris Robinson2018-12-281-38/+43
* Finish renaming backend struct fieldsChris Robinson2018-12-271-34/+28
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-7/+5
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-10/+9
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-3/+3
* Use inline methods for the device format sizesChris Robinson2018-12-191-2/+2
* Use a std::string for the device nameChris Robinson2018-11-181-3/+1
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Convert the SDL2 backend factoryChris Robinson2018-11-151-35/+12
* Use a regular char* for the device's nameChris Robinson2018-11-151-1/+2
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-7/+5
* Convert the SDL2 backend to C++Chris Robinson2018-11-121-0/+291