aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcDedicated.c
Commit message (Expand)AuthorAgeFilesLines
* Move remaining effects to the effects subdirChris Robinson2013-05-231-183/+0
* Use restrict instead of RESTRICTChris Robinson2013-05-221-1/+1
* Rename the effect state's Destroy method to DestructChris Robinson2013-05-211-2/+2
* Use factories to create and destroy effect statesChris Robinson2013-05-211-2/+38
* Auto-generate wrappers to upcast objects before calling user methodsChris Robinson2013-05-211-9/+6
* Use macros to help define vtables for effect statesChris Robinson2013-05-211-11/+8
* Rename some inheritance macrosChris Robinson2013-05-211-8/+8
* Process 64 samples at a time for some effectsChris Robinson2013-05-201-0/+3
* Use some macros to help with deriving typesChris Robinson2013-05-201-10/+9
* Move the effect-specific get/set methods to where the effect is implementedChris Robinson2013-03-131-0/+51
* Mark some parameters as const and/or RESTRICTChris Robinson2012-10-141-1/+1
* Use a non-interleaved DryBufferChris Robinson2012-09-111-8/+5
* Use wrappers for float-typed math functionsChris Robinson2012-06-291-1/+1
* Don't use all caps for enum value namesChris Robinson2012-06-281-5/+5
* Use ComputeAngleGains for the echo and dedicated effectsChris Robinson2012-04-281-9/+1
* Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2Chris Robinson2012-04-281-1/+1
* Pass a device to the effect update functionsChris Robinson2012-03-131-2/+1
* Rename SpeakerGain to ChannelGainChris Robinson2012-02-101-3/+3
* Remove the effect slot parameter from the effect process methodChris Robinson2011-09-121-2/+1
* Remove the union from the effect parameter typesChris Robinson2011-09-111-1/+1
* Combine the dedicated (dialog/LFE) effectsChris Robinson2011-09-011-38/+13
* Apply the slot gain during the effect update methodChris Robinson2011-07-161-5/+12
* Pass the effect slot to the effect update methodChris Robinson2011-07-161-4/+4
* Use a multi-dimensional array for the panning LUTChris Robinson2011-05-211-1/+1
* Dedicated dialog should go in frontChris Robinson2011-05-201-1/+1
* Store the separate effect parameters in a unionChris Robinson2011-05-201-2/+2
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-121-0/+131