aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary castsChris Robinson2011-03-131-2/+2
* Use a matrix when rendering to the dry bufferChris Robinson2010-12-091-28/+78
* Make better use of the type range when converting from floatChris Robinson2010-12-091-22/+14
* Remove some now-unused functionsChris Robinson2010-12-081-106/+0
* Separate device format into 'channel config' and 'sample type' componentsChris Robinson2010-12-041-37/+26
* Add functions to write (signed) byte and ushort samples to devicesChris Robinson2010-12-021-1/+34
* Template-ize the device buffer writing functionsChris Robinson2010-12-011-83/+144
* Rename OUTPUTCHANNELS to something more descriptiveChris Robinson2010-12-011-13/+13
* Reorder some parameters for consistencyChris Robinson2010-11-291-4/+4
* Uninline some functionsChris Robinson2010-11-281-0/+106
* Rename some stuff for consistencyChris Robinson2010-11-281-2/+2
* Don't store the internal format in the bufferChris Robinson2010-11-281-4/+4
* Use the enums in a couple more placesChris Robinson2010-11-271-4/+4
* Fix step calculationsChris Robinson2010-11-261-4/+0
* Fix some commentsChris Robinson2010-11-261-4/+5
* Properly clamp high pitch valuesChris Robinson2010-11-261-24/+35
* Make a FRACTIONONE macro, and use itChris Robinson2010-11-261-4/+4
* Slightly improve channel gain calculationsChris Robinson2010-11-261-2/+2
* Call MixSource directly, instead of through a function pointerChris Robinson2010-11-251-1/+1
* Reorder some stored source paramsChris Robinson2010-11-241-3/+3
* Get rid of the device timer stuffChris Robinson2010-11-211-1/+0
* Move aluMixData back to ALu.cChris Robinson2010-11-211-0/+217
* Use the number of sends the device is configured for in more placesChris Robinson2010-11-061-10/+0
* Rename a couple more variablesChris Robinson2010-10-101-37/+35
* Improve naming and placement of a couple variablesChris Robinson2010-10-101-12/+14
* Simplify a calculationChris Robinson2010-10-091-2/+1
* Better protect against negative attenuationChris Robinson2010-09-241-1/+4
* Store air absorption factor locallyChris Robinson2010-09-121-3/+5
* Prevent effectiveDist from going negativeChris Robinson2010-09-111-1/+1
* Combine non-attenuated source calculation functionsChris Robinson2010-08-071-156/+62
* Calculate the source stepping value with the param calculationsChris Robinson2010-08-071-5/+40
* Calculate the actual stepping value in the source update methodChris Robinson2010-08-071-4/+42
* Combine stereo and stereo-duplicate mixersChris Robinson2010-08-051-0/+144
* Move the core mixer functions to a separate source fileChris Robinson2010-08-031-752/+1
* Use a callback to specify the source update methodChris Robinson2010-08-031-7/+3
* Add some spacingChris Robinson2010-08-031-0/+4
* Move active source iteration to aluMixDataChris Robinson2010-08-031-25/+16
* Separate speaker/panning initialization into another source fileChris Robinson2010-08-031-329/+0
* Combine duplicate lines into the mixing macroChris Robinson2010-07-311-6/+2
* Remove an unnecessary variableChris Robinson2010-07-311-13/+12
* Keep count of the number of samples playedChris Robinson2010-07-221-0/+1
* Fix backslash alignment for the single-channel mixer macroChris Robinson2010-07-061-34/+34
* Use an array of active sources when mixingChris Robinson2010-06-061-13/+19
* Skip mixing after checking looping validityChris Robinson2010-06-031-3/+4
* Don't bother storing the loop points in the sourceChris Robinson2010-05-241-3/+4
* Use the loop start when filling in padding data for looping sourcesChris Robinson2010-05-131-1/+1
* Pay attention to the source loop pointsChris Robinson2010-05-131-3/+19
* Only use a modulo to loop when the source is staticChris Robinson2010-05-131-1/+1
* Use a UIntMap for the effect slot listChris Robinson2010-05-121-3/+3
* Store looping locally when mixing a sourceChris Robinson2010-05-121-2/+4