aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Dynamically allocate space for HRTF tablesChris Robinson2011-09-181-0/+1
* Store the HRTF tables used in the deviceChris Robinson2011-09-181-3/+9
* Make alcSetError staticChris Robinson2011-09-141-2/+0
* Use IsDebuggerPresent instead of the VC-only __try/__exceptChris Robinson2011-09-141-5/+2
* Return an error from the CaptureSamples method instead of setting itChris Robinson2011-09-141-1/+1
* Pre-apply the deferred source offset only when it's playing or pausedChris Robinson2011-09-121-1/+2
* Rename the ALEffect_ macros to ALeffectState_ to reflect what they work onChris Robinson2011-09-123-12/+12
* Be a bit more robust while handling the global device listChris Robinson2011-09-121-1/+1
* Remove the effect slot parameter from the effect process methodChris Robinson2011-09-122-7/+6
* Fix a possible race condition when setting an effect on a slotChris Robinson2011-09-111-2/+2
* Fix non-GCC CompExchangePtr implementationsChris Robinson2011-09-111-3/+3
* Remove GetLockedContextChris Robinson2011-09-112-15/+31
* Get rid of some more GetLockedContext callsChris Robinson2011-09-112-29/+36
* Use function pointers to set type-specific effect propertiesChris Robinson2011-09-112-743/+942
* Remove the union from the effect parameter typesChris Robinson2011-09-112-188/+186
* Use function pointers to set type-specific filter propertiesChris Robinson2011-09-112-80/+175
* More lock avoidanceChris Robinson2011-09-111-6/+6
* Just reference the context when checking for extensionsChris Robinson2011-09-111-3/+2
* Use a RWLock to protect access to a buffer instead of the device lockChris Robinson2011-09-113-71/+83
* Avoid holding the context lock for the buffer functionsChris Robinson2011-09-111-74/+114
* Avoid holding the context lock when setting auxiliary slot propertiesChris Robinson2011-09-112-40/+44
* Make some listener properties volatileChris Robinson2011-09-111-4/+4
* Mark some source properties volatileChris Robinson2011-09-111-31/+31
* Small fixes to setting the source's direct filter and auxiliary sendChris Robinson2011-09-111-5/+5
* Avoid holding the context lock while setting source parametersChris Robinson2011-09-111-37/+74
* Initialize source parameters before adding the source to the mapChris Robinson2011-09-102-1/+2
* Don't defer stopped and initial source state changesChris Robinson2011-09-101-4/+4
* Avoid locking the device when adding and removing contextsChris Robinson2011-09-101-3/+2
* Avoid holding the list lock when not neededChris Robinson2011-09-101-1/+1
* Add some reference counting to the deviceChris Robinson2011-09-101-0/+2
* Fix a parameter typeChris Robinson2011-09-101-1/+1
* Add an option to trap context errors in a debuggerChris Robinson2011-09-102-0/+19
* Do an atomic compare-exchange on the global context when destroying a contextChris Robinson2011-09-021-0/+12
* Log the function name instead of the source file and line numberChris Robinson2011-09-021-3/+2
* Combine the reverb effectsChris Robinson2011-09-012-14/+13
* Don't recreate the effect when switching between the dedicated effect typesChris Robinson2011-09-011-24/+48
* Combine the dedicated (dialog/LFE) effectsChris Robinson2011-09-012-4/+3
* Fix a commentChris Robinson2011-08-311-3/+2
* Fix a potential infinite loop when removing an effect slotChris Robinson2011-08-311-0/+1
* Store the filter gains directly in the source instead of duplicate filter obj...Chris Robinson2011-08-312-12/+26
* Avoid the context lock when generating and deleting effects and filtersChris Robinson2011-08-312-38/+22
* Avoid the context lock when generating and deleting buffersChris Robinson2011-08-311-19/+9
* Add a function to initialize a RWLockChris Robinson2011-08-312-5/+2
* Hold the context lock only as needed when handling the listenerChris Robinson2011-08-312-120/+138
* Avoid locking the context while getting and setting global stateChris Robinson2011-08-312-49/+49
* Use the active effect slot list for pending updates in alDeferUpdatesSOFTChris Robinson2011-08-301-8/+8
* Rename GetReffedContext to GetContextRefChris Robinson2011-08-308-14/+14
* 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-303-11/+3