aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alExtension.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for AL_EXT_DOUBLEChris Robinson2010-03-131-0/+2
|
* Add support for AL_EXT_MULAW_MCFORMATSChris Robinson2010-03-131-0/+7
|
* More modifications and fixes for context checksChris Robinson2009-08-161-5/+1
|
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-3/+1
| | | | | This should help prevent race-conditions with a context being destroyed between breing retrieved and locked
* Add in-progress working extension AL_EXTX_sample_buffer_objectChris Robinson2009-08-161-0/+19
|
* Add initial AL_EXTX_buffer_sub_data supportChris Robinson2008-11-111-0/+3
| | | | | | | | 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 missing config.h includesChris Robinson2008-01-161-0/+2
|
* Add reverb parametersChris Robinson2008-01-151-0/+16
|
* Let alIsExtensionPresent work with mixed-case extension namesChris Robinson2008-01-141-17/+14
|
* Add support for AL_LOKI_quadriphonicChris Robinson2008-01-141-0/+2
|
* Merge branch 'master' into efx-experimentChris Robinson2007-12-311-0/+16
|\
| * Export float32 formatsChris Robinson2007-12-311-0/+2
| |
| * Add some more formatsChris Robinson2007-12-311-0/+11
| |
| * Allow 5.1 channel outputChris Robinson2007-12-261-0/+2
| | | | | | | | This doesn't use the center or LFE channel in spatial calculations, however
* | Add AL_FILTER_LOWPASS supportChris Robinson2007-12-171-0/+4
| | | | | | | | Direct filters only, since auxiliary sends and slots aren't available yet
* | Add new listener property definitionChris Robinson2007-12-171-0/+1
| |
* | Add effect type enumsChris Robinson2007-12-171-1/+18
| |
* | Add new functions to proc address tableChris Robinson2007-12-171-0/+26
| |
* | Add EFX source filter propertiesChris Robinson2007-12-171-0/+11
| |
* | Add AL_FILTER_TYPE enumChris Robinson2007-12-171-0/+1
| |
* | Implement filter function skeletonsChris Robinson2007-12-171-0/+20
|/
* Add some castsChris Robinson2007-12-061-1/+1
|
* Initial importChris Robinson2007-11-131-0/+274