summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-05-08send null to glBind* when given 0Alon Zakai
2012-05-07make test_cubegeom_mt a proper test of multitexturingAlon Zakai
2012-05-07make glEnableClientState aware of the client active texture, and add a ↵Alon Zakai
temporary fix for handling textures of size 2 in emulation
2012-05-07support for gl_NormalAlon Zakai
2012-05-07combine texture and color in immediate modeAlon Zakai
2012-05-07add full support for glColorX both in glBegin/End and outAlon Zakai
2012-05-06fix main loop pausing to handle pauses from main loop and other sources as ↵Alon Zakai
well, and pause/resumes before the main loop returns
2012-05-06add more getProcAddress itemsAlon Zakai
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-06only set color and texture attribs if they existAlon Zakai
2012-05-06add webkit api for keyboard input in fullscreenAlon Zakai
2012-05-05fix movementX|Y workaround with closureAlon Zakai
2012-05-05typo in fullscreenAlon Zakai
2012-05-05fix fullscreen for closureAlon Zakai
2012-05-05make sdl event handling work in closure, and add testingAlon Zakai
2012-05-05export requestFullscreen through closureAlon Zakai
2012-05-05addition getProcAddress functionsAlon Zakai
2012-05-05refactor getProcAddress for closureAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai
2012-05-05color todoAlon Zakai
2012-05-05color support in shaders and emulationAlon Zakai
2012-05-05string cache diffAlon Zakai
2012-05-05rename Browser.getAsyncCall to Runtime.getFuncWrapperAlon Zakai
2012-05-04workaround for chromium bug 124926 to prevent hanging when loading audio in ↵Alon Zakai
chrome
2012-05-04closure fixAlon Zakai
2012-05-04support for SDL channels and channelFinishedAlon Zakai
2012-05-04optimize transitive closure a tiny bit moreAlon Zakai
2012-05-04optimize eliminator transitive calculationAlon Zakai
2012-05-04add o2.zlib test piece to eliminator testAlon Zakai
2012-05-04fix and slow down again the eliminator tool, plus refactoring to enable ↵Alon Zakai
proper fixing
2012-05-04fix bisection bugAlon Zakai
2012-05-03more audio stubsAlon Zakai
2012-05-03stub for Mix_FadingChannelAlon Zakai
2012-05-03optimize eliminator transitive dependency calculationAlon Zakai