aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-08optimize SDL_SetColorsAlon Zakai
2012-06-08optimize Array_copyAlon Zakai
2012-06-07clean up the last renderer on any glEnable/glDisableAlon Zakai
2012-06-07enable skipping optimization in gl emulation, checking also whether matrices ...Alon Zakai
2012-06-06clean up last renderer right before preparing the new one, and preparations f...Alon Zakai
2012-06-06refactor array buffer and program setting into renderer in preparation for fu...Alon Zakai
2012-06-06pregenerate a quad index bufferAlon Zakai
2012-06-06remove unneeded buffer bindingAlon Zakai
2012-06-05do not run prepareClientAttributes if no client attributes actually changedAlon Zakai
2012-06-05refactor modifying of GL immediate state to nicer locationsAlon Zakai
2012-06-05Merge pull request #465 from juj/EGLAlon Zakai
2012-06-05make cubegeom_normal_dap_far_glda more robustAlon Zakai
2012-06-04fix glDrawArrays with non-zero startAlon Zakai
2012-06-05Added a helper function emscripten_set_canvas_size function which allows to r...Jukka Jylänki
2012-06-04Added stubs for eglQuerySurface and eglGetError implementations.Jukka Jylänki
2012-06-03use temporary buffers of as small a size as possible to minimize GL overhead ...Alon Zakai
2012-06-02fix emulated extensions listAlon Zakai
2012-06-02in gl emulation mode, report that we support various desktop extensions that ...Alon Zakai
2012-06-02glDrawRangeElementsAlon Zakai
2012-06-02add parents to makeHEAPViewAlon Zakai
2012-06-02return correct values for GL_SHADER_COMPILER and GL_NUM_SHADER_BINARY_FORMATSAlon Zakai
2012-06-02clean up unneeded commentAlon Zakai
2012-06-02make temp buffer size larger by default, and add assertionsAlon Zakai
2012-06-02scan indices when necessary to figure out what vertex data to push, when no b...Alon Zakai
2012-06-01clarify the difference between drawArrays and drawElements index argumentAlon Zakai
2012-06-01fix drawArrays emulated buffer size calculationAlon Zakai
2012-06-01handle pointers to clientside data in glDrawElements when emulating GLAlon Zakai
2012-06-01but disable dump by defaultAlon Zakai
2012-06-01use dump when available instead of console.logAlon Zakai
2012-06-01properly fix bug with holding mouse down while exiting canvasAlon Zakai
2012-06-01fix handling of glUseProgram(0) and gl_ModelViewMatrixTransposeAlon Zakai
2012-05-31fix minus keybindingAlon Zakai
2012-05-31disable mouse unpressing on mouse exit, til we figure out the bugginessAlon Zakai
2012-05-31make strtod properly handle .5 etcAlon Zakai
2012-05-31un-press all mouse buttons when the mouse leaves the canvas, prevents bug wit...Alon Zakai
2012-05-31Merge pull request #460 from adetaylor/llvm_uadd_with_overflow_i16Alon Zakai
2012-05-31Merge pull request #455 from caiiiycuk/library_sdlAlon Zakai
2012-05-31print config file when an error occursAlon Zakai
2012-05-31treat -s not before OPT=VALUE as a linker optionAlon Zakai
2012-05-31do not do GL immediate mode emulation if a 2D context is being used, even if ...Alon Zakai
2012-05-31Adding LLVM intrinsic llvm_uadd_with_overflow_i16.Adrian Taylor
2012-05-30make test_sdl_mouse more robustAlon Zakai
2012-05-30properly identify function pointers that return things like [64 x i16]*Alon Zakai
2012-05-30Merge pull request #450 from caiiiycuk/openttdAlon Zakai
2012-05-30tweak emcc caching test numbersAlon Zakai
2012-05-30Add sdl functions: 'SDL_UpdateRects', 'SDL_GetKeyState'Aleksander Guryanov
2012-05-30tweak caching test sizesAlon Zakai
2012-05-30try make twice, fixes some projects like poppler on ubuntu 12.04Alon Zakai
2012-05-29fix stack save problem with last bindings generator commitAlon Zakai
2012-05-29fix bindings generator bug with overloaded functions whose parameters differ ...Alon Zakai