aboutsummaryrefslogtreecommitdiffstats
path: root/alc/device.h
Commit message (Expand)AuthorAgeFilesLines
* Add AL_EXT_debug functions to set/get object namesChris Robinson2023-08-111-0/+5
* Add a callback to report system device changesChris Robinson2023-05-301-0/+3
* Avoid using al::vector unnecessarilyChris Robinson2023-05-121-5/+5
* Replace al::optional with std::optionalChris Robinson2023-05-041-6/+7
* Move EAX files to their own sub-directoryChris Robinson2022-05-161-1/+1
* Mark the template base as inlineChris Robinson2022-05-141-1/+1
* Use a bool type for boolean parametersChris Robinson2022-04-161-1/+1
* Update the ALC_SOFT_output_mode surround enumsChris Robinson2022-04-151-3/+3
* Rename ALC_STEREO_PLAIN_SOFT and don't duplicate ALC_HRTF_SOFTChris Robinson2022-03-291-1/+1
* Handle more modes with the ALC_OUTPUT_MODE_SOFT attributeChris Robinson2022-03-231-0/+17
* Fix X-RAM trackingChris Robinson2022-03-061-1/+1
* Move ALSOFT_EAX definition to config.hChris Robinson2022-01-301-2/+2
* Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)Boris I. Bendovsky2022-01-301-0/+8
* Make the backend pointer part of ALCdevice instead of DeviceBaseChris Robinson2021-11-191-1/+10
* Consolidate some variable stateChris Robinson2021-11-171-2/+0
* Add wrapper methods for getting device config valuesChris Robinson2021-06-231-0/+23
* Rename alcmain.h to device.hChris Robinson2021-04-271-0/+110