Age | Commit message (Expand) | Author |
2012-06-08 | optimize SDL_SetColors | Alon Zakai |
2012-06-08 | optimize Array_copy | Alon Zakai |
2012-06-07 | clean up the last renderer on any glEnable/glDisable | Alon Zakai |
2012-06-07 | enable skipping optimization in gl emulation, checking also whether matrices ... | Alon Zakai |
2012-06-06 | clean up last renderer right before preparing the new one, and preparations f... | Alon Zakai |
2012-06-06 | refactor array buffer and program setting into renderer in preparation for fu... | Alon Zakai |
2012-06-06 | pregenerate a quad index buffer | Alon Zakai |
2012-06-06 | remove unneeded buffer binding | Alon Zakai |
2012-06-05 | do not run prepareClientAttributes if no client attributes actually changed | Alon Zakai |
2012-06-05 | refactor modifying of GL immediate state to nicer locations | Alon Zakai |
2012-06-05 | Merge pull request #465 from juj/EGL | Alon Zakai |
2012-06-05 | make cubegeom_normal_dap_far_glda more robust | Alon Zakai |
2012-06-04 | fix glDrawArrays with non-zero start | Alon Zakai |
2012-06-05 | Added a helper function emscripten_set_canvas_size function which allows to r... | Jukka Jylänki |
2012-06-04 | Added stubs for eglQuerySurface and eglGetError implementations. | Jukka Jylänki |
2012-06-03 | use temporary buffers of as small a size as possible to minimize GL overhead ... | Alon Zakai |
2012-06-02 | fix emulated extensions list | Alon Zakai |
2012-06-02 | in gl emulation mode, report that we support various desktop extensions that ... | Alon Zakai |
2012-06-02 | glDrawRangeElements | Alon Zakai |
2012-06-02 | add parents to makeHEAPView | Alon Zakai |
2012-06-02 | return correct values for GL_SHADER_COMPILER and GL_NUM_SHADER_BINARY_FORMATS | Alon Zakai |
2012-06-02 | clean up unneeded comment | Alon Zakai |
2012-06-02 | make temp buffer size larger by default, and add assertions | Alon Zakai |
2012-06-02 | scan indices when necessary to figure out what vertex data to push, when no b... | Alon Zakai |
2012-06-01 | clarify the difference between drawArrays and drawElements index argument | Alon Zakai |
2012-06-01 | fix drawArrays emulated buffer size calculation | Alon Zakai |
2012-06-01 | handle pointers to clientside data in glDrawElements when emulating GL | Alon Zakai |
2012-06-01 | but disable dump by default | Alon Zakai |
2012-06-01 | use dump when available instead of console.log | Alon Zakai |
2012-06-01 | properly fix bug with holding mouse down while exiting canvas | Alon Zakai |
2012-06-01 | fix handling of glUseProgram(0) and gl_ModelViewMatrixTranspose | Alon Zakai |
2012-05-31 | fix minus keybinding | Alon Zakai |
2012-05-31 | disable mouse unpressing on mouse exit, til we figure out the bugginess | Alon Zakai |
2012-05-31 | make strtod properly handle .5 etc | Alon Zakai |
2012-05-31 | un-press all mouse buttons when the mouse leaves the canvas, prevents bug wit... | Alon Zakai |
2012-05-31 | Merge pull request #460 from adetaylor/llvm_uadd_with_overflow_i16 | Alon Zakai |
2012-05-31 | Merge pull request #455 from caiiiycuk/library_sdl | Alon Zakai |
2012-05-31 | print config file when an error occurs | Alon Zakai |
2012-05-31 | treat -s not before OPT=VALUE as a linker option | Alon Zakai |
2012-05-31 | do not do GL immediate mode emulation if a 2D context is being used, even if ... | Alon Zakai |
2012-05-31 | Adding LLVM intrinsic llvm_uadd_with_overflow_i16. | Adrian Taylor |
2012-05-30 | make test_sdl_mouse more robust | Alon Zakai |
2012-05-30 | properly identify function pointers that return things like [64 x i16]* | Alon Zakai |
2012-05-30 | Merge pull request #450 from caiiiycuk/openttd | Alon Zakai |
2012-05-30 | tweak emcc caching test numbers | Alon Zakai |
2012-05-30 | Add sdl functions: 'SDL_UpdateRects', 'SDL_GetKeyState' | Aleksander Guryanov |
2012-05-30 | tweak caching test sizes | Alon Zakai |
2012-05-30 | try make twice, fixes some projects like poppler on ubuntu 12.04 | Alon Zakai |
2012-05-29 | fix stack save problem with last bindings generator commit | Alon Zakai |
2012-05-29 | fix bindings generator bug with overloaded functions whose parameters differ ... | Alon Zakai |