Age | Commit message (Collapse) | Author |
|
|
|
causes a rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
convenient way to just get timing info in ms using a simple libc call?
|
|
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers.
|
|
|
|
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.
|
|
Add test for storing special float literals in source code.
|
|
in fastcomp.
|
|
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.
|
|
Some follow-up fixes to registerizeHarder
|
|
use correct bufferData method when passing a NULL pointer
|
|
|
|
|
|
from a different url; fixes #2049
|
|
|
|
|
|
|
|
It now assumes they're of the very restricted for that's actually
produced by emscripten, which both simplified the code and uncovered
opportunities for further register reduction in a testcase.
|
|
|
|
Rather than pre-calculating liveness states and then processing nodes
in execution order, we process nodes in reverse execution order and
use the liveness info implicit in this traversal. Names are assigned
a register when they're used for the first time, and the register is
freed when we reach an assignment.
|
|
Gl get tex env
|
|
coverage; fixes #2044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
streams when doing immediate mode rendering when GL_FFP_ONLY is set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|