Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark extension functions with AL_API/ALC_API | Chris Robinson | 2010-03-23 | 1 | -17/+17 |
| | |||||
* | Cleanup and fixup Release* functions | Chris Robinson | 2010-03-20 | 1 | -12/+9 |
| | |||||
* | Avoid calling alDelete* from alGen* | Chris Robinson | 2010-03-20 | 1 | -1/+11 |
| | |||||
* | Don't use deprecated macros | Chris Robinson | 2010-03-19 | 1 | -17/+17 |
| | |||||
* | cast AL_SIZE value to ALint | Alam Arias | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Use ptrdiff types for databuffer offset/length handling | Chris Robinson | 2010-03-18 | 1 | -16/+21 |
| | | | | Should improve addressing for non-32-bit systems | ||||
* | Allow selecting databuffer 0 | Chris Robinson | 2010-03-17 | 1 | -1/+2 |
| | |||||
* | Get rid of more alIs* calls | Chris Robinson | 2010-03-16 | 1 | -46/+64 |
| | |||||
* | Pass the context to alSetError | Chris Robinson | 2010-03-16 | 1 | -43/+43 |
| | |||||
* | Rename some struct members for consistency | Chris Robinson | 2010-03-16 | 1 | -5/+5 |
| | |||||
* | Call to the right databuffer function | Chris Robinson | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary returns | Chris Robinson | 2009-11-28 | 1 | -3/+0 |
| | |||||
* | Use a function to retrieve the current context in an already-locked state | Chris Robinson | 2009-08-16 | 1 | -34/+17 |
| | | | | | This should help prevent race-conditions with a context being destroyed between breing retrieved and locked | ||||
* | Reset the target if the databuffer being deleted is currently selected | Chris Robinson | 2009-08-16 | 1 | -0/+5 |
| | |||||
* | Add in-progress working extension AL_EXTX_sample_buffer_object | Chris Robinson | 2009-08-16 | 1 | -0/+651 |