aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Disassociate internal buffer enums from AL enum valuesChris Robinson2020-11-201-4/+44
|
* Put the loop start/end in BufferStorageChris Robinson2020-11-191-8/+8
|
* Use inline functions for popcnt and ctz instead of macrosChris Robinson2020-10-131-4/+3
|
* Use a separate structure for buffer storageChris Robinson2020-08-281-46/+46
|
* Move storable buffer format info to a separate sourceChris Robinson2020-08-241-31/+0
|
* Fix up some more uses of [AL[C]]voidChris Robinson2020-04-281-6/+6
|
* Shorten the name of format typesChris Robinson2020-04-281-2/+2
|
* Avoid using some more AL typesChris Robinson2020-04-231-24/+24
|
* Clean up some more unnecessary uses of AL typesChris Robinson2020-04-081-13/+13
|
* Add an extension to change a buffer's unpack ambisonic orderChris Robinson2020-04-041-0/+13
|
* Track a buffer's ambisonic orderChris Robinson2020-04-041-10/+21
|
* Add an ambisonic order parameter to the buffer channel countChris Robinson2020-04-031-15/+14
|
* Get rid of MAX_INPUT_CHANNELSChris Robinson2020-03-281-6/+10
|
* Handle running the buffer callback in the voiceChris Robinson2020-02-171-5/+2
|
* Set and retrieve a buffer's callbackChris Robinson2020-02-171-8/+144
|
* Stub out an interface for a callback-driven bufferChris Robinson2020-02-161-0/+41
|
* Use struct methods to get a buffer's format infoChris Robinson2020-01-181-8/+7
|
* Add an interface to set a B-Format buffer's layout and scalingChris Robinson2019-12-021-0/+32
|
* Avoid static constexpr for arrays iterated over at run-timeChris Robinson2019-10-251-1/+1
|
* Make the buffer frequency unsignedChris Robinson2019-09-211-3/+3
|
* Remove a couple no-op statementsChris Robinson2019-09-131-2/+0
|
* Clean up some lambda definitionsChris Robinson2019-09-121-26/+23
|
* Fix counting free objectsChris Robinson2019-09-121-1/+1
|
* Clean up some more implicit conversionsChris Robinson2019-09-111-123/+125
|
* Allocate buffer batches separately from buffersChris Robinson2019-09-111-40/+42
|
* Use global placement new for AL object batchesChris Robinson2019-09-011-6/+2
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-116/+108
|
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-20/+20
|
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-4/+4
| | | | Which will also work as the basis for a future intrusive_ptr
* Add iterators to ALbufferlistitemChris Robinson2019-07-311-3/+4
| | | | And change some types to ALuint
* Move another function to a ALCcontext methodChris Robinson2019-07-301-95/+90
|
* Properly prefix ALCcontext membersChris Robinson2019-07-301-20/+20
|
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-0/+1408