summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-15initial work on c++ gc supportAlon Zakai
2012-05-15move test_emconfig to otherAlon Zakai
2012-05-15Merge pull request #426 from ehsan/em-configAlon Zakai
Add the em-config tool
2012-05-14Add the em-config toolEhsan Akhgari
This tool is useful to use in shell scripts, etc in order to access variables defined in the ~/.emscripten file without depending on the details on how to read and parse it.
2012-05-14emscripten_get_nowAlon Zakai
2012-05-14warn on loss of webgl contextAlon Zakai
2012-05-14allow nonexistent phis in another location + add testAlon Zakai
2012-05-14allow nonexistend phi labels, llvm generates unneeded ones sometimesAlon Zakai
2012-05-14more glEnable/Disable emulation ignoresAlon Zakai
2012-05-14more glColor implementationsAlon Zakai
2012-05-14handle cancel in window.promptAlon Zakai
2012-05-14do not fail on -fcatch-undefined-behaviorAlon Zakai
2012-05-14restore previous element array buffer, not 0, if we replaced it during flushAlon Zakai
2012-05-13fix active client attribute counting and add testAlon Zakai
2012-05-13unbind element array buffer if we bound oneAlon Zakai
2012-05-13fix order in gl_ModelViewProjectionMatrix and add working cube_explosion testAlon Zakai
2012-05-13misc tweaks and add wip cube_explosion testAlon Zakai
2012-05-12clear status in html even if doRun exits through an exceptionAlon Zakai
2012-05-12show Running... when calling run()Alon Zakai
2012-05-12nicer html messages during load/startupAlon Zakai
2012-05-12print saved vars in registerizeAlon Zakai
2012-05-12handle multiple var defs of the same var in registerizeAlon Zakai
2012-05-12speed up O1 by removing unnecessary eliminator passAlon Zakai
2012-05-12simply compiler by always pushing back phisAlon Zakai
2012-05-11fix registerize bugsAlon Zakai
2012-05-11registerize: define all vars once up frontAlon Zakai
2012-05-11Merge pull request #422 from ehsan/immediate_depsAlon Zakai
Make GLImmediate depend on Browser
2012-05-11unenabled experimental registerization pass in js optimizerAlon Zakai
2012-05-11fix bug with missing entry labels being misused between original labels and ↵Alon Zakai
numeric label ids, and add test
2012-05-11print assertions to stderrAlon Zakai
2012-05-11Make GLImmediate depend on BrowserEhsan Akhgari
2012-05-11add autodebugger option to ignore dlmalloc calls, which are often noisy and ↵Alon Zakai
not helpful unless debugging dlmalloc itself
2012-05-11FS.createPreloadedFileAlon Zakai
2012-05-10emscripten_hide_mouseAlon Zakai
2012-05-10remove dupeAlon Zakai
2012-05-10support for gl_TextureMatrixesAlon Zakai
2012-05-10refactor ignored glEnable/disable capabilities, and add two moreAlon Zakai
2012-05-10use emulation on dlDrawArrays and Elements even if there are no client ↵Alon Zakai
attributes, if the mode is a non-webgl one and we need to emulate it (like GL_QUADS)
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-05-09sscanf support for negative integersAlon Zakai
2012-05-09various fixes and improvements to sscanfAlon Zakai
2012-05-09update runDependencies commentAlon Zakai
2012-05-09fix bug with using color and normal even when not enabled, if they were ↵Alon Zakai
enabled in the past
2012-05-08handle absolute paths in file preloadingAlon Zakai
2012-05-08header additions for xmlvmAlon Zakai
2012-05-08make glBegin/end usage of client attributes saferAlon Zakai
2012-05-08fix glBegin/end with new refactored client attributes emulationAlon Zakai
2012-05-08use given type of position, color, normalAlon Zakai
2012-05-08begin refactoring client attribute emulation to allow arbitrary typed ↵Alon Zakai
elements. breaks glBegin/end
2012-05-08remove unneeded setRenderer callAlon Zakai