aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alFilter.h
Commit message (Expand)AuthorAgeFilesLines
* Use arrays instead of pointer-to-arrays for the low-pass filterChris Robinson2008-07-261-4/+4
* Make the filter processing function inlineChris Robinson2008-07-261-1/+2
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+8
* Add AL_FILTER_LOWPASS supportChris Robinson2007-12-171-0/+7
* Release left over filters on closeChris Robinson2007-12-171-0/+2
* Add AL_FILTER_TYPE enumChris Robinson2007-12-171-4/+6
* Implement filter function skeletonsChris Robinson2007-12-171-0/+44