aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/base.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use inline functions for popcnt and ctz instead of macrosChris Robinson2020-10-131-1/+1
* Set channel labels from WFX channel masksChris Robinson2020-06-151-0/+55
* Don't bother with otherwise unused Aux channelsChris Robinson2020-06-151-25/+0
* Move a couple related functions to the backend baseChris Robinson2020-06-121-0/+121
* Inline a small helper methodChris Robinson2020-03-301-10/+0
* Inline a couple BackendBase methodsChris Robinson2020-03-301-5/+0
* Add a helper to wait for the device mixChris Robinson2020-03-031-2/+1
* Fix BackendVase typoChris Robinson2019-10-071-1/+1
* Use exceptions for backend open failuresChris Robinson2019-10-071-1/+2
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-3/+3
* Clean up more implicit conversionsChris Robinson2019-09-131-1/+2
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-2/+2
* More include cleanupChris Robinson2019-07-291-4/+6
* Rename Alc to alcChris Robinson2019-07-281-0/+58