index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
alu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a unique_ptr for the default effect slot
Chris Robinson
2018-11-20
1
-2
/
+2
*
Use C++ templates instead of macro-defined variations
Chris Robinson
2018-11-20
1
-174
/
+175
*
Avoid another case of a variable named the same as a type
Chris Robinson
2018-11-19
1
-5
/
+5
*
Use proper inheritence for the effect state objects
Chris Robinson
2018-11-19
1
-9
/
+9
*
Clean up the biquad filter a bit
Chris Robinson
2018-11-19
1
-4
/
+4
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
1
-3
/
+3
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
1
-14
/
+9
*
Replace ATOMIC_REPLACE_HEAD with an inline function
Chris Robinson
2018-11-19
1
-4
/
+4
*
Remove the pointer-specific atomic exchange macros
Chris Robinson
2018-11-18
1
-13
/
+11
*
Avoid naming a struct member the same as an enum type
Chris Robinson
2018-11-18
1
-2
/
+2
*
Store the listener directly in the context
Chris Robinson
2018-11-17
1
-34
/
+34
*
Move the vector and matrix declarations to a separate header
Chris Robinson
2018-11-17
1
-7
/
+0
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-7
/
+8
*
Remove unused headers and checks
Chris Robinson
2018-11-17
1
-1
/
+0
*
Convert ALu.c to C++
Chris Robinson
2018-11-16
1
-0
/
+1884