aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alFilter.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce some more indentationChris Robinson2010-09-211-21/+25
* Reduce some indentationChris Robinson2010-09-211-28/+24
* Use a map for the filter listChris Robinson2010-05-181-52/+37
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-11/+11
* Cleanup and fixup Release* functionsChris Robinson2010-03-201-5/+4
* Avoid calling alDelete* from alGen*Chris Robinson2010-03-201-4/+12
* Remove unneeded checksChris Robinson2010-03-161-10/+12
* Effect and filter ID 0 is validChris Robinson2010-03-161-3/+5
* Avoid some alIs* calls while under the context lockChris Robinson2010-03-161-26/+36
* Pass the context to alSetErrorChris Robinson2010-03-161-22/+22
* Add missing context checksChris Robinson2009-09-121-0/+11
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-22/+11
* Store the effect and filter lists in the deviceChris Robinson2009-08-151-21/+20
* Don't export extension function symbols from the libChris Robinson2008-09-061-11/+11
* Improve getting and setting EFX filter parametersChris Robinson2008-07-261-37/+39
* Clarify implicit destruction warningsChris Robinson2008-07-221-1/+1
* Add missing config.h includesChris Robinson2008-01-161-3/+2
* Fix allocation of multiple effect slots, effects, and filtersChris Robinson2008-01-151-0/+2
* Fix some copy/paste errorsChris Robinson2008-01-151-1/+1
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-0/+2
* Don't allow properties on effect and filter name 0Chris Robinson2007-12-181-20/+8
* Add AL_FILTER_LOWPASS supportChris Robinson2007-12-171-0/+65
* Don't attempt to free null effects or filtersChris Robinson2007-12-171-1/+1
* 0 is a valid filter and effect nameChris Robinson2007-12-171-1/+1
* Fix commentChris Robinson2007-12-171-1/+1
* Release left over filters on closeChris Robinson2007-12-171-0/+20
* Implement filter function skeletonsChris Robinson2007-12-171-0/+348