aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alext.h
Commit message (Collapse)AuthorAgeFilesLines
* Add simple descriptions to some extension formats in alext.hChris Robinson2018-03-291-0/+35
|
* Finalize ALC_SOFT_device_clockChris Robinson2018-01-151-0/+15
|
* Finalize ALC_SOFT_output_limiterChris Robinson2017-05-251-0/+5
|
* Finalize AL_SOFT_source_spatializeChris Robinson2017-05-111-0/+6
|
* Finalize AL_SOFT_source_resamplerChris Robinson2017-05-031-0/+12
|
* Finalize AL_SOFT_gain_clamp_exChris Robinson2016-10-031-0/+5
|
* Finalize ALC_SOFT_HRTFChris Robinson2015-10-281-0/+22
|
* Add AL_EXT_MULAW_BFORMAT to alext.hChris Robinson2014-10-311-0/+6
|
* Add AL_EXT_BFORMAT to alext.hChris Robinson2014-09-091-0/+10
|
* Update COPYING to the latest ↵François Cami2014-08-181-2/+2
| | | | https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt to fix the FSF' address Fix the FSF' address in the source
* ALC_SOFT_pause_device is finishedChris Robinson2014-08-121-0/+10
|
* AL_SOFT_source_length is completeChris Robinson2014-07-051-0/+7
|
* AL_SOFT_MSADPCM is functionally completeChris Robinson2014-07-031-0/+6
|
* AL_SOFT_block_alignment is now considered doneChris Robinson2014-05-221-0/+6
|
* Finalize AL_SOFT_deferred_updatesChris Robinson2013-10-051-0/+11
|
* Add ALC_EXT_DEFAULT_FILTER_ORDER to alext.hChris Robinson2013-05-311-0/+5
|
* Finalize AL_SOFT_source_latencyChris Robinson2012-10-311-0/+46
|
* Clarify some comments, fix some definition ordering, and add some includesChris Robinson2012-06-151-0/+3
|
* Add AL_EXT_SOURCE_RADIUS to alext.hChris Robinson2012-04-261-0/+5
|
* Add AL_EXT_STEREO_ANGLES to alext.hChris Robinson2012-04-261-0/+5
|
* Finalize ALC_SOFT_loopbackChris Robinson2012-03-151-0/+32
|
* Finalize AL_SOFT_direct_channelsChris Robinson2012-03-121-0/+5
|
* Finalize AL_SOFT_buffer_samplesChris Robinson2012-01-101-0/+64
|
* Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.hChris Robinson2011-10-011-0/+12
|
* Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headersChris Robinson2011-03-141-6/+0
|
* Add ALC_EXT_DEDICATED to alext.hChris Robinson2011-03-121-0/+7
|
* Add AL_EXT_FOLDBACK to alext.hChris Robinson2011-03-121-0/+17
|
* Finalize the loop points extension as AL_SOFT_loop_pointsChris Robinson2011-02-091-0/+5
|
* 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.
* Move incomplete extension declarations to alMain.hChris Robinson2010-05-121-66/+0
|
* Rename alcMakeCurrent to alcSetThreadContextChris Robinson2010-03-231-2/+2
|
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-231-0/+29
|
* Use ptrdiff types for databuffer offset/length handlingChris Robinson2010-03-181-4/+8
| | | | Should improve addressing for non-32-bit systems
* 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
|
* Add EFX types and enums to alext.hChris Robinson2010-03-091-0/+5
| | | | | 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
* 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-221-0/+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