aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-28fix prepareClientAttributes bugs: handle non-packed vertex attributes properlyAlon Zakai
2012-04-28prettyPrint bools as intsAlon Zakai
2012-04-28make debug prettyPrint more accurate on object identitiesAlon Zakai
2012-04-27use start index properly in immediate mode flushing to glDrawElements and ↵Alon Zakai
glDrawArrays
2012-04-27add cubegeom_pre test, a more webgl-friendly cubegeomAlon Zakai
2012-04-27handle GL_INFO_LOG_LENGTHAlon Zakai
2012-04-26-v in emccAlon Zakai
2012-04-26Merge pull request #407 from SiggyBar/windowsAlon Zakai
Fix some paths in lzma.js/doit.sh
2012-04-25fix glClientActiveTextureAlon Zakai
2012-04-25fixes for uniquely naming custom renderersAlon Zakai
2012-04-25gl_Color workaround, and add gl_ps test which uses client pointers + a shaderAlon Zakai
2012-04-25forget current program and buffers if they are destroyedAlon 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-25rename s_texture to u_textureAlon Zakai
2012-04-24cubegeom matrix stuffAlon Zakai
2012-04-24create unique renderers for user-defined programsAlon Zakai
2012-04-24clean up gl emulation flush, remove unneeded and incorrect bindingsAlon Zakai
2012-04-24refactor immediate mode flushing for both glDrawArrays and glDrawElementsAlon Zakai
2012-04-24sys/types.h header fix for some systems where local includes make them fail ↵Alon Zakai
on redefinitions
2012-04-24add ENV_PREFIX to more placesAlon Zakai
2012-04-24IMG_InitAlon Zakai
2012-04-24use env python instead of python in tools/shared if it is availableAlon Zakai
2012-04-24better hashbang in emscripten.pyAlon Zakai
2012-04-24gix glLoadMatrix and related functions and add testingAlon Zakai
2012-04-24refactor client attribute handlingAlon Zakai
2012-04-24save bound buffers when doing gl emulationAlon Zakai
2012-04-24fix cubegeom shader compilation errorAlon Zakai
2012-04-24Fix some paths in lzma.js/doit.shSigmund Vik
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 gl and library debug options start on, when enabled at compile timeAlon Zakai
2012-04-23make cubegeom build both natively and with emscriptenAlon Zakai
2012-04-23use emulation when a gl*Pointer is usedAlon Zakai
2012-04-23finish current immediate+shader work, add sdlglshader testAlon Zakai
2012-04-23gl refactoring in preparation for mixing shader and fixed-functionAlon Zakai
2012-04-23improve new browser test syntaxAlon Zakai
2012-04-23remove unneeded dep in gl codeAlon Zakai
2012-04-23stop disabling spidermonkey -n in test runnerAlon Zakai
2012-04-23start of nicer browser test boilerplateAlon Zakai
2012-04-23fix gl debug typoAlon 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-23Added strtold and strtod_l/strtold_l stubs.Sigmund Vik
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