Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
coverage and support for fastcomp
|
|
These were added when Python support was fixed up, but don't appear
to be needed or used anywhere.
|
|
|
|
|
|
correction or imprecise i64)
|
|
merges duplicate texture loads into one and avoids a redundant * 1.0 op.
|
|
doublebuffered VBOs. This improves performance by reducing CPU-GPU pipeline stalls.
|
|
|
|
|