Drop support for AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_data
commit7555c86e7dc433e9b6b9880ece6f98c89951ce8b
authorChris Robinson <chris.kcat@gmail.com>
Mon, 25 Apr 2016 06:58:11 +0000 (24 23:58 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 25 Apr 2016 06:58:11 +0000 (24 23:58 -0700)
treee68dc9aaf8969ba6d02e1e4d997ffd5e72d74b16
parent574ec13e5b884c83ffb3502f71d9c832e2869acd
Drop support for AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_data

Unfortunately they conflict with AL_EXT_SOURCE_RADIUS, as AL_SOURCE_RADIUS and
AL_BYTE_RW_OFFSETS_SOFT share the same source property value. A replacement for
AL_SOFT_buffer_samples will eventually be made.
Alc/ALc.c
OpenAL32/alSource.c