aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alDatabuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the databuffer functions and structsChris Robinson2011-06-151-648/+0
* Fix 64-bit compilationChris Robinson2010-10-111-1/+1
* Reduce some more indentationChris Robinson2010-09-211-40/+38
* Reduce some indentationChris Robinson2010-09-211-32/+26
* Use a UIntMap for the DatabuffersChris Robinson2010-06-031-57/+46
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-17/+17
* Cleanup and fixup Release* functionsChris Robinson2010-03-201-12/+9
* Avoid calling alDelete* from alGen*Chris Robinson2010-03-201-1/+11
* Don't use deprecated macrosChris Robinson2010-03-191-17/+17
* cast AL_SIZE value to ALintAlam Arias2010-03-181-1/+1
* Use ptrdiff types for databuffer offset/length handlingChris Robinson2010-03-181-16/+21
* Allow selecting databuffer 0Chris Robinson2010-03-171-1/+2
* Get rid of more alIs* callsChris Robinson2010-03-161-46/+64
* Pass the context to alSetErrorChris Robinson2010-03-161-43/+43
* Rename some struct members for consistencyChris Robinson2010-03-161-5/+5
* Call to the right databuffer functionChris Robinson2009-11-281-1/+1
* Remove unnecessary returnsChris Robinson2009-11-281-3/+0
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-34/+17
* Reset the target if the databuffer being deleted is currently selectedChris Robinson2009-08-161-0/+5
* Add in-progress working extension AL_EXTX_sample_buffer_objectChris Robinson2009-08-161-0/+651