aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-05make sdl event handling work in closure, and add testingAlon Zakai
2012-05-05refactor getProcAddress for closureAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai
2012-05-05color support in shaders and emulationAlon Zakai
2012-05-04support for SDL channels and channelFinishedAlon Zakai
2012-05-03define proper endianness for endian.h and add working but slow-compiling ↵Alon Zakai
sha1 test
2012-05-01undef __linux__, fixes SDL endianness detectionAlon Zakai
2012-05-01use requestAnimationFrameAlon Zakai
2012-04-29correct coordinate type in glRotate and add testingAlon Zakai
2012-04-28add working cubegeom testAlon Zakai
2012-04-28fix handling of non-float client attributes, and add test_cubegeom_pre3Alon Zakai
2012-04-28disable debug in test_cubegeom_preAlon Zakai
2012-04-28add test_cubegeom_pre2Alon Zakai
2012-04-28fix prepareClientAttributes bugs: handle non-packed vertex attributes properlyAlon Zakai
2012-04-27add cubegeom_pre test, a more webgl-friendly cubegeomAlon Zakai
2012-04-27handle GL_INFO_LOG_LENGTHAlon Zakai
2012-04-25gl_Color workaround, and add gl_ps test which uses client pointers + a shaderAlon Zakai
2012-04-25fix a_texCoord* usage, and use current program texture setup if present ; ↵Alon Zakai
some texture rendering in cubegeom test
2012-04-24cubegeom matrix stuffAlon Zakai
2012-04-24clean up gl emulation flush, remove unneeded and incorrect bindingsAlon Zakai
2012-04-24gix glLoadMatrix and related functions and add testingAlon Zakai
2012-04-24fix cubegeom shader compilation errorAlon Zakai
2012-04-23clean up cubegeomAlon Zakai
2012-04-23Merge pull request #381 from SiggyBar/libraryAlon Zakai
Added strtold and strtod_l/strtold_l stubs.
2012-04-23make cubegeom build both natively and with emscriptenAlon Zakai
2012-04-23finish current immediate+shader work, add sdlglshader testAlon Zakai
2012-04-23improve new browser test syntaxAlon Zakai
2012-04-23stop disabling spidermonkey -n in test runnerAlon Zakai
2012-04-23start of nicer browser test boilerplateAlon Zakai
2012-04-23get something to show up in cubegeom native buildAlon Zakai
2012-04-23Fix to strtod_l and add test case for strtold.Sigmund Vik
(The test case is reusing test_strtod, when we implement real support for long double we should add a separate test case for this.)
2012-04-22fix sdl key stuff and more more supportAlon Zakai
2012-04-22clean up cubegeomAlon Zakai
2012-04-22add second texture to cubegeom testAlon Zakai
2012-04-22more sdl keysAlon Zakai
2012-04-22improve sqlite testAlon Zakai
2012-04-22fix cubegeom compilation errorsAlon Zakai
2012-04-22annotate cubegeom a littleAlon Zakai
2012-04-22add buffer data to cubegeom testAlon Zakai
2012-04-22wip cubegeometry testAlon Zakai
2012-04-21support extraction of i64 values in ta2, and partial support for ↵Alon Zakai
llvm_uadd_with_overflow_i64
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
library.js, added llvm_invariant_start/end & llvm_bswap_i16 ; hello_world_gles.c, added F11 for fullscreen ;
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 ↵Pierre Renaux
glutFullScreen implementation) ;