aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make MixVoice a member functionChris Robinson2019-08-311-5/+1
* Use a span for effect state inputChris Robinson2019-08-261-2/+1
* Pass unsigned sample count to aluMixDataChris Robinson2019-08-251-11/+11
* Use size_t for the post-process sample lengthChris Robinson2019-08-251-5/+4
* Use size_t for HrtfMixer functions' buffer sizeChris Robinson2019-08-201-0/+1
* Move update pointers to the containers they updateChris Robinson2019-08-131-2/+2
* Add methods to get env vars as an optionalChris Robinson2019-08-121-6/+11
* Make the post-process methods member functionsChris Robinson2019-08-071-24/+20
* Update some includesChris Robinson2019-08-051-1/+1
* Move the meters per unit property to the listenerChris Robinson2019-08-051-2/+1
* Remove the ReverbSpeedOfSound hackChris Robinson2019-08-051-79/+55
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-6/+6
* Avoid reloading the voices array when processingChris Robinson2019-08-021-12/+13
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-3/+3
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-17/+7
* Properly prefix ALCcontext membersChris Robinson2019-07-301-30/+30
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-5/+5
* Move the event declarations to a separate headerChris Robinson2019-07-291-0/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+1798