Thanks to visit codestin.com
Credit goes to jogamp.org

aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the format map for AL_FORMAT_BFORMAT3D_I32Chris Robinson2025-03-111-1/+1
* Don't allow combining 4th order B-Format and above with FuMa.Chris Robinson2025-01-091-0/+19
* Fix printing hex valuesChris Robinson2024-12-081-27/+41
* Remove the old log functions and rename the fmt log functionsChris Robinson2024-12-021-26/+26
* Use fmt logging in the AL functionsChris Robinson2024-12-011-26/+26
* Remove empty switchesChris Robinson2024-11-291-46/+1
* Update effect slot and debug function error handlingChris Robinson2024-11-291-1/+1
* Rework handling buffer function errorsChris Robinson2024-11-291-233/+290
* Add default cases to empty switchesChris Robinson2024-11-251-0/+18
* Separate ALCdevice from the implementationChris Robinson2024-11-181-62/+62
* Change EAX, UWP, and RTKIT feature defines to 0/1 macrosChris Robinson2024-11-131-11/+11
* Replace a pointer with a spanChris Robinson2024-10-241-4/+5
* Remove a redundant castChris Robinson2024-10-241-1/+1
* Remove identity castsChris Robinson2024-07-111-3/+3
* Add I32 for B-Format buffer formats to AL_EXT_32bit_formatsChris Robinson2024-07-091-0/+2
* Remove an unneeded includeChris Robinson2024-05-281-1/+0
* Remove some explicit inlinesChris Robinson2024-05-041-1/+1
* Mark some conditionally-used parameters as maybe_unusedChris Robinson2024-03-161-3/+3
* Handle AL errors more consistentlyChris Robinson2024-03-141-28/+26
* Use exceptions to handle buffer errorsChris Robinson2024-03-131-567/+575
* Avoid some pointer arithmeticChris Robinson2024-03-121-12/+16
* Simplify generating IDsChris Robinson2024-03-091-23/+6
* Add the _SOFT suffix to the I32 UHJ formatsChris Robinson2024-03-021-3/+3
* Give better names to the wrapper function parametersChris Robinson2024-02-201-30/+31
* Clean up some includesChris Robinson2024-02-091-4/+6
* Avoid hardcoding some sublist countsChris Robinson2024-02-041-1/+1
* Remove custom minz/maxz functionsChris Robinson2024-02-041-6/+6
* Use spans for alGen* and alDelete* functionsChris Robinson2024-01-161-7/+8
* Give names to some "nameless" variablesChris Robinson2024-01-151-40/+40
* Avoid using bit_cast for pointer typesChris Robinson2024-01-031-1/+1
* Use an allocator to allocate uninitilized sublistsChris Robinson2024-01-011-15/+16
* Use standard operator new[] and delete[] for aligned allocationsChris Robinson2024-01-011-1/+1
* Handle pointer ownership a bit betterChris Robinson2023-12-291-5/+5
* Try to start being a bit more pointer-owner consciousChris Robinson2023-12-261-1/+2
* Check for a valid alignment with callback buffersChris Robinson2023-12-041-0/+4
* Remove some unnecessary atomic wrappersChris Robinson2023-12-031-8/+9
* Start a 32-bit sample format extensionChris Robinson2023-11-181-77/+92
* Support 32-bit int sample storageChris Robinson2023-11-151-0/+1
* Avoid casting an integer literalChris Robinson2023-09-221-1/+1
* Don't null check the context in the direct EAX functionsChris Robinson2023-08-131-16/+2
* Add AL_EXT_debug functions to set/get object namesChris Robinson2023-08-111-0/+15
* Declare functions closer to where they're neededChris Robinson2023-07-261-26/+25
* Fix some typos (#872)Dirk Stolle2023-07-041-1/+1
* Avoid duplicate NULL checksChris Robinson2023-05-251-13/+11
* Make the API functions noexceptChris Robinson2023-05-221-15/+5
* Fix linkage definitionsChris Robinson2023-05-141-24/+24
* Don't check for a null context in direct functionsChris Robinson2023-05-141-80/+9
* Implement direct functions for buffersChris Robinson2023-05-141-181/+178
* Implement direct functions for extension queries and EAXChris Robinson2023-05-141-2/+6
* Avoid using al::vector unnecessarilyChris Robinson2023-05-121-2/+3