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
/
mixer
/
mixer_sse.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Alc to alc
Chris Robinson
2019-07-28
1
-262
/
+0
*
Rename alMain.h to alcmain.h
Chris Robinson
2019-07-28
1
-1
/
+1
*
Rename HrtfParams to HrtfFilter
Chris Robinson
2019-06-18
1
-2
/
+2
*
Use span<FloatBufferLine> for MixSamples
Chris Robinson
2019-05-29
1
-9
/
+10
*
Use FloatBufferLine and span<> for MixRowSamples
Chris Robinson
2019-05-29
1
-6
/
+5
*
Pass a span to MixDirectHrtf instead of a pointer+size
Chris Robinson
2019-05-29
1
-4
/
+3
*
Use FloatBufferLine with the HRTF mixer functions
Chris Robinson
2019-05-28
1
-11
/
+11
*
Use a temporary buffer for HRTF filter accumulation
Chris Robinson
2019-03-29
1
-55
/
+33
*
Use std::arrays for HRIR coeffs and values
Chris Robinson
2019-02-07
1
-3
/
+2
*
Rename a header
Chris Robinson
2019-01-23
1
-1
/
+1
*
Make hrtf_inc.cpp a proper header
Chris Robinson
2019-01-23
1
-2
/
+1
*
Use template declarations for the HRTF mixers
Chris Robinson
2019-01-23
1
-3
/
+25
*
Use template declarations for the normal mixing functions
Chris Robinson
2019-01-23
1
-5
/
+7
*
Use a template declaration for the resampler functions
Chris Robinson
2019-01-23
1
-3
/
+3
*
Constify some parameters
Chris Robinson
2019-01-12
1
-13
/
+16
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-9
/
+9
*
Clean up some initializers and use of C methods
Chris Robinson
2019-01-06
1
-58
/
+48
*
Further improve HRTF methods to avoid masking in the inner loops
Chris Robinson
2018-12-31
1
-16
/
+16
*
Handle HRTF coefficients and values by reference where possible
Chris Robinson
2018-12-26
1
-5
/
+5
*
Avoid masking in ApplyCoeffs's inner loop
Chris Robinson
2018-12-26
1
-25
/
+43
*
Clean up some math stuff
Chris Robinson
2018-12-22
1
-1
/
+3
*
Avoid another DECL_TEMPLATE macro
Chris Robinson
2018-11-25
1
-0
/
+2
*
Convert the mixers to C++
Chris Robinson
2018-11-17
1
-0
/
+248