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
/
Include
/
alu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a helper macro for pi*2
Chris Robinson
2013-10-08
1
-0
/
+1
*
Use helper macros to convert between degrees and radians
Chris Robinson
2013-10-08
1
-2
/
+5
*
Use a macro for the silence threshold
Chris Robinson
2013-10-06
1
-0
/
+2
*
Use helpers to set channel gain arrays
Chris Robinson
2013-10-03
1
-1
/
+18
*
Use C99's inline instead of __inline
Chris Robinson
2013-05-28
1
-17
/
+17
*
Use restrict instead of RESTRICT
Chris Robinson
2013-05-22
1
-3
/
+3
*
Lock the device before calling aluHandleDisconnect
Chris Robinson
2012-12-02
1
-0
/
+1
*
Move some math functions to where they're used
Chris Robinson
2012-10-25
1
-26
/
+0
*
Remove the float math wrapper functions
Chris Robinson
2012-10-25
1
-55
/
+0
*
Constify the direct and send parameters given to the mixer
Chris Robinson
2012-10-15
1
-2
/
+2
*
Remove the unused Device parameter
Chris Robinson
2012-10-14
1
-1
/
+1
*
Remove the now-unused Source parameter from the DryMix methods
Chris Robinson
2012-10-14
1
-2
/
+1
*
Check the distance against epsilon to determine if it matches
Chris Robinson
2012-10-12
1
-0
/
+5
*
Remove an unneeded parameter from the resampler
Chris Robinson
2012-09-27
1
-2
/
+1
*
Use a source param for the resampler and move them to the mixer source
Chris Robinson
2012-09-14
1
-0
/
+4
*
Move a couple macros to more appropriate headers
Chris Robinson
2012-09-14
1
-0
/
+3
*
Fix up some more header includes
Chris Robinson
2012-09-14
1
-11
/
+1
*
Don't include alu.h in alMain.h
Chris Robinson
2012-09-14
1
-40
/
+0
*
Enable flush-to-zero mode when possible
Chris Robinson
2012-09-14
1
-37
/
+0
*
Move a couple methods to where they're used
Chris Robinson
2012-09-12
1
-4
/
+0
*
Do the filtering separately from the mixing
Chris Robinson
2012-09-11
1
-1
/
+1
*
Remove a hack for MinGW
Chris Robinson
2012-09-10
1
-26
/
+0
*
Add missing returns
Chris Robinson
2012-09-09
1
-10
/
+10
*
Use SSE to do 4 samples at once (non-HRTF direct mix), instead of to apply a ...
Chris Robinson
2012-09-09
1
-11
/
+10
*
Move the target effect slot to the SendParams struct
Chris Robinson
2012-09-08
1
-2
/
+1
*
Remove STACK_DATA_SIZE in favor of BUFFERSIZE
Chris Robinson
2012-09-08
1
-12
/
+12
*
Separate the resampling and mixing steps
Chris Robinson
2012-09-08
1
-5
/
+5
*
Increase MaxChannels to be a multiple of 4
Chris Robinson
2012-08-29
1
-10
/
+11
*
Add a device method to retrieve the active latency
Chris Robinson
2012-08-17
1
-0
/
+7
*
Use wrappers for float-typed math functions
Chris Robinson
2012-06-29
1
-45
/
+34
*
Test the squared length of a vector before normalizing
Chris Robinson
2012-06-28
1
-8
/
+6
*
Don't use all caps for enum value names
Chris Robinson
2012-06-28
1
-9
/
+9
*
Don't try to set FE_TOWARDZERO when it's not available
Chris Robinson
2012-06-28
1
-0
/
+2
*
Only use _FPU_GETCW and _FPU_SETCW for x86 targets
Chris Robinson
2012-05-03
1
-2
/
+2
*
Use ComputeAngleGains for multi-channel sources and remove the unused lookup ...
Chris Robinson
2012-04-29
1
-4
/
+0
*
Add a method to calculate gains given a sound point and its half-width, and u...
Chris Robinson
2012-04-28
1
-0
/
+2
*
Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2
Chris Robinson
2012-04-28
1
-1
/
+1
*
Pass the direct/send params to the mixer instead of accessing through the source
Chris Robinson
2012-04-28
1
-0
/
+4
*
Use separate methods for the dry and wet mixing loops
Chris Robinson
2012-04-27
1
-6
/
+11
*
The mixer always uses floats
Chris Robinson
2012-04-26
1
-1
/
+1
*
Use a separate loop to actually update DataPosFrac and DataPosInt
Chris Robinson
2012-04-26
1
-2
/
+1
*
Use more proper enum names for the resampler
Chris Robinson
2012-02-12
1
-6
/
+4
*
Use a proper enum value for setting the default distance model
Chris Robinson
2012-02-12
1
-1
/
+3
*
Calculate the listener matrix when a new orientation is specified
Chris Robinson
2011-10-30
1
-0
/
+28
*
Add a work-around for cross-compiling with MinGW
Chris Robinson
2011-10-27
1
-0
/
+26
*
Add min/max/clamp methods for 64-bit int
Chris Robinson
2011-10-04
1
-0
/
+7
*
Remove some unneeded templates and parameters
Chris Robinson
2011-10-04
1
-2
/
+2
*
Convert samples to float when copying to the stack
Chris Robinson
2011-10-04
1
-4
/
+4
*
Define the values for F_PI and F_PI_2 directly instead of using M_PI
Chris Robinson
2011-09-30
1
-6
/
+2
*
Set the FPU into single-precision mode for mixer updates
Chris Robinson
2011-09-29
1
-8
/
+20
[next]