aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Implement AL_SOFT_buffer_sub_data using the current AL_EXT_buffer_sub_data specChris Robinson2010-09-211-0/+10
| | | | | | This extension can be useful for some applications, but a full EXT version may not be ready for some time. Using the SOFT moniker will help differentiate it in case changes need to be done for the EXT version.
* Add an empty efx-creative.h headerChris Robinson2010-05-211-0/+3
| | | | | This is for compatibility with projects that include it in Windows. Everything from it is already defined in efx.h.
* Move incomplete extension declarations to alMain.hChris Robinson2010-05-121-66/+0
|
* Make sure ALbyte and ALCbyte are signedChris Robinson2010-03-282-2/+2
|
* No need to continue supporting _OPENAL32LIBChris Robinson2010-03-282-4/+2
|
* Rename alcMakeCurrent to alcSetThreadContextChris Robinson2010-03-231-2/+2
|
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-232-0/+66
|
* Use protected visibility for exported API functionsChris Robinson2010-03-222-2/+2
| | | | | | | Protected visibility is like default visibility, in that functions will be "exported" from the library. However, it also guarantees that references to the functions from within the library will be to the library's version, even if the symbols are overriden by the application.
* Use ptrdiff types for databuffer offset/length handlingChris Robinson2010-03-181-4/+8
| | | | Should improve addressing for non-32-bit systems
* Convert CR/LF -> LFChris Robinson2010-03-181-721/+721
| | | | Spotted by Alam Arias
* Add AL_EXT_MULAW_MCFORMATS tokens to alext.hChris Robinson2010-03-131-0/+11
|
* Fix the retrieval of the RW offsets using the correct functionsChris Robinson2010-03-101-1/+0
|
* Remove duplicate copyright noticeChris Robinson2010-03-091-483/+0
|
* Add EFX types and enums to alext.hChris Robinson2010-03-092-0/+726
| | | | | The types and enums are in efx.h, which is included by alext.h. It's done this way because EFX has a lot if definitions which would polute alext.h
* Fix header comment for AL_PITCHChris Robinson2009-12-161-2/+1
|
* Add AL_EXT_double tokens to alext.hChris Robinson2009-11-281-0/+6
|
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-271-0/+5
| | | | The in-progress spec has been updated to reflect this
* ALCAPIENTRY is deprecated in favor of ALC_APIENTRYChris Robinson2009-11-221-2/+2
|
* Fix alBufferDataStatic extension name in alext.hChris Robinson2009-11-221-2/+2
|
* Add support for the in-progress ALC_EXT_thread_local_context extensionChris Robinson2009-09-121-0/+6
|
* Add ALC_EXT_disconnect to alext.hChris Robinson2009-08-261-0/+5
|
* Add in-progress working extension AL_EXTX_sample_buffer_objectChris Robinson2009-08-161-0/+35
|
* Add AL_EXT_BUFFER_DATA_STATIC to alext.hChris Robinson2009-08-131-0/+5
|
* Add initial AL_EXTX_buffer_sub_data supportChris Robinson2008-11-111-0/+8
| | | | | | | | Note that this is an in-development extension, as noted by the EXTX moniker instead of EXT. It's behavior is subject to change, and the extension string will be removed (replaced with the official string once it's finalized). Developers are discouraged from using this in production code, though feel free to play around with it.
* Add AL_LOKI_IMA_ADPCM_format and AL_EXT_vorbis tokens to alext.hChris Robinson2008-07-221-4/+15
|
* Move ALC_ENUMERATE_ALL_EXT tokens to alext.hChris Robinson2008-07-222-5/+6
|
* Add AL_LOKI_WAVE_format tokens to alext.hChris Robinson2008-07-221-0/+5
|
* Add ALC_LOKI_audio_channel tokens to alext.hChris Robinson2008-07-221-0/+7
|
* Add an alext.h headerChris Robinson2008-02-061-0/+69
|
* Initial importChris Robinson2007-11-133-0/+1488