aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
Commit message (Expand)AuthorAgeFilesLines
* Add extern "C" to some headersChris Robinson2018-03-091-17/+17
* Use function-like macros to call filter and effect vtable methodsChris Robinson2018-03-082-2/+18
* Fix struct forward declaration typoChris Robinson2018-03-081-1/+1
* Use a plain mutex for the property lockChris Robinson2018-03-031-2/+1
* Use atomic variables instead of volatileChris Robinson2018-03-021-2/+2
* Fix a comment regarding the effect slot channel scalingChris Robinson2018-02-281-3/+3
* Avoid AL prefix on internal effect state factory typesChris Robinson2018-02-281-20/+21
* Avoid using static inline in headersChris Robinson2018-02-251-4/+4
* Don't make the source state atomicChris Robinson2018-02-241-1/+1
* Remove the unnecessary ComputeAmbientGainsChris Robinson2018-02-181-15/+0
* Combine multiple functions called sequentiallyChris Robinson2018-02-111-1/+1
* Use a function pointer for applying the dry mix post-processChris Robinson2018-02-102-2/+7
* Make the Connected state atomicChris Robinson2018-02-041-1/+1
* Provide more descriptive messages to disconnection eventsChris Robinson2018-02-031-1/+1
* Add a disconnected event typeChris Robinson2018-02-032-1/+2
* Remove the unused thunk codeChris Robinson2018-02-021-20/+0
* Remove the individual source queue and buffer locksChris Robinson2018-02-022-3/+0
* Store an index to a given source's voiceChris Robinson2018-02-011-0/+5
* Use a semaphore to signal the event handlerChris Robinson2018-02-011-1/+1
* Send buffer completed events when enabledChris Robinson2018-02-011-1/+1
* Add a thread to marshal events from the mixerChris Robinson2018-01-311-1/+14
* Rename EventLock to make it more clear it's protecting the callbackChris Robinson2018-01-301-1/+1
* Make EnabledEvts atomicChris Robinson2018-01-281-1/+1
* Use a fixed array for the effect state factory listChris Robinson2018-01-281-3/+0
* Don't bother with a return value that's never usedChris Robinson2018-01-271-3/+3
* Move some inline functions into a header instead of copying themChris Robinson2018-01-271-4/+13
* Store filters in an array of listsChris Robinson2018-01-272-16/+10
* Store effects in an array of listsChris Robinson2018-01-272-15/+9
* Use a vector to store the effect slot pointersChris Robinson2018-01-272-15/+8
* Use an array lookup for source IDsChris Robinson2018-01-271-1/+11
* Make some more functions static where they're usedChris Robinson2018-01-271-14/+0
* Add a ctz64 fallback using _BitScanForward when availableChris Robinson2018-01-271-1/+15
* Check for _BitScanForward64 before using itChris Robinson2018-01-271-4/+4
* Use a different method for storing and looking up buffersChris Robinson2018-01-272-11/+61
* Don't rely on alMain.h in alBuffer.hChris Robinson2018-01-262-71/+18
* Make some functions static that are only used in one sourceChris Robinson2018-01-261-9/+3
* Add the printf-format attribute to alSetErrorChris Robinson2018-01-251-1/+2
* Construct error messages using parameterized valuesChris Robinson2018-01-251-5/+5
* Use more appropriate enum values for eventsChris Robinson2018-01-241-7/+7
* Add a deprecated event type for alDopplerVelocityChris Robinson2018-01-241-0/+2
* Provide messages for the remaining AL errorsChris Robinson2018-01-241-14/+4
* Set the buffer load error in LoadDataChris Robinson2018-01-241-0/+5
* Call the event callback when an error is generatedChris Robinson2018-01-241-4/+4
* Handle event propertiesChris Robinson2018-01-231-2/+14
* Declare the beginnings of an event extensionChris Robinson2018-01-231-0/+23
* Use a new proper buffer function with a flags parameterChris Robinson2018-01-231-4/+6
* Track the buffer's mapped sectionChris Robinson2018-01-231-0/+2
* Add a flag for persistent mappingChris Robinson2018-01-231-0/+3
* Add a flag for alBufferData to non-destructively resize the dataChris Robinson2018-01-221-0/+2
* More cleanup for buffer loadingChris Robinson2018-01-212-9/+10