aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/null.c
Commit message (Expand)AuthorAgeFilesLines
* Convert null.c to C++Chris Robinson2018-11-171-179/+0
* Make the polymorphic allocators allocate cleared memoryChris Robinson2018-11-021-1/+1
* Replace restrict with RESTRICTChris Robinson2018-10-291-2/+2
* Avoid AL prefix on internal effect state factory typesChris Robinson2018-02-281-9/+9
* Construct error messages using parameterized valuesChris Robinson2018-01-251-24/+24
* Provide messages for the remaining AL errorsChris Robinson2018-01-241-16/+16
* Avoid unnecessarily using type aliasesChris Robinson2018-01-141-2/+2
* Pass the context to the auxiliary effect update methodChris Robinson2017-09-211-2/+2
* Change some ALuint parameters to ALsizeiChris Robinson2017-05-021-2/+2
* Add a ref count to ALeffectStateChris Robinson2016-08-251-11/+26
* Get rid of an unnecessary copy of ALeffectPropsChris Robinson2016-05-131-1/+1
* Provide (mostly) lockless updates for effect slotsChris Robinson2016-05-121-2/+4
* Pass a pointer to the input samples array for effect processingChris Robinson2016-01-271-1/+1
* Separate calculating ambisonic coefficients from the panning gainsChris Robinson2016-01-251-1/+1
* Pas the output device channel count to ALeffectState::processChris Robinson2014-11-071-4/+1
* Use a void* for the effect state Delete method paramChris Robinson2014-03-211-4/+14
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-13/+6
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-4/+4
* Use the UNUSED macro in the effectsChris Robinson2013-10-071-39/+15
* Fix up the naming convention of effect methodsChris Robinson2013-05-291-11/+11
* Cleanup the ALeffectStateFactory_create methodsChris Robinson2013-05-271-1/+2
* Use the helper macros in more placesChris Robinson2013-05-261-24/+24
* Use a Delete method for deletable objectsChris Robinson2013-05-251-13/+3
* Update the Null effect so it can act as a guide to new effectsChris Robinson2013-05-251-11/+100
* Use vtables for setting effect propertiesChris Robinson2013-05-241-8/+10
* Move the AL_EFFECT_NULL state into a separate fileChris Robinson2013-05-231-0/+104