aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-16Fix the incorrect initial value of GL.immediate.currentMatrixEhsan Akhgari
2012-05-15Merge pull request #428 from ehsan/fixesAlon Zakai
2012-05-15browser gc testAlon Zakai
2012-05-15Stub glAlphaFuncEhsan Akhgari
2012-05-15Fix IMG_Load to work with absolute pathsEhsan Akhgari
2012-05-15Make FS_LOG work againEhsan Akhgari
2012-05-15Make glHint accept two argumentsEhsan Akhgari
2012-05-15Implement glOrthofEhsan Akhgari
2012-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15further gc work, basic api writtenAlon Zakai
2012-05-15initial work on c++ gc supportAlon Zakai
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-12simply compiler by always pushing back phisAlon Zakai
2012-05-11Merge pull request #422 from ehsan/immediate_depsAlon Zakai
2012-05-11fix bug with missing entry labels being misused between original labels and n...Alon Zakai
2012-05-11print assertions to stderrAlon Zakai
2012-05-11Make GLImmediate depend on BrowserEhsan Akhgari
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 attrib...Alon Zakai
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 enabl...Alon Zakai
2012-05-08handle absolute paths in file preloadingAlon 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 element...Alon Zakai
2012-05-08remove unneeded setRenderer callAlon Zakai