summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-15handle -1 arguments to Mix_VolumeAlon Zakai
2012-06-15SDL_StartTextInput stubAlon Zakai
2012-06-15SDL_GetVideoSurfaceAlon Zakai
2012-06-15fix emscripten_async_call for native builds with multiple filesAlon Zakai
2012-06-15move emscripten.h to emscripten/emscripten.h, so native builds can -I that ↵Alon Zakai
dir and not get anything else
2012-06-14EMSCRIPTEN_KEEPALIVEAlon Zakai
2012-06-14silly fix for gl_ModelViewMatrixTranspose[2]Alon Zakai
2012-06-14basic fog supportAlon Zakai
2012-06-14some fog workAlon Zakai
2012-06-14ignore phi assigns of undefAlon Zakai
2012-06-14ignore GL_TEXTURE_COMPRESSION_HINTAlon Zakai
2012-06-14init texture compression earlyAlon Zakai
2012-06-13support NULL rect in SDL_FillRectAlon Zakai
2012-06-13s3tc compression supportAlon Zakai
2012-06-13automate test_sdl_canvas_palette and temporarily disable ↵Alon Zakai
test_sdl_canvas_palette_2
2012-06-13Merge pull request #466 from caiiiycuk/SDL_HWPALETTEAlon Zakai
Implementation of SDL_Surface with SDL_HWPALETTE flag (8bpp surface)
2012-06-13accept .obj files as bitcodeAlon Zakai
2012-06-13make file packager folders writableAlon Zakai
2012-06-13Implementation of SDL_HWPALETTEAleksander Guryanov
Little bit refactoring for copyIndexedColorData now it can accept dirty rect
2012-06-12allow multiple possible results in browser test, and use that to fix ↵Alon Zakai
test_matrix_identity on certain machines
2012-06-12Merge pull request #471 from ehsan/gl_identity_matrixAlon Zakai
Gl identity matrix
2012-06-12emscripten_randomAlon Zakai
2012-06-12Initialize the projection and modelview matrices to identityEhsan Akhgari
This is required by the spec. Without this change, the testcase in this patch merely renders the background, and the box in the upper right corner will not get rendered at all.
2012-06-12handle duplicate files in file packagerAlon Zakai
2012-06-11call hookMusicFinished when music completes by itselfAlon Zakai
2012-06-11SDL music stuffAlon Zakai
2012-06-11handle null strings in ccallAlon Zakai
2012-06-11add missing assert to file packaging to make it standaloneAlon Zakai
2012-06-11make add/removeRunDependency closure exportedAlon Zakai
2012-06-11make image and audio preloading closure-safe and accessible from outside ↵Alon Zakai
closured code
2012-06-11refactor file packaging into standalone toolAlon Zakai
2012-06-11use closure-exported FS API for preloadingAlon Zakai
2012-06-11allow --preload-file when generating .js, which assumes the .js will be used ↵Alon Zakai
in a web page
2012-06-11export some filesystem commands through closureAlon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-06-10emcc note on preloading and .dataAlon Zakai
2012-06-10comments on GENERATING_HTMLAlon Zakai
2012-06-09glPolygonOffset fixesAlon Zakai
2012-06-08remove Array_copy and String_copy; they are hard to implement in a fast way ↵Alon Zakai
that is ta0, 1 and 2-compatible
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
were modified and if the program is the same as before
2012-06-06clean up last renderer right before preparing the new one, and preparations ↵Alon Zakai
for skipping preparation altogether when possible
2012-06-06refactor array buffer and program setting into renderer in preparation for ↵Alon Zakai
further optimizations
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
Egl