This website requires JavaScript.
Explore
Help
Sign In
kcat
/
openal-soft
Watch
1
Star
0
Fork
0
You've already forked openal-soft
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openal-soft
/
OpenAL32
History
Chris Robinson
419294cddd
Avoid locking the device when adding and removing contexts
...
Also, don't keep track of the number of contexts per device
2011-09-10 07:18:29 -07:00
..
Include
Avoid locking the device when adding and removing contexts
2011-09-10 07:18:29 -07:00
alAuxEffectSlot.c
Combine the reverb effects
2011-09-01 20:06:51 -07:00
alBuffer.c
Avoid the context lock when generating and deleting buffers
2011-08-31 01:13:02 -07:00
alEffect.c
Avoid the context lock when generating and deleting effects and filters
2011-08-31 02:15:03 -07:00
alError.c
Add an option to trap context errors in a debugger
2011-09-10 01:12:34 -07:00
alExtension.c
Add a couple new functions to handle deferred updates
2011-07-16 16:59:20 -07:00
alFilter.c
Avoid the context lock when generating and deleting effects and filters
2011-08-31 02:15:03 -07:00
alListener.c
Hold the context lock only as needed when handling the listener
2011-08-31 00:33:33 -07:00
alSource.c
Store the filter gains directly in the source instead of duplicate filter objects
2011-08-31 02:18:16 -07:00
alState.c
Avoid locking the context while getting and setting global state
2011-08-31 00:19:27 -07:00
alThunk.c
Add a function to initialize a RWLock
2011-08-31 01:00:19 -07:00