Chris Robinson
|
932fcfa8bf
|
Fix 64-bit compilation
|
2010-10-11 12:24:07 -07:00 |
|
Chris Robinson
|
97daaade8a
|
Reduce some more indentation
|
2010-09-21 16:54:33 -07:00 |
|
Chris Robinson
|
8a1d5a21c3
|
Reduce some indentation
|
2010-09-21 15:12:08 -07:00 |
|
Chris Robinson
|
43dadcd9e4
|
Use a UIntMap for the Databuffers
|
2010-06-03 19:35:08 -07:00 |
|
Chris Robinson
|
3e9934e810
|
Mark extension functions with AL_API/ALC_API
|
2010-03-23 17:44:01 -07:00 |
|
Chris Robinson
|
49db3bf916
|
Cleanup and fixup Release* functions
|
2010-03-20 21:49:02 -07:00 |
|
Chris Robinson
|
99f28f25b0
|
Avoid calling alDelete* from alGen*
|
2010-03-20 21:38:05 -07:00 |
|
Chris Robinson
|
a572b13743
|
Don't use deprecated macros
|
2010-03-19 14:34:18 -07:00 |
|
Alam Arias
|
a65ec178df
|
cast AL_SIZE value to ALint
|
2010-03-18 16:33:16 -07:00 |
|
Chris Robinson
|
2355d6a4a0
|
Use ptrdiff types for databuffer offset/length handling
Should improve addressing for non-32-bit systems
|
2010-03-18 14:46:33 -07:00 |
|
Chris Robinson
|
05a081a7b8
|
Allow selecting databuffer 0
|
2010-03-17 14:04:25 -07:00 |
|
Chris Robinson
|
2687155200
|
Get rid of more alIs* calls
|
2010-03-16 20:23:46 -07:00 |
|
Chris Robinson
|
f37cfc486d
|
Pass the context to alSetError
|
2010-03-16 17:35:51 -07:00 |
|
Chris Robinson
|
ec917e8e2f
|
Rename some struct members for consistency
|
2010-03-16 15:37:41 -07:00 |
|
Chris Robinson
|
3ec64eb0fd
|
Call to the right databuffer function
|
2009-11-28 19:37:29 -08:00 |
|
Chris Robinson
|
d81c9819b8
|
Remove unnecessary returns
|
2009-11-28 19:36:05 -08:00 |
|
Chris Robinson
|
462f27c129
|
Use a function to retrieve the current context in an already-locked state
This should help prevent race-conditions with a context being destroyed between
breing retrieved and locked
|
2009-08-16 14:09:23 -07:00 |
|
Chris Robinson
|
0b5a0d1e79
|
Reset the target if the databuffer being deleted is currently selected
|
2009-08-16 11:12:13 -07:00 |
|
Chris Robinson
|
0b7eb9f118
|
Add in-progress working extension AL_EXTX_sample_buffer_object
|
2009-08-16 00:54:08 -07:00 |
|