aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
Commit message (Expand)AuthorAgeFilesLines
* Combine multiple loopsChris Robinson2011-05-151-208/+36
* Re-enable duplication for stereo soundsChris Robinson2011-05-151-0/+19
* Make a couple more pointers restrictedChris Robinson2011-05-071-2/+3
* Some minor cleanupsChris Robinson2011-05-071-6/+6
* Add an option to reverse Z panning of mono sourcesChris Robinson2011-05-071-3/+3
* Combine duplicate arraysChris Robinson2011-05-061-64/+31
* Skip LFE with HRTF outputChris Robinson2011-05-061-0/+9
* Use the panning algorithms to build the multi-channel source matrixChris Robinson2011-05-061-92/+132
* Remove some redundancyChris Robinson2011-05-061-6/+5
* Minor source update fixesChris Robinson2011-05-061-3/+3
* Remove the head_dampen optionChris Robinson2011-05-061-14/+0
* Mark a couple more pointers as restrictedChris Robinson2011-05-061-2/+3
* Use the same filters for mono sources and multi-channelChris Robinson2011-05-031-8/+3
* Fix non-spatialized mono sourcesChris Robinson2011-05-021-1/+15
* Implement HRTF mixers for multi-channel sourcesChris Robinson2011-05-021-43/+178
* Use flags instead of separate boolsChris Robinson2011-05-011-4/+2
* Add an HRTF filter for mono sourcesChris Robinson2011-05-011-15/+33
* Add a compatibility option to treat cone angles as half anglesChris Robinson2011-04-221-2/+2
* Convert full-width cone angle source properties to half-widthChris Robinson2011-04-221-3/+3
* Apply the device matrix to the multi-channel source matrixChris Robinson2011-04-141-72/+74
* Invert the device matrix row/columnChris Robinson2011-03-131-4/+4
* Remove more unneeded castsChris Robinson2011-03-131-5/+5
* 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