Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for AL_EXT_DOUBLE | Chris Robinson | 2010-03-13 | 1 | -0/+2 |
| | |||||
* | Add support for AL_EXT_MULAW_MCFORMATS | Chris Robinson | 2010-03-13 | 1 | -0/+7 |
| | |||||
* | More modifications and fixes for context checks | Chris Robinson | 2009-08-16 | 1 | -5/+1 |
| | |||||
* | Use a function to retrieve the current context in an already-locked state | Chris Robinson | 2009-08-16 | 1 | -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_object | Chris Robinson | 2009-08-16 | 1 | -0/+19 |
| | |||||
* | Add initial AL_EXTX_buffer_sub_data support | Chris Robinson | 2008-11-11 | 1 | -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 includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Add reverb parameters | Chris Robinson | 2008-01-15 | 1 | -0/+16 |
| | |||||
* | Let alIsExtensionPresent work with mixed-case extension names | Chris Robinson | 2008-01-14 | 1 | -17/+14 |
| | |||||
* | Add support for AL_LOKI_quadriphonic | Chris Robinson | 2008-01-14 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -0/+16 |
|\ | |||||
| * | Export float32 formats | Chris Robinson | 2007-12-31 | 1 | -0/+2 |
| | | |||||
| * | Add some more formats | Chris Robinson | 2007-12-31 | 1 | -0/+11 |
| | | |||||
| * | Allow 5.1 channel output | Chris Robinson | 2007-12-26 | 1 | -0/+2 |
| | | | | | | | | This doesn't use the center or LFE channel in spatial calculations, however | ||||
* | | Add AL_FILTER_LOWPASS support | Chris Robinson | 2007-12-17 | 1 | -0/+4 |
| | | | | | | | | Direct filters only, since auxiliary sends and slots aren't available yet | ||||
* | | Add new listener property definition | Chris Robinson | 2007-12-17 | 1 | -0/+1 |
| | | |||||
* | | Add effect type enums | Chris Robinson | 2007-12-17 | 1 | -1/+18 |
| | | |||||
* | | Add new functions to proc address table | Chris Robinson | 2007-12-17 | 1 | -0/+26 |
| | | |||||
* | | Add EFX source filter properties | Chris Robinson | 2007-12-17 | 1 | -0/+11 |
| | | |||||
* | | Add AL_FILTER_TYPE enum | Chris Robinson | 2007-12-17 | 1 | -0/+1 |
| | | |||||
* | | Implement filter function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+20 |
|/ | |||||
* | Add some casts | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+274 |