aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
Commit message (Expand)AuthorAgeFilesLines
* Rename Zero-Order Hold to NearestChris Robinson2017-05-031-1/+1
* Add a method to enumerate resamplersChris Robinson2017-04-211-0/+90
* Don't defer source state or offset changesChris Robinson2017-03-191-6/+6
* Trace the commit ID and branch the library was built fromChris Robinson2016-12-211-0/+2
* Add a volume-adjust config option to adjust the source output volumeChris Robinson2016-09-241-5/+5
* Add a query for the maximum source gain limitChris Robinson2016-08-281-0/+26
* Allow sources to play while alcSuspendContext is in effectChris Robinson2016-08-261-6/+11
* Don't pass the context's distance model as the source'sChris Robinson2016-08-231-3/+3
* Avoid resupplying unneeded source updatesChris Robinson2016-08-231-9/+0
* Avoid redundantly storing distance model settingsChris Robinson2016-05-171-9/+0
* Provide asynchronous property updates for sourcesChris Robinson2016-05-141-11/+37
* Store the remaining context properties with the listener propertiesChris Robinson2016-05-131-6/+4
* Use a lockless method for updating listener and context propertiesChris Robinson2016-05-111-6/+21
* Remove the MIDI codeChris Robinson2015-10-201-96/+0
* Avoid the ALCdevice_Lock/Unlock wrapper in some placesChris Robinson2014-11-011-2/+3
* Make alcSuspendContext and alcProcessContext batch updatesChris Robinson2014-10-121-72/+2
* Protect alProcessUpdatesSOFT with a lockChris Robinson2014-09-031-2/+2
* Rename activesource to voiceChris Robinson2014-08-211-8/+8
* Use an array of objects for active sources instead of pointersChris Robinson2014-08-211-4/+4
* Use a NULL source for inactive activesourcesChris Robinson2014-08-211-6/+4
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-181-2/+2
* Explicitly pass the address of atomics and parameters that can be modifiedChris Robinson2014-07-261-9/+9
* Use generic atomics in more placesChris Robinson2014-07-221-1/+1
* Add macros for generic atomic functionalityChris Robinson2014-07-221-8/+8
* Use a RWLock to help protect the source's buffer queueChris Robinson2014-05-101-0/+4
* Add a generic vector interface and use it for the active effect slotsChris Robinson2014-03-211-2/+2
* Store some source mixing parameters in the active source structChris Robinson2014-03-191-2/+2
* Use a separate struct for tracking active sourcesChris Robinson2014-03-181-6/+10
* Add a method to get the current MIDI stateChris Robinson2014-01-121-0/+26
* Add a method to set and get soundfontsChris Robinson2013-12-271-4/+48
* Move the base MidiSynth to a separate fileChris Robinson2013-12-171-1/+2
* Add methods to set and get the MIDI gainChris Robinson2013-11-301-0/+12
* Start a MIDI interface extensionChris Robinson2013-11-281-0/+84
* Rename VCALL and VCALL0 to V and V0Chris Robinson2013-11-021-1/+1
* Modify how VCALL is handledChris Robinson2013-10-281-1/+1
* Remove al_try from alState.cChris Robinson2013-10-071-326/+283
* Fix up the naming convention of effect methodsChris Robinson2013-05-291-1/+1
* Use generic VCALL[_NOARGS] macros instead of type-specific wrappersChris Robinson2013-05-271-1/+1
* Simplify al_try codeChris Robinson2013-03-241-5/+1
* Use a struct to store the FPU modeChris Robinson2012-09-161-3/+3
* Remove an unused headerChris Robinson2012-09-141-1/+1
* Change alState.c to the new error handlingChris Robinson2012-04-241-221/+233
* Remove hungarian notation from the device and context structsChris Robinson2012-04-191-7/+7
* Use a double to store the source offset and don't use milliseconds for secondsChris Robinson2012-04-161-1/+1
* Pass a device to the effect update functionsChris Robinson2012-03-131-1/+1
* Use inline functions to set/restore the FPU mode for mixer updatesChris Robinson2011-09-291-15/+3
* Set toward-zero rounding when updating in alDeferUpdatesSOFTChris Robinson2011-09-281-0/+16
* 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-121-1/+1
* Avoid locking the context while getting and setting global stateChris Robinson2011-08-311-41/+41