aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
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 ↵Alon Zakai
llvm_uadd_with_overflow_i64
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 ↵Alon Zakai
printing code
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
2012-04-20make gl debugging switchable at runtime (if GL_DEBUG was set at compile time)Alon Zakai
2012-04-20todo for multitextures in client attribute emulationAlon Zakai
2012-04-20stub for glGetFloat of GL_FOG_COLORAlon Zakai
2012-04-20refactoring for multiple client texturesAlon Zakai
2012-04-20optimize strspn and strcspnAlon Zakai
2012-04-20clear cache on non-forced sanity checks if the config file changedAlon Zakai
2012-04-20VERBOSE optionAlon Zakai
2012-04-19do not repeat function pointer casting warnings too oftenAlon Zakai
2012-04-19some fake support for gl texture matrixAlon Zakai
2012-04-19glColor4fv stubAlon Zakai
2012-04-19some color and normal stubs for immediate modeAlon Zakai