Age | Commit message (Expand) | Author |
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 |
2012-04-22 | fix sdl key stuff and more more support | Alon Zakai |
2012-04-22 | clean up cubegeom | Alon Zakai |
2012-04-22 | add second texture to cubegeom test | Alon Zakai |
2012-04-22 | more sdl keys | Alon Zakai |
2012-04-22 | improve sqlite test | Alon Zakai |
2012-04-22 | fix cubegeom compilation errors | Alon Zakai |
2012-04-22 | annotate cubegeom a little | Alon Zakai |
2012-04-22 | add buffer data to cubegeom 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 | clean up immediate mode code and optimize to not use indexes when not necessary | Alon Zakai |
2012-04-19 | add single-color immediate mode test (with wrong color, but better than nothing) | Alon Zakai |
2012-04-19 | refactor immediate mode code | Alon Zakai |
2012-04-19 | Merge pull request #359 from prenaux/develop | 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-19 | add emscripten_async_run_script | Alon Zakai |
2012-04-19 | [tests/hello_world_gles.c]: Added F11 to go in fullscreen mode (to test the g... | Pierre Renaux |
2012-04-18 | do not exit the runtime if doing anything async | Alon Zakai |
2012-04-17 | some support for SDL_PeepEvents | 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 |