aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alDatabuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Should improve addressing for non-32-bit systems
* 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
| | | | | This should help prevent race-conditions with a context being destroyed between breing retrieved and locked
* 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