aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-22wip cubegeometry testAlon Zakai
2012-04-21support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...Alon Zakai
2012-04-19clean up immediate mode code and optimize to not use indexes when not necessaryAlon Zakai
2012-04-19add single-color immediate mode test (with wrong color, but better than nothing)Alon Zakai
2012-04-19refactor immediate mode codeAlon Zakai
2012-04-19Merge pull request #359 from prenaux/developAlon Zakai
2012-04-19zext sign correction for bitcasting from <32 bits to i64Alon Zakai
2012-04-19clearer warnings on casts that change the number of function parametersAlon Zakai
2012-04-19add emscripten_async_run_scriptAlon Zakai
2012-04-19[tests/hello_world_gles.c]: Added F11 to go in fullscreen mode (to test the g...Pierre Renaux
2012-04-18do not exit the runtime if doing anything asyncAlon Zakai
2012-04-17some support for SDL_PeepEventsAlon Zakai
2012-04-17add emscripten_async_callAlon Zakai
2012-04-17fix closure issues with exception handling, and add test coverageAlon Zakai
2012-04-16fix sscanf handling of ends of %sAlon Zakai
2012-04-16Build the lzma-native binary if neededEhsan Akhgari
2012-04-15add working test_sdl_ogl_pAlon Zakai
2012-04-15add disabled sdl_ogl_p test as the next targetAlon Zakai
2012-04-15fix sdl_ogl.c for native buildsAlon Zakai
2012-04-14fix makeSetValue on complex structural types, fixes #386Alon Zakai
2012-04-14support js arrays as inputs in ccallAlon Zakai
2012-04-14fix for test_sdl_oglAlon Zakai
2012-04-14retrieve pixel data from IMG_Load, for maximum compatibilityAlon Zakai
2012-04-14support for GL_TRIANGLE_STRIPAlon Zakai
2012-04-13--js-library option to make it easy to add additional library_*.js filesAlon Zakai
2012-04-13sdl pageup/downAlon Zakai
2012-04-13Merge remote-tracking branch 'upstream/incoming' into glmatrixEhsan Akhgari
2012-04-13Enable test_sdl_oglEhsan Akhgari
2012-04-13Lock and unlock the surface to access the raw pixel dataEhsan Akhgari
2012-04-13Make more browser tests work for Windows.Sigmund Vik
2012-04-12add glReadPixels and sdl/gl test for itAlon Zakai
2012-04-12prepare for sdl/ogl testAlon Zakai
2012-04-12files for sdl/ogl immediate mode testAlon Zakai
2012-04-12fix EM_SAVE_DIRAlon Zakai
2012-04-12nicer browser test harness textAlon Zakai
2012-04-12Merge pull request #374 from SiggyBar/build-env-2Alon Zakai
2012-04-11make test_worker completely automaticAlon Zakai
2012-04-11make test_html a reftestAlon Zakai
2012-04-11update test_structbyvalAlon Zakai
2012-04-11clean up gears testsAlon Zakai
2012-04-11A more accurate output message in test case in sanity.test_emccSigmund Vik
2012-04-11Make it easier to use emscripten from a build system.Sigmund Vik
2012-04-11show some progress in browser test harnessAlon Zakai
2012-04-11close browser test windows in almost all tests, making the browser tests much...Alon Zakai
2012-04-10fix sdl pitch bugAlon Zakai
2012-04-10fix sanity.test_emcc_cachingAlon Zakai
2012-04-09init runtime immediately, so that even with noInitialRun we can still call fi...Alon Zakai
2012-04-09experimental support for inline jsAlon Zakai
2012-04-09Merge pull request #370 from brson/fremAlon Zakai
2012-04-09Merge pull request #367 from ehsan/gears_animation_reftestAlon Zakai