aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
Commit message (Collapse)AuthorAgeFilesLines
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-271-6/+48
| | | | The in-progress spec has been updated to reflect this
* Update source parameters only when they need changingChris Robinson2009-11-251-0/+47
|
* Modify some context checksChris Robinson2009-08-161-378/+267
|
* Use a function to retrieve the current context in an already-locked stateChris Robinson2009-08-161-46/+16
| | | | | 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/+30
|
* Implement AL_EXTX_source_distance_modelChris Robinson2008-11-251-0/+4
| | | | | As with other EXTX extensions, this is subject to change and removal as the spec gets worked on
* Append the driver and its version to the AL version stringChris Robinson2008-10-251-1/+1
|
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Change renderer string to match the real project nameChris Robinson2007-12-141-1/+1
|
* Add some castsChris Robinson2007-12-061-4/+4
|
* Initial importChris Robinson2007-11-131-0/+677