aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Alc to alcChris Robinson2019-07-281-59/+0
* Rename alMain.h to alcmain.hChris Robinson2019-07-281-2/+2
* Rename HrtfParams to HrtfFilterChris Robinson2019-06-181-3/+3
* Use span<FloatBufferLine> for MixSamplesChris Robinson2019-05-291-1/+1
* Use FloatBufferLine and span<> for MixRowSamplesChris Robinson2019-05-291-1/+1
* Pass a span to MixDirectHrtf instead of a pointer+sizeChris Robinson2019-05-291-1/+3
* Use FloatBufferLine with the HRTF mixer functionsChris Robinson2019-05-281-3/+3
* Use a temporary buffer for HRTF filter accumulationChris Robinson2019-03-291-3/+3
* Use template declarations for the HRTF mixersChris Robinson2019-01-231-41/+6
* Use template declarations for the normal mixing functionsChris Robinson2019-01-231-15/+4
* Use a template declaration for the resampler functionsChris Robinson2019-01-231-29/+18
* Constify some parametersChris Robinson2019-01-121-30/+27
* Handle all input channels in MixDirectHrtfChris Robinson2018-12-311-6/+6
* Handle HRTF coefficients and values by reference where possibleChris Robinson2018-12-261-9/+7
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-14/+6
* Convert ALu.c to C++Chris Robinson2018-11-161-0/+8
* Replace restrict with RESTRICTChris Robinson2018-10-291-34/+34
* Use ALsizei for the source resample positionChris Robinson2018-09-181-1/+1
* Move mixer sources into a sub-directoryChris Robinson2018-03-221-0/+119