Age | Commit message (Collapse) | Author |
|
|
|
Start tracking exception data in a header.
|
|
#2060
|
|
Openal t2d fixes
|
|
|
|
|
|
|
|
dllexport specifiers.
Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport.
|
|
|
|
|
|
|
|
|
|
|
|
HTML5 Events API.
|
|
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.
|
|
We now allocate extra bytes before the exception data and use that,
rather than globals, to store the exception type and destructor
information. This is step one towards having multiple exceptions
in flight at once.
We also track what exceptions are currently being caught in a stack
maintained in __cxa_begin_catch and __cxa_end_catch. This is used
for ensuring that we handle nested exception catch blocks correctly.
|
|
|
|
|
|
|
|
Gl get tex env
|
|
coverage; fixes #2044
|
|
|
|
|
|
|
|
|
|
|
|
streams when doing immediate mode rendering when GL_FFP_ONLY is set.
|
|
Updates 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updates 4
|
|
|
|
Fix glemu enabledisable
|
|
|
|
GL_FFP_ONLY == 0 instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to glEnable/DisableClientState instead of adjusting that during rendering.
|
|
into incoming
|
|
|