Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a map to store sources and buffers | Chris Robinson | 2010-05-01 | 1 | -18/+18 |
| | | | | And do a lookup using a binary search instead of linear | ||||
* | Don't use deprecated macros | Chris Robinson | 2010-03-19 | 1 | -16/+16 |
| | |||||
* | Pass the context to alSetError | Chris Robinson | 2010-03-16 | 1 | -20/+20 |
| | |||||
* | Rename some struct members for consistency | Chris Robinson | 2010-03-16 | 1 | -6/+6 |
| | |||||
* | Update AL_EXTX_source_distance_model to require explicit enabling | Chris Robinson | 2009-11-27 | 1 | -6/+48 |
| | | | | The in-progress spec has been updated to reflect this | ||||
* | Update source parameters only when they need changing | Chris Robinson | 2009-11-25 | 1 | -0/+47 |
| | |||||
* | Modify some context checks | Chris Robinson | 2009-08-16 | 1 | -378/+267 |
| | |||||
* | Use a function to retrieve the current context in an already-locked state | Chris Robinson | 2009-08-16 | 1 | -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_object | Chris Robinson | 2009-08-16 | 1 | -0/+30 |
| | |||||
* | Implement AL_EXTX_source_distance_model | Chris Robinson | 2008-11-25 | 1 | -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 string | Chris Robinson | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Change renderer string to match the real project name | Chris Robinson | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | Add some casts | Chris Robinson | 2007-12-06 | 1 | -4/+4 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+677 |