aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alAuxEffectSlot.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GetReffedContext to GetContextRefChris Robinson2011-08-301-3/+3
* Use a more appropriate error for trying to delete an effect slot that's in useChris Robinson2011-08-301-1/+1
* Hold the lock only as needed when generating and deleting effect slotsChris Robinson2011-08-301-17/+16
* Add a limit to the UIntMap size and use it for sources and effect slotsChris Robinson2011-08-301-2/+0
* Use a separate array for the auxiliary slots in the mixerChris Robinson2011-08-301-16/+69
* Don't lock the context while checking the validity of objectsChris Robinson2011-08-301-2/+2
* Use the reference counting functions for the buffer and auxiliary slot refsChris Robinson2011-08-291-2/+2
* Always use the thunk functions to get object IDsChris Robinson2011-08-221-4/+4
* Don't use the thunk array for object lookupsChris Robinson2011-08-221-1/+1
* Request a slot update when the gain changesChris Robinson2011-07-161-0/+3
* Pass the effect slot to the effect update methodChris Robinson2011-07-161-3/+3
* Allow effect slots to be updated asynchronouslyChris Robinson2011-07-161-4/+19
* Always pass the slot's effect to the update methodChris Robinson2011-07-111-1/+1
* Update the context when an auxiliary slot is modifiedChris Robinson2011-07-111-23/+2
* Rename Suspend/ProcessContext since they are locking a mutexChris Robinson2011-06-301-22/+22
* Allow alThunkAddEntry to return a proper errorChris Robinson2011-06-171-3/+3
* Avoid calling some AL functions from under the context lockChris Robinson2011-06-161-18/+30
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-121-0/+4
* Rename OUTPUTCHANNELS to something more descriptiveChris Robinson2010-12-011-1/+1
* Use the number of sends the device is configured for in more placesChris Robinson2010-11-061-2/+4
* Reduce some more indentationChris Robinson2010-09-211-24/+25
* Reduce some indentationChris Robinson2010-09-211-48/+42
* Improve some range checksChris Robinson2010-09-211-2/+4
* Handle clicks by watching changes between updatesChris Robinson2010-08-161-0/+3
* Add click removal for wet sendsChris Robinson2010-08-151-0/+2
* Use a map for the effects listChris Robinson2010-05-181-3/+2
* Use a UIntMap for the effect slot listChris Robinson2010-05-121-59/+45
* Use a map to store sources and buffersChris Robinson2010-05-011-3/+3
* Implement a skeleton Ring Modulator effectChris Robinson2010-04-081-0/+2
* Shorten some variable namesChris Robinson2010-03-261-32/+32
* Remove unnecessary NULL checkChris Robinson2010-03-241-2/+1
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-11/+11
* Cleanup and fixup Release* functionsChris Robinson2010-03-201-3/+2
* Avoid calling alDelete* from alGen*Chris Robinson2010-03-201-3/+13
* Get rid of more alIs* callsChris Robinson2010-03-161-30/+26
* Pass the context to alSetErrorChris Robinson2010-03-161-27/+25
* Rename some struct members for consistencyChris Robinson2010-03-161-11/+11
* Call the Update effect method for null effectsChris Robinson2009-11-281-4/+2
* Update source parameters only when they need changingChris Robinson2009-11-251-0/+26
* Handle NULL effect objects as AL_EFFECT_NULL effectsChris Robinson2009-11-051-20/+18
* Handle setting AL_EFFECT_NULL effect types on a slotChris Robinson2009-11-051-0/+43
* Add a method to update device-dependant effect parameters.Chris Robinson2009-10-201-1/+6
* Be context-agnostic in the effect Create functionsChris Robinson2009-10-191-3/+3
* Print source and auxiliary slot debug warnings from alcDestroyContextChris Robinson2009-08-161-5/+0
* More modifications and fixes for context checksChris Robinson2009-08-161-56/+12
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-22/+11
* Store the max number of auxiliary slots in the deviceChris Robinson2009-06-071-1/+3
* Set an error if effect creation failsChris Robinson2009-05-311-11/+14
* Apply slot gain on slot output, not inputChris Robinson2009-05-291-1/+1
* Don't expose effect-specific structuresChris Robinson2009-05-291-25/+16