aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 o...Alon Zakai
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-23clean up cubegeomAlon Zakai
2012-04-23Merge pull request #381 from SiggyBar/libraryAlon Zakai
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
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
2012-04-22add buffer data to cubegeom testAlon Zakai
2012-04-22wip cubegeometry testAlon Zakai
2012-04-21fix gl shader emulation bugAlon Zakai
2012-04-21do not add empty lines for library dependencies already handledAlon Zakai
2012-04-21gl debug support for shader sources from useProgramAlon Zakai
2012-04-21partial support for llvm_umul_with_overflow_i64Alon Zakai
2012-04-21support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...Alon Zakai
2012-04-21support SDL_LoadBMP_RWAlon Zakai
2012-04-20parse GL headers for console log cleanerAlon Zakai
2012-04-20print hex numbers alongside decimal in gl and library debugAlon Zakai
2012-04-20make library and gl debug configurable at runtime, and share the pretty print...Alon Zakai
2012-04-20improve gl debugAlon Zakai
2012-04-20comment on temp dir in settings.pyAlon Zakai
2012-04-20workaround for suffix EXT in addition to ARB for older gl funcsAlon Zakai