aboutsummaryrefslogtreecommitdiffstats
path: root/al/filter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-29/+29
* Avoid inlining certain exception functionsChris Robinson2022-12-161-7/+12
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-29/+29
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-29/+29
* Remove AL_SOFTX_filter_gain_exChris Robinson2022-02-281-5/+3
* Avoid a proxy ALfilter object for EAX source propertiesChris Robinson2022-02-071-81/+0
* Move ALSOFT_EAX definition to config.hChris Robinson2022-01-301-2/+2
* Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632)Boris I. Bendovsky2022-01-301-0/+81
* Make a construct_at method amd use itChris Robinson2021-10-081-1/+1
* Silence some static analysis warningsChris Robinson2021-10-031-2/+2
* Rename alcontext.h and move some functions to context.cppChris Robinson2021-04-271-1/+1
* Rename alcmain.h to device.hChris Robinson2021-04-271-1/+1
* Update include headersChris Robinson2021-04-271-2/+2
* Create a base the ALCdevice and ALCcontext structsChris Robinson2021-04-241-11/+11
* Workaround mingw complaining about the %z formatterChris Robinson2021-03-121-0/+4
* Use the correct lock when allocating filtersChris Robinson2021-03-021-1/+1
* Make PopCount and CountTrailingZeros more standard-likeChris Robinson2021-01-221-3/+4
* Move alexcpt to coreChris Robinson2020-12-241-1/+1
* Move the AL error enum out of base_exceptionChris Robinson2020-12-171-1/+4
* Use inline functions for popcnt and ctz instead of macrosChris Robinson2020-10-131-4/+3
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-10/+10
* Avoid inlining some potentially costly callsChris Robinson2020-04-141-1/+1
* Use a common base for a couple exceptionsChris Robinson2020-04-101-24/+8
* Report invalid filter valuesChris Robinson2020-04-101-5/+5
* Add missing includeChris Robinson2020-04-101-1/+2
* Use exceptions for filter errorsChris Robinson2020-04-091-91/+168
* Clean up some more unnecessary uses of AL typesChris Robinson2020-04-081-32/+32
* Clean up ALfilter someChris Robinson2020-03-231-112/+112
* Clean up some lambda definitionsChris Robinson2019-09-121-23/+15
* Fix counting free objectsChris Robinson2019-09-121-1/+1
* Get rid of more implicit conversionsChris Robinson2019-09-121-39/+42
* Use global placement new for AL object batchesChris Robinson2019-09-011-6/+1
* Update some more includesChris Robinson2019-08-061-0/+2
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-38/+32
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-11/+11
* Move another function to a ALCcontext methodChris Robinson2019-07-301-41/+40
* Properly prefix ALCcontext membersChris Robinson2019-07-301-11/+11
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+665