summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2012-04-19misc emulation workaroundsAlon 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-19prepare to support some amount of color-only immediate modeAlon Zakai
2012-04-19refactor immediate mode codeAlon Zakai
2012-04-19tiny cleanup in gl codeAlon Zakai
2012-04-19Merge pull request #359 from prenaux/developAlon Zakai
2012-04-19zext sign correction for bitcasting from <32 bits to i64Alon Zakai
2012-04-19clearer warnings on casts that change the number of function parametersAlon Zakai
2012-04-19add emscripten_async_run_scriptAlon Zakai
2012-04-19disable bugger SDL_WarpMouse for nowAlon Zakai
2012-04-19[src/library_glut.js]: Fullscreen mode fix, quoted variables that were rename...Pierre Renaux
2012-04-19[src/library_gl.js]: Added glGetString(GL_SHADING_LANGUAGE_VERSION) ;Pierre Renaux
2012-04-19[tests/hello_world_gles.c]: Added F11 to go in fullscreen mode (to test the g...Pierre Renaux
2012-04-19[src/library.js]: Added llvm_bswap_i16 ;Pierre Renaux
2012-04-19[src/library.js]: Added llvm_invariant_start/end so that code linking to pre-...Pierre Renaux
2012-04-18Mix_CloseAudioAlon Zakai
2012-04-18some vector immediate mode functionsAlon Zakai
2012-04-18do not exit the runtime if doing anything asyncAlon Zakai
2012-04-18fix shader generatorAlon Zakai
2012-04-18stub for glBindProgramARBAlon Zakai
2012-04-18glGet workaround for GL_MAX_TEXTURE_COORDSAlon Zakai
2012-04-18fix typosAlon Zakai
2012-04-18make GL emulation automatically look for ARB-less namesAlon Zakai
2012-04-18make GLEmulation depend on everything, we will be adding a lot more thereAlon Zakai
2012-04-18SDL_WarpMouseAlon Zakai