aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a map to store sources and buffersChris Robinson2010-05-011-18/+18
| | | | And do a lookup using a binary search instead of linear
* Don't use deprecated macrosChris Robinson2010-03-191-16/+16
|
* Pass the context to alSetErrorChris Robinson2010-03-161-20/+20
|
* Rename some struct members for consistencyChris Robinson2010-03-161-6/+6
|
* 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