Age | Commit message (Expand) | Author |
2014-06-16 | fake canvas.exitPointerLock | Alon Zakai |
2014-06-16 | clearDepth, depthFunc, frontFace, cullFace | Alon Zakai |
2014-06-16 | return 0 in gl emulation code for GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT | Alon Zakai |
2014-06-16 | another prefetched parameter | Alon Zakai |
2014-06-16 | deleteShader, deleteProgram | Alon Zakai |
2014-06-16 | more prefetched parameters | Alon Zakai |
2014-06-16 | fake document.styleSheets | Alon Zakai |
2014-06-16 | support --proxy-to-worker with js target, emitting 2 files for client and worker | Alon Zakai |
2014-06-16 | fix browser.test_glgears_proxy | Alon Zakai |
2014-06-16 | cleanup | Alon Zakai |
2014-06-16 | cubegeom proxy test | Alon Zakai |
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 |