index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use an array to get the device format from the user config string
Chris Robinson
2011-09-09
1
-109
/
+36
*
Avoid an unnecessary lock
Chris Robinson
2011-09-02
1
-6
/
+1
*
Do an atomic compare-exchange on the global context when destroying a context
Chris Robinson
2011-09-02
2
-6
/
+15
*
Fix multichannel wet gainhf calculation
Chris Robinson
2011-09-02
1
-1
/
+1
*
Use an atomic exchange to get the old global context when setting a new one
Chris Robinson
2011-09-02
1
-2
/
+3
*
Log the function name instead of the source file and line number
Chris Robinson
2011-09-02
4
-22
/
+17
*
Trace the reverb buffer size
Chris Robinson
2011-09-02
1
-0
/
+1
*
Combine the reverb effects
Chris Robinson
2011-09-01
3
-614
/
+538
*
Don't recreate the effect when switching between the dedicated effect types
Chris Robinson
2011-09-01
1
-24
/
+48
*
Combine the dedicated (dialog/LFE) effects
Chris Robinson
2011-09-01
3
-42
/
+16
*
Fix a comment
Chris Robinson
2011-08-31
1
-3
/
+2
*
Fix a potential infinite loop when removing an effect slot
Chris Robinson
2011-08-31
1
-0
/
+1
*
Store the filter gains directly in the source instead of duplicate filter obj...
Chris Robinson
2011-08-31
4
-48
/
+38
*
Avoid the context lock when generating and deleting effects and filters
Chris Robinson
2011-08-31
2
-38
/
+22
*
Avoid the context lock when generating and deleting buffers
Chris Robinson
2011-08-31
1
-19
/
+9
*
Don't set a thread priority if real-time isn't requested
Chris Robinson
2011-08-31
1
-10
/
+2
*
Add a function to initialize a RWLock
Chris Robinson
2011-08-31
3
-10
/
+12
*
Hold the context lock only as needed when handling the listener
Chris Robinson
2011-08-31
2
-120
/
+138
*
Avoid locking the context while getting and setting global state
Chris Robinson
2011-08-31
2
-49
/
+49
*
Use the active effect slot list for pending updates in alDeferUpdatesSOFT
Chris Robinson
2011-08-30
1
-8
/
+8
*
Rename GetReffedContext to GetContextRef
Chris Robinson
2011-08-30
9
-17
/
+17
*
Use a more appropriate error for trying to delete an effect slot that's in use
Chris Robinson
2011-08-30
1
-1
/
+1
*
Hold the lock only as needed when generating and deleting effect slots
Chris Robinson
2011-08-30
1
-17
/
+16
*
Add a limit to the UIntMap size and use it for sources and effect slots
Chris Robinson
2011-08-30
5
-21
/
+20
*
Use a separate array for the auxiliary slots in the mixer
Chris Robinson
2011-08-30
4
-32
/
+94
*
Fix compilation with MSVC
Chris Robinson
2011-08-30
1
-2
/
+2
*
Add functions to retrieve the source from the source map while removing it
Chris Robinson
2011-08-30
3
-7
/
+34
*
Use a RWLock and atomic exchanges for thunk handling
Chris Robinson
2011-08-30
1
-31
/
+31
*
Lock the context while deleting sources only as needed
Chris Robinson
2011-08-30
1
-6
/
+14
*
Don't lock the context while checking the validity of objects
Chris Robinson
2011-08-30
5
-10
/
+10
*
Do a pointer exchange when replacing the source buffer queue
Chris Robinson
2011-08-29
2
-16
/
+33
*
Use the reference counting functions for the buffer and auxiliary slot refs
Chris Robinson
2011-08-29
6
-20
/
+20
*
Hold the context lock as needed while generating and deleting sources
Chris Robinson
2011-08-29
1
-19
/
+20
*
Use a generic int type to handle enum swaps
Chris Robinson
2011-08-29
5
-62
/
+48
*
Do a compare-exchange to set the context error
Chris Robinson
2011-08-29
2
-4
/
+23
*
Exchange the AL error when retrieving it
Chris Robinson
2011-08-29
1
-2
/
+1
*
Make specific functions to lock/unlock UIntMap access
Chris Robinson
2011-08-29
4
-13
/
+21
*
Manually lock the map while iterating through its contents
Chris Robinson
2011-08-29
3
-0
/
+13
*
Use a read-write lock to protect access to the UInt maps
Chris Robinson
2011-08-29
2
-25
/
+97
*
Make the source's NeedsUpdate volatile
Chris Robinson
2011-08-29
1
-1
/
+1
*
Do a proper exchange when setting a new state
Chris Robinson
2011-08-29
1
-2
/
+1
*
Lock the context as needed for the defer and process calls
Chris Robinson
2011-08-29
3
-11
/
+40
*
Make ALCcontext's DeferUpdates field volatile
Chris Robinson
2011-08-29
1
-1
/
+1
*
Hold a reference on the global context
Chris Robinson
2011-08-29
1
-7
/
+12
*
GCC's atomic built-ins were introduced in 4.1.0, so check for that version
Chris Robinson
2011-08-29
1
-1
/
+3
*
Fix typo
Chris Robinson
2011-08-29
1
-1
/
+1
*
Use atomic exchanges when checking for updates to objects' internal parameters
Chris Robinson
2011-08-29
3
-22
/
+44
*
Use an enum instead of an boolean for some flags
Chris Robinson
2011-08-29
3
-4
/
+4
*
Increment the context reference count when locking
Chris Robinson
2011-08-28
1
-46
/
+38
*
Use a list of contexts in the device instead of an array
Chris Robinson
2011-08-28
3
-56
/
+53
[prev]
[next]