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_sse3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the sinc4 resampler with cubic
Chris Robinson
2018-01-07
1
-98
/
+0
*
Pass the filter entry to apply to resample_fir4
Chris Robinson
2017-08-18
1
-1
/
+1
*
Store the sinc4 table in the filter state
Chris Robinson
2017-08-16
1
-6
/
+7
*
Handle the source offset fraction as an ALsizei
Chris Robinson
2017-04-08
1
-2
/
+2
*
Pre-compute the sinc4 resampler coefficient table
Chris Robinson
2017-04-08
1
-4
/
+4
*
Remove the sinc8 resampler option
Chris Robinson
2017-02-19
1
-71
/
+4
*
Put BsincState in a generic union
Chris Robinson
2017-02-13
1
-6
/
+6
*
Use ALsizei and ALint for sizes and offsets with resamplers and filters
Chris Robinson
2017-01-16
1
-10
/
+10
*
Add some more 'restrict' keywords
Chris Robinson
2016-10-06
1
-4
/
+6
*
Fix placement of alignas - fixes Mac OS X build
rdb
2016-05-03
1
-4
/
+4
*
Implement a band-limited sinc resampler
Chris Robinson
2015-11-05
1
-2
/
+2
*
Use the correct position in the SSE resamplers for left-over processing
Chris Robinson
2015-10-25
1
-4
/
+7
*
Use the correct array indices for SSE register components
Chris Robinson
2015-10-17
1
-4
/
+4
*
Replace the sinc6 resampler with sinc8, and make SSE versions
Chris Robinson
2015-10-11
1
-0
/
+66
*
Move the FIR4 from SSE2 to SSE3
Chris Robinson
2015-10-11
1
-0
/
+93