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
/
alc
/
context.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EAX] Fix error handling (#953)
Boris I. Bendovsky
2023-12-21
1
-1
/
+4
*
Track the device state for being properly configured
Chris Robinson
2023-12-12
1
-5
/
+10
*
Mostly finish cleanup for backends
Chris Robinson
2023-12-11
1
-2
/
+6
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
1
-1
/
+1
*
Refactor FlexArray
Chris Robinson
2023-12-10
1
-0
/
+1
*
Clean up some more clang-tidy warnings
Chris Robinson
2023-12-08
1
-1
/
+1
*
Rename the convolution reverb effect to just convolution
Chris Robinson
2023-10-12
1
-1
/
+1
*
Avoid casting an integer literal
Chris Robinson
2023-09-22
1
-2
/
+2
*
Make some global and static member variables inline
Chris Robinson
2023-09-11
1
-8
/
+0
*
Don't null check the context in the direct EAX functions
Chris Robinson
2023-08-13
1
-41
/
+13
*
Make AL(C)_EXT_debug public
Chris Robinson
2023-08-11
1
-1
/
+1
*
Rename threads.cpp/h to alsem.cpp/h
Chris Robinson
2023-06-01
1
-1
/
+0
*
Add extension strings for the in-progress direct API
Chris Robinson
2023-05-14
1
-0
/
+1
*
Implement direct functions for extension queries and EAX
Chris Robinson
2023-05-14
1
-14
/
+11
*
Store extension strings individually
Chris Robinson
2023-05-08
1
-87
/
+79
*
Implement a context debug flag
Chris Robinson
2023-05-03
1
-3
/
+4
*
Rename AL_SOFT_debug to AL_EXT_DEBUG
Chris Robinson
2023-05-03
1
-1
/
+1
*
Implement pushing/popping debug groups
Chris Robinson
2023-05-01
1
-105
/
+0
*
Put the debug filters into a group
Chris Robinson
2023-05-01
1
-4
/
+6
*
Use a 64-bit value for tracking ID filters
Chris Robinson
2023-05-01
1
-14
/
+9
*
Fix some debug message length limit checks
Chris Robinson
2023-05-01
1
-4
/
+7
*
Implement debug message filtering for IDs
Chris Robinson
2023-05-01
1
-0
/
+11
*
Fix shadowing warnings and add another missing include
Chris Robinson
2023-04-30
1
-27
/
+28
*
Add an extension string for the in-progress debug extension
Chris Robinson
2023-04-30
1
-0
/
+1
*
Implement debug log storage
Chris Robinson
2023-04-30
1
-1
/
+28
*
Unlock the debug lock when calling the callback
Chris Robinson
2023-04-30
1
-3
/
+8
*
Improve some debug error handling
Chris Robinson
2023-04-30
1
-3
/
+6
*
Separate the internal debug enums from the API values
Chris Robinson
2023-04-30
1
-28
/
+39
*
Move debug functions to their own source
Chris Robinson
2023-04-30
1
-166
/
+0
*
Implement non-ID based debug message filtering
Chris Robinson
2023-04-30
1
-1
/
+146
*
Start a debug API extension
Chris Robinson
2023-04-29
1
-1
/
+77
*
Unset sLocalContext when releasing it
Chris Robinson
2023-04-28
1
-1
/
+1
*
Support the AL_EXT_STATIC_BUFFER extension
Chris Robinson
2023-04-03
1
-0
/
+1
*
Finalize AL_SOFT_source_start_delay
Chris Robinson
2023-03-31
1
-1
/
+1
*
Add a compat option to restore AL_SOFT_buffer_sub_data
Chris Robinson
2023-03-17
1
-16
/
+34
*
Rename some member functions and variables for consistency
Chris Robinson
2023-03-16
1
-86
/
+86
*
Commit deferred EAX properties in alcProcessContext
Chris Robinson
2023-03-16
1
-10
/
+7
*
Don't change the context's EAX version on every set/get call
Chris Robinson
2023-03-11
1
-40
/
+9
*
Don't commit EAX updates in applyAllUpdates
Chris Robinson
2023-03-11
1
-8
/
+8
*
Add queries for the buffer byte/sample/sec length
Chris Robinson
2023-03-07
1
-0
/
+1
*
Add AL_SOFT_UHJ_ex to the extension list
Chris Robinson
2023-02-26
1
-1
/
+2
*
Avoid using auto for lambda parameters
Chris Robinson
2023-02-06
1
-1
/
+1
*
Don't set an EAX version by default for sources
Chris Robinson
2023-02-05
1
-9
/
+0
*
clang-tidy cleanups (#800)
Rosen Penev
2023-01-15
1
-1
/
+1
*
Use a simple spinlock to protect the current global context
Chris Robinson
2022-12-30
1
-0
/
+8
*
Rename a potentially confusing member function
Chris Robinson
2022-12-08
1
-2
/
+2
*
Add preliminary support for 7.1.4 output modes
Chris Robinson
2022-11-03
1
-0
/
+4
*
Add functions to start sources at a particular device time
Chris Robinson
2022-11-03
1
-0
/
+1
*
[EAX_CONTEXT] Fix defaults for current properties
Boris I. Bendovsky
2022-07-17
1
-4
/
+36
*
[EAX_FX_SLOT] Mark sources as changed instead of commiting them to catch up w...
Boris I. Bendovsky
2022-07-17
1
-6
/
+1
[next]