Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
streams when doing immediate mode rendering when GL_FFP_ONLY is set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This does a much-more-expensive but much-more-thorough registerization
pass based a live-variable analysis for each function.
azakai: perform this on -O3 and above
|
|
|
|
|
|
|
|
|
|
Minify loop labels while we're minifying local names.
|
|
https://github.com/kripken/emscripten/issues/2025
|
|
|
|
Updates 5
|
|
|
|
Fix a param-handling bug in normalizeAsm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updates 4
|
|
|
|
Fix glemu enabledisable
|
|
Add support for Ninja and Eclipse+Ninja testing in test_cmake.
|
|
|
|
GL_FFP_ONLY == 0 instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|