Use ALsizei for sizes and offsets with the mixer
commitcbb796bf31cd3acfba0ce35e71a51d03e7e26021
authorChris Robinson <chris.kcat@gmail.com>
Mon, 16 Jan 2017 15:45:07 +0000 (16 07:45 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 16 Jan 2017 16:06:25 +0000 (16 08:06 -0800)
tree0264bcb03f58e8dee89ee383d61da0bf4e7469d1
parent9f23d17333c8faaa0a2b7a86df33c41874a929a5
Use ALsizei for sizes and offsets with the mixer

Unsigned 32-bit offsets actually have some potential overhead on 64-bit targets
for pointer/array accesses due to rules on integer wrapping. No idea how much
impact it has in practice, but it's nice to be correct about it.
12 files changed:
Alc/ALu.c
Alc/hrtf.c
Alc/hrtf.h
Alc/mixer.c
Alc/mixer_c.c
Alc/mixer_defs.h
Alc/mixer_inc.c
Alc/mixer_neon.c
Alc/mixer_sse.c
Alc/panning.c
OpenAL32/Include/alMain.h
OpenAL32/Include/alu.h