Age | Commit message (Expand) | Author |
2012-05-14 | allow nonexistent phis in another location + add test | Alon Zakai |
2012-05-14 | do not fail on -fcatch-undefined-behavior | Alon Zakai |
2012-05-13 | fix active client attribute counting and add test | Alon Zakai |
2012-05-13 | fix order in gl_ModelViewProjectionMatrix and add working cube_explosion test | Alon Zakai |
2012-05-13 | misc tweaks and add wip cube_explosion test | Alon Zakai |
2012-05-11 | unenabled experimental registerization pass in js optimizer | Alon Zakai |
2012-05-11 | fix bug with missing entry labels being misused between original labels and n... | Alon Zakai |
2012-05-11 | FS.createPreloadedFile | Alon Zakai |
2012-05-10 | support for gl_TextureMatrixes | Alon Zakai |
2012-05-09 | allow adding runDependencies in preRun | Alon Zakai |
2012-05-09 | sscanf support for negative integers | Alon Zakai |
2012-05-09 | various fixes and improvements to sscanf | Alon Zakai |
2012-05-09 | fix bug with using color and normal even when not enabled, if they were enabl... | Alon Zakai |
2012-05-08 | handle absolute paths in file preloading | Alon Zakai |
2012-05-07 | make test_cubegeom_mt a proper test of multitexturing | Alon Zakai |
2012-05-07 | make glEnableClientState aware of the client active texture, and add a tempor... | Alon Zakai |
2012-05-07 | support for gl_Normal | Alon Zakai |
2012-05-07 | add full support for glColorX both in glBegin/End and out | Alon Zakai |
2012-05-06 | emscripten_pause_main_loop and resume | Alon Zakai |
2012-05-05 | make sdl event handling work in closure, and add testing | Alon Zakai |
2012-05-05 | refactor getProcAddress for closure | Alon Zakai |
2012-05-05 | refactor gl code for closure compiler, and add more testing | Alon Zakai |
2012-05-05 | color support in shaders and emulation | Alon Zakai |
2012-05-04 | support for SDL channels and channelFinished | Alon Zakai |
2012-05-03 | define proper endianness for endian.h and add working but slow-compiling sha1... | Alon Zakai |
2012-05-01 | undef __linux__, fixes SDL endianness detection | Alon Zakai |
2012-05-01 | use requestAnimationFrame | Alon Zakai |
2012-04-29 | correct coordinate type in glRotate and add testing | Alon Zakai |
2012-04-28 | add working cubegeom test | Alon Zakai |
2012-04-28 | fix handling of non-float client attributes, and add test_cubegeom_pre3 | Alon Zakai |
2012-04-28 | disable debug in test_cubegeom_pre | Alon Zakai |
2012-04-28 | add test_cubegeom_pre2 | Alon Zakai |
2012-04-28 | fix prepareClientAttributes bugs: handle non-packed vertex attributes properly | Alon Zakai |
2012-04-27 | add cubegeom_pre test, a more webgl-friendly cubegeom | Alon Zakai |
2012-04-27 | handle GL_INFO_LOG_LENGTH | Alon Zakai |
2012-04-25 | gl_Color workaround, and add gl_ps test which uses client pointers + a shader | Alon Zakai |
2012-04-25 | fix a_texCoord* usage, and use current program texture setup if present ; som... | Alon Zakai |
2012-04-24 | cubegeom matrix stuff | Alon Zakai |
2012-04-24 | clean up gl emulation flush, remove unneeded and incorrect bindings | Alon Zakai |
2012-04-24 | gix glLoadMatrix and related functions and add testing | Alon Zakai |
2012-04-24 | fix cubegeom shader compilation error | Alon Zakai |
2012-04-23 | clean up cubegeom | Alon Zakai |
2012-04-23 | Merge pull request #381 from SiggyBar/library | Alon Zakai |
2012-04-23 | make cubegeom build both natively and with emscripten | Alon Zakai |
2012-04-23 | finish current immediate+shader work, add sdlglshader test | Alon Zakai |
2012-04-23 | improve new browser test syntax | Alon Zakai |
2012-04-23 | stop disabling spidermonkey -n in test runner | Alon Zakai |
2012-04-23 | start of nicer browser test boilerplate | Alon Zakai |
2012-04-23 | get something to show up in cubegeom native build | Alon Zakai |
2012-04-23 | Fix to strtod_l and add test case for strtold. | Sigmund Vik |