aboutsummaryrefslogtreecommitdiff
path: root/tests/sdl_ogl.c
AgeCommit message (Expand)Author
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2013-05-20Adding texEnv emulation to Immediate mode.Jeff Gilbert
2012-05-07add full support for glColorX both in glBegin/End and outAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon 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-15fix sdl_ogl.c for native buildsAlon 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-13Lock and unlock the surface to access the raw pixel dataEhsan Akhgari
2012-04-12files for sdl/ogl immediate mode testAlon Zakai