aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Store the wet buffers in the contextChris Robinson2020-11-021-1/+3
* Use inline functions for popcnt and ctz instead of macrosChris Robinson2020-10-131-3/+3
* Use a span instead of a pointer and count parametersChris Robinson2020-10-121-18/+15
* Cleanup and fix alAuxiliaryEffectSlotPlayv/StopvSOFTChris Robinson2020-09-051-20/+15
* Ensure effect slot properties are updated when playingChris Robinson2020-09-051-2/+15
* Rework effect slot buffer settingChris Robinson2020-09-051-15/+9
* Add methods to start and stop effect slot processingChris Robinson2020-09-051-2/+113
* Don't add effect slots to the active list until an effect is setChris Robinson2020-09-051-2/+5
* Pass a BufferStorage to EffectState::createBufferChris Robinson2020-08-281-6/+2
* Use a separate structure for buffer storageChris Robinson2020-08-281-5/+7
* Don't allow callback buffers for effect slotsChris Robinson2020-08-271-1/+5
* Store a reference to the effect buffer as an active propertyChris Robinson2020-08-241-3/+5
* Add a method for effects to create persistent buffer dataChris Robinson2020-08-241-1/+12
* Use an intrusive_ptr to hold the unapplied effect stateChris Robinson2020-08-241-9/+6
* Allow setting a buffer on an effect slotChris Robinson2020-08-241-1/+49
* Use an intrusive_ptr for ALeffectslotProps::StateChris Robinson2020-08-241-10/+1
* Change a couple functions into member functionsChris Robinson2020-05-101-59/+58
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-10/+10
* Remove another unnecessary return valueChris Robinson2020-04-161-8/+3
* Avoid AL[C]boolean for internal useChris Robinson2020-03-281-2/+2
* Move the FPUCtl methods to its own sourceChris Robinson2020-03-201-1/+1
* Add a helper to wait for the device mixChris Robinson2020-03-031-6/+4
* Only sort active effect slots as neededChris Robinson2020-01-181-0/+4
* Enable and fix some more warningsChris Robinson2019-09-181-1/+2
* pass proper effects slot number to AddActiveEffectSlotsLopuska2019-09-151-2/+3
* Clean up some lambda definitionsChris Robinson2019-09-121-28/+24
* Fix counting free objectsChris Robinson2019-09-121-1/+1
* Avoid a macro call and mark unlikely paths as unlikelyChris Robinson2019-09-121-3/+3
* Get rid of more implicit conversionsChris Robinson2019-09-121-53/+57
* Fix some more implicit castsChris Robinson2019-09-111-19/+22
* Avoid unnecessary placement new definitionsChris Robinson2019-09-011-6/+1
* Use new/delete for context and effectslot propertiesChris Robinson2019-08-131-2/+2
* Move update pointers to the containers they updateChris Robinson2019-08-131-2/+2
* Update some more includesChris Robinson2019-08-061-0/+1
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-28/+28
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-5/+5
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-29/+15
* Move another function to a ALCcontext methodChris Robinson2019-07-301-40/+37
* Properly prefix ALCcontext membersChris Robinson2019-07-301-43/+43
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+808