aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use an array to get the device format from the user config stringChris Robinson2011-09-091-109/+36
* Avoid an unnecessary lockChris Robinson2011-09-021-6/+1
* Do an atomic compare-exchange on the global context when destroying a contextChris Robinson2011-09-022-6/+15
* Fix multichannel wet gainhf calculationChris Robinson2011-09-021-1/+1
* Use an atomic exchange to get the old global context when setting a new oneChris Robinson2011-09-021-2/+3
* Log the function name instead of the source file and line numberChris Robinson2011-09-024-22/+17
* Trace the reverb buffer sizeChris Robinson2011-09-021-0/+1
* Combine the reverb effectsChris Robinson2011-09-013-614/+538
* 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-013-42/+16
* 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-314-48/+38
* 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
* Don't set a thread priority if real-time isn't requestedChris Robinson2011-08-311-10/+2
* Add a function to initialize a RWLockChris Robinson2011-08-313-10/+12
* 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-309-17/+17
* 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-305-21/+20
* Use a separate array for the auxiliary slots in the mixerChris Robinson2011-08-304-32/+94
* Fix compilation with MSVCChris Robinson2011-08-301-2/+2
* Add functions to retrieve the source from the source map while removing itChris Robinson2011-08-303-7/+34
* Use a RWLock and atomic exchanges for thunk handlingChris Robinson2011-08-301-31/+31
* Lock the context while deleting sources only as neededChris Robinson2011-08-301-6/+14
* Don't lock the context while checking the validity of objectsChris Robinson2011-08-305-10/+10
* Do a pointer exchange when replacing the source buffer queueChris Robinson2011-08-292-16/+33
* Use the reference counting functions for the buffer and auxiliary slot refsChris Robinson2011-08-296-20/+20
* Hold the context lock as needed while generating and deleting sourcesChris Robinson2011-08-291-19/+20
* Use a generic int type to handle enum swapsChris Robinson2011-08-295-62/+48
* Do a compare-exchange to set the context errorChris Robinson2011-08-292-4/+23
* Exchange the AL error when retrieving itChris Robinson2011-08-291-2/+1
* Make specific functions to lock/unlock UIntMap accessChris Robinson2011-08-294-13/+21
* Manually lock the map while iterating through its contentsChris Robinson2011-08-293-0/+13
* Use a read-write lock to protect access to the UInt mapsChris Robinson2011-08-292-25/+97
* Make the source's NeedsUpdate volatileChris Robinson2011-08-291-1/+1
* Do a proper exchange when setting a new stateChris Robinson2011-08-291-2/+1
* Lock the context as needed for the defer and process callsChris Robinson2011-08-293-11/+40
* Make ALCcontext's DeferUpdates field volatileChris Robinson2011-08-291-1/+1
* Hold a reference on the global contextChris Robinson2011-08-291-7/+12
* GCC's atomic built-ins were introduced in 4.1.0, so check for that versionChris Robinson2011-08-291-1/+3
* Fix typoChris Robinson2011-08-291-1/+1
* Use atomic exchanges when checking for updates to objects' internal parametersChris Robinson2011-08-293-22/+44
* Use an enum instead of an boolean for some flagsChris Robinson2011-08-293-4/+4
* Increment the context reference count when lockingChris Robinson2011-08-281-46/+38
* Use a list of contexts in the device instead of an arrayChris Robinson2011-08-283-56/+53