Age | Commit message (Expand) | Author |
2014-06-16 | trigger reftest from requestAnimationFrame, for worker-proxied code | Alon Zakai |
2014-06-16 | skip main loop iterations when gl buffer is stalled, instead of gl frames whi... | Alon Zakai |
2014-06-16 | skip a frame if Module.preMainLoop returns false | Alon Zakai |
2014-06-16 | Merge branch 'incoming' into proxyGL | Alon Zakai |
2014-06-16 | share main loop iter logic with emscripten_*_loop and glut | Alon Zakai |
2014-06-16 | Merge pull request #2426 from sbalko/incoming | Alon Zakai |
2014-06-13 | fire resize listeners in SDL_SetVideoMode, in workers at least | Alon Zakai |
2014-06-13 | fixes | Alon Zakai |
2014-06-13 | trigger postMainLoop in SDL_GL_SwapBuffers (=finishing rendering a frame) | Alon Zakai |
2014-06-14 | Updated ChangeLog to latest. | Jukka Jylänki |
2014-06-13 | drawElements, prepare for cubegeom proxy test | Alon Zakai |
2014-06-13 | uniform1f | Alon Zakai |
2014-06-13 | getAttribLocation, and track and allocate attributes in worker | Alon Zakai |
2014-06-13 | uniform1i | Alon Zakai |
2014-06-13 | parse shader uniforms in format |uniform type a, b;| | Alon Zakai |
2014-06-13 | getProgramParameter(LINK_STATUS) | Alon Zakai |
2014-06-13 | getShaderParameter | Alon Zakai |
2014-06-13 | texImage2D, activeTexture | Alon Zakai |
2014-06-13 | texParameteri | Alon Zakai |
2014-06-13 | constructor functions for some WebGL types that people may call instanceof on | Alon Zakai |
2014-06-13 | createTexture, bindTexture | Alon Zakai |
2014-06-13 | bindBuffer of null; getError | Alon Zakai |
2014-06-13 | render proxied gl command buffers in a requestAnimationFrame callback, not on... | Alon Zakai |
2014-06-13 | standardize glut idle timeout to minimum 4ms, so it is consistent in workers ... | Alon Zakai |
2014-06-13 | fix requestAnimationFrame polyfill in proxied workers | Alon Zakai |
2014-06-13 | Fix ffdb.py issue on Windows where user cannot abort logging with Ctrl-C. Add... | Jukka Jylänki |
2014-06-13 | Make sure newly created SDL surfaces have the clip_rect struct members popula... | Soeren Balko |
2014-06-12 | prefetch MAX_TEXTURE_IMAGE_UNITS | Alon Zakai |
2014-06-12 | 1.20.01.20.0 | Alon Zakai |
2014-06-12 | test for long-running proxied gl | Alon Zakai |
2014-06-12 | throttle proxied frames | Alon Zakai |
2014-06-12 | add gl proxying reftest | Alon Zakai |
2014-06-12 | remove logging | Alon Zakai |
2014-06-12 | proxy context attributes | Alon Zakai |
2014-06-12 | serialize typed arrays properly | Alon Zakai |
2014-06-12 | use === in some gl checks | Alon Zakai |
2014-06-12 | fix getImageData crash | Alon Zakai |
2014-06-12 | proxy window resizes | Alon Zakai |
2014-06-11 | Merge pull request #2424 from gsathya/fix_append_bug | Alon Zakai |
2014-06-11 | add test case for checking file append | Sathyanarayanan Gunasekaran |
2014-06-11 | add myself to AUTHORS | Sathyanarayanan Gunasekaran |
2014-06-11 | change value of position after seeking | Sathyanarayanan Gunasekaran |
2014-06-11 | add sqlite speed test | Alon Zakai |
2014-06-11 | add test for d2768d2ee | Alon Zakai |
2014-06-11 | fix bug introduced in 92cab32f5f where we ignore the current offset in a file... | Alon Zakai |
2014-06-11 | LIBRARY_DEBUG fix | Alon Zakai |
2014-06-11 | DETERMINISTIC option | Alon Zakai |
2014-06-11 | Hide false warnings in 'ffdb.py install --run --log' if app was not installed... | Jukka Jylänki |
2014-06-11 | Improve Ctrl-C exception detection to cover the whole ffdb.py app. | Jukka Jylänki |
2014-06-11 | Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler | juj |