aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
Commit message (Collapse)AuthorAgeFilesLines
* Move al::deque to a common headerChris Robinson2021-01-251-7/+1
|
* Use an AL-specific buffer queue item struct for sourcesChris Robinson2021-01-251-2/+7
|
* Use a deque for the source buffer queueChris Robinson2021-01-251-1/+9
| | | | | | This mainly avoids having to allocate ~64-byte structures individually. The mixing voice still holds the queue as a linked list so as to be container- agnostic.
* Avoid including voice.h in alcontext.hChris Robinson2020-12-271-0/+1
|
* Use BufferStorage for the buffer queueChris Robinson2020-11-191-9/+2
|
* Use an enum class for SpatializeModeChris Robinson2020-05-211-1/+1
|
* Add a macro to disable class-specific new/deleteChris Robinson2020-03-231-0/+2
|
* Use inline initialization more for sourcesChris Robinson2020-03-231-44/+46
|
* Make the source's send array static instead of dynamicChris Robinson2020-02-251-2/+2
|
* Start a new extension for a new direct_channels stateChris Robinson2019-12-281-1/+1
| | | | | So existing behavior remains consistent for anything that needs it, and new behavior is opt-in.
* Make NumAuxSends unsignedChris Robinson2019-09-131-1/+1
|
* Clean up implicit conversions in source.cppChris Robinson2019-09-121-8/+8
|
* Remove multiple buffers per queue itemChris Robinson2019-08-111-52/+6
| | | | And simplify related code
* Use an unsigned voice indexChris Robinson2019-08-021-7/+8
|
* Add iterators to ALbufferlistitemChris Robinson2019-07-311-5/+48
| | | | And change some types to ALuint
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+131