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
path:
root
/
OpenAL32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use float types for the resamplers instead of double
Chris Robinson
2011-09-23
1
-7
/
+7
*
Check for asinf and use it
Chris Robinson
2011-09-23
1
-0
/
+6
*
Make AIRABSORBGAINHF a float type
Chris Robinson
2011-09-23
1
-1
/
+1
*
Move ConeScale and ZScale to ALu.c and alu.h, and make them floats
Chris Robinson
2011-09-23
2
-3
/
+3
*
Add atomic functions for GCC inline asm
Chris Robinson
2011-09-23
1
-0
/
+70
*
Use macros for float-typed PI values, to avoid manual casts everywhere
Chris Robinson
2011-09-22
1
-0
/
+3
*
Add a few more precision casts
Chris Robinson
2011-09-22
1
-1
/
+1
*
Use cosf and sinf when available
Chris Robinson
2011-09-22
1
-0
/
+12
*
Silence some MSVC precision warnings
Chris Robinson
2011-09-22
4
-37
/
+26
*
Constify some parameters
Chris Robinson
2011-09-22
3
-9
/
+9
*
Define _WIN32_WINNT on the command line with _WIN32
Chris Robinson
2011-09-20
1
-3
/
+0
*
Move Sleep implementation into helper.c and emulate sched_yield for Windows
Chris Robinson
2011-09-20
1
-10
/
+4
*
Make a separate log level to trace reference counts, to avoid log spam for tr...
Chris Robinson
2011-09-20
1
-1
/
+7
*
Add a ConfigValueStr function, to return the string through a parameter
Chris Robinson
2011-09-19
1
-0
/
+1
*
Use the ALC types for the device format enum values
Chris Robinson
2011-09-18
1
-12
/
+12
*
Use arrays instead of large switches to decompose formats
Chris Robinson
2011-09-18
2
-222
/
+106
*
Return int and float config values through a parameter
Chris Robinson
2011-09-18
2
-3
/
+4
*
Dynamically allocate space for HRTF tables
Chris Robinson
2011-09-18
1
-0
/
+1
*
Store the HRTF tables used in the device
Chris Robinson
2011-09-18
1
-3
/
+9
*
Make alcSetError static
Chris Robinson
2011-09-14
1
-2
/
+0
*
Use IsDebuggerPresent instead of the VC-only __try/__except
Chris Robinson
2011-09-14
1
-5
/
+2
*
Return an error from the CaptureSamples method instead of setting it
Chris Robinson
2011-09-14
1
-1
/
+1
*
Pre-apply the deferred source offset only when it's playing or paused
Chris Robinson
2011-09-12
1
-1
/
+2
*
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Chris Robinson
2011-09-12
3
-12
/
+12
*
Be a bit more robust while handling the global device list
Chris Robinson
2011-09-12
1
-1
/
+1
*
Remove the effect slot parameter from the effect process method
Chris Robinson
2011-09-12
2
-7
/
+6
*
Fix a possible race condition when setting an effect on a slot
Chris Robinson
2011-09-11
1
-2
/
+2
*
Fix non-GCC CompExchangePtr implementations
Chris Robinson
2011-09-11
1
-3
/
+3
*
Remove GetLockedContext
Chris Robinson
2011-09-11
2
-15
/
+31
*
Get rid of some more GetLockedContext calls
Chris Robinson
2011-09-11
2
-29
/
+36
*
Use function pointers to set type-specific effect properties
Chris Robinson
2011-09-11
2
-743
/
+942
*
Remove the union from the effect parameter types
Chris Robinson
2011-09-11
2
-188
/
+186
*
Use function pointers to set type-specific filter properties
Chris Robinson
2011-09-11
2
-80
/
+175
*
More lock avoidance
Chris Robinson
2011-09-11
1
-6
/
+6
*
Just reference the context when checking for extensions
Chris Robinson
2011-09-11
1
-3
/
+2
*
Use a RWLock to protect access to a buffer instead of the device lock
Chris Robinson
2011-09-11
3
-71
/
+83
*
Avoid holding the context lock for the buffer functions
Chris Robinson
2011-09-11
1
-74
/
+114
*
Avoid holding the context lock when setting auxiliary slot properties
Chris Robinson
2011-09-11
2
-40
/
+44
*
Make some listener properties volatile
Chris Robinson
2011-09-11
1
-4
/
+4
*
Mark some source properties volatile
Chris Robinson
2011-09-11
1
-31
/
+31
*
Small fixes to setting the source's direct filter and auxiliary send
Chris Robinson
2011-09-11
1
-5
/
+5
*
Avoid holding the context lock while setting source parameters
Chris Robinson
2011-09-11
1
-37
/
+74
*
Initialize source parameters before adding the source to the map
Chris Robinson
2011-09-10
2
-1
/
+2
*
Don't defer stopped and initial source state changes
Chris Robinson
2011-09-10
1
-4
/
+4
*
Avoid locking the device when adding and removing contexts
Chris Robinson
2011-09-10
1
-3
/
+2
*
Avoid holding the list lock when not needed
Chris Robinson
2011-09-10
1
-1
/
+1
*
Add some reference counting to the device
Chris Robinson
2011-09-10
1
-0
/
+2
*
Fix a parameter type
Chris Robinson
2011-09-10
1
-1
/
+1
*
Add an option to trap context errors in a debugger
Chris Robinson
2011-09-10
2
-0
/
+19
*
Do an atomic compare-exchange on the global context when destroying a context
Chris Robinson
2011-09-02
1
-0
/
+12
[next]