Age | Commit message (Expand) | Author |
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-24 | clean up gl emulation flush, remove unneeded and incorrect bindings | 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 | 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 | Fix to strtod_l and add test case for strtold. | Sigmund Vik |
2012-04-22 | improve sqlite test | Alon Zakai |
2012-04-22 | wip cubegeometry test | Alon Zakai |
2012-04-21 | support extraction of i64 values in ta2, and partial support for llvm_uadd_wi... | Alon Zakai |
2012-04-19 | add single-color immediate mode test (with wrong color, but better than nothing) | Alon Zakai |
2012-04-19 | zext sign correction for bitcasting from <32 bits to i64 | Alon Zakai |
2012-04-19 | clearer warnings on casts that change the number of function parameters | Alon Zakai |
2012-04-17 | add emscripten_async_call | Alon Zakai |
2012-04-17 | fix closure issues with exception handling, and add test coverage | Alon Zakai |
2012-04-16 | fix sscanf handling of ends of %s | Alon Zakai |
2012-04-16 | Build the lzma-native binary if needed | Ehsan Akhgari |
2012-04-15 | add working test_sdl_ogl_p | Alon Zakai |
2012-04-15 | add disabled sdl_ogl_p test as the next target | Alon Zakai |
2012-04-14 | support js arrays as inputs in ccall | Alon Zakai |
2012-04-13 | --js-library option to make it easy to add additional library_*.js files | Alon Zakai |
2012-04-13 | Merge remote-tracking branch 'upstream/incoming' into glmatrix | Ehsan Akhgari |
2012-04-13 | Enable test_sdl_ogl | Ehsan Akhgari |
2012-04-13 | Make more browser tests work for Windows. | Sigmund Vik |
2012-04-12 | add glReadPixels and sdl/gl test for it | Alon Zakai |
2012-04-12 | prepare for sdl/ogl test | Alon Zakai |
2012-04-12 | fix EM_SAVE_DIR | Alon Zakai |
2012-04-12 | Merge pull request #374 from SiggyBar/build-env-2 | Alon Zakai |
2012-04-11 | make test_worker completely automatic | Alon Zakai |
2012-04-11 | make test_html a reftest | Alon Zakai |
2012-04-11 | update test_structbyval | Alon Zakai |
2012-04-11 | clean up gears tests | Alon Zakai |
2012-04-11 | A more accurate output message in test case in sanity.test_emcc | Sigmund Vik |
2012-04-11 | Make it easier to use emscripten from a build system. | Sigmund Vik |
2012-04-11 | close browser test windows in almost all tests, making the browser tests much... | Alon Zakai |
2012-04-10 | fix sanity.test_emcc_caching | Alon Zakai |
2012-04-09 | init runtime immediately, so that even with noInitialRun we can still call fi... | Alon Zakai |
2012-04-09 | experimental support for inline js | Alon Zakai |
2012-04-09 | Restore the es2gears animation | Ehsan Akhgari |
2012-04-09 | clarify test runner instructions | Alon Zakai |