AuroraOpenALSoft/OpenAL32
Chris Robinson a16739f765 Properly defer effect slot changes
Note that this now also causes all playing sources to update when an effect
slot is updated. This is a bit wasteful, as it should only need to re-update
sources that are using the effect slot (and only when a relevant property is
changed), but it's good enough. Especially with deferring since all playing
sources are going to get updated on the process call anyway.
2016-08-25 06:17:36 -07:00
..
Include Properly defer effect slot changes 2016-08-25 06:17:36 -07:00
alAuxEffectSlot.c Properly defer effect slot changes 2016-08-25 06:17:36 -07:00
alBuffer.c Use separate arrays for UIntMap keys and values 2016-07-04 20:35:32 -07:00
alEffect.c Use al_calloc/al_free in more places 2016-08-03 17:36:42 -07:00
alError.c Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt to fix the FSF' address Fix the FSF' address in the source 2014-08-18 11:34:29 -07:00
alExtension.c Remove broken autowah effect code 2016-07-26 03:45:25 -07:00
alFilter.c Use al_calloc/al_free in more places 2016-08-03 17:36:42 -07:00
alListener.c Don't pass the context's distance model as the source's 2016-08-23 19:17:17 -07:00
alSource.c Make a function definition static 2016-08-23 23:57:55 -07:00
alState.c Don't pass the context's distance model as the source's 2016-08-23 19:17:17 -07:00
alThunk.c Increase the default thunk array size 2016-07-25 06:29:08 -07:00
sample_cvt.c Add some asserts to verify block alignment for conversion 2014-05-20 09:16:54 -07:00