aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-28make debug prettyPrint more accurate on object identitiesAlon Zakai
2012-04-27use start index properly in immediate mode flushing to glDrawElements and glD...Alon Zakai
2012-04-27add cubegeom_pre test, a more webgl-friendly cubegeomAlon Zakai
2012-04-27handle GL_INFO_LOG_LENGTHAlon Zakai
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 ; som...Alon Zakai
2012-04-25rename s_texture to u_textureAlon 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-24IMG_InitAlon 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-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-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-23remove unneeded dep in gl codeAlon Zakai
2012-04-23fix gl debug typoAlon 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-22more sdl keysAlon 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-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-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-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
2012-04-19misc emulation workaroundsAlon Zakai
2012-04-19clean up immediate mode code and optimize to not use indexes when not necessaryAlon Zakai