aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-16trigger reftest from requestAnimationFrame, for worker-proxied codeAlon Zakai
2014-06-16skip main loop iterations when gl buffer is stalled, instead of gl frames whi...Alon Zakai
2014-06-16skip a frame if Module.preMainLoop returns falseAlon Zakai
2014-06-16Merge branch 'incoming' into proxyGLAlon Zakai
2014-06-16share main loop iter logic with emscripten_*_loop and glutAlon Zakai
2014-06-16Merge pull request #2426 from sbalko/incomingAlon Zakai
2014-06-13fire resize listeners in SDL_SetVideoMode, in workers at leastAlon Zakai
2014-06-13fixesAlon Zakai
2014-06-13trigger postMainLoop in SDL_GL_SwapBuffers (=finishing rendering a frame)Alon Zakai
2014-06-14Updated ChangeLog to latest.Jukka Jylänki
2014-06-13drawElements, prepare for cubegeom proxy testAlon Zakai
2014-06-13uniform1fAlon Zakai
2014-06-13getAttribLocation, and track and allocate attributes in workerAlon Zakai
2014-06-13uniform1iAlon Zakai
2014-06-13parse shader uniforms in format |uniform type a, b;|Alon Zakai
2014-06-13getProgramParameter(LINK_STATUS)Alon Zakai
2014-06-13getShaderParameterAlon Zakai
2014-06-13texImage2D, activeTextureAlon Zakai
2014-06-13texParameteriAlon Zakai
2014-06-13constructor functions for some WebGL types that people may call instanceof onAlon Zakai
2014-06-13createTexture, bindTextureAlon Zakai
2014-06-13bindBuffer of null; getErrorAlon Zakai
2014-06-13render proxied gl command buffers in a requestAnimationFrame callback, not on...Alon Zakai
2014-06-13standardize glut idle timeout to minimum 4ms, so it is consistent in workers ...Alon Zakai
2014-06-13fix requestAnimationFrame polyfill in proxied workersAlon Zakai
2014-06-13Fix ffdb.py issue on Windows where user cannot abort logging with Ctrl-C. Add...Jukka Jylänki
2014-06-13Make sure newly created SDL surfaces have the clip_rect struct members popula...Soeren Balko
2014-06-12prefetch MAX_TEXTURE_IMAGE_UNITSAlon Zakai
2014-06-121.20.01.20.0Alon Zakai
2014-06-12test for long-running proxied glAlon Zakai
2014-06-12throttle proxied framesAlon Zakai
2014-06-12add gl proxying reftestAlon Zakai
2014-06-12remove loggingAlon Zakai
2014-06-12proxy context attributesAlon Zakai
2014-06-12serialize typed arrays properlyAlon Zakai
2014-06-12use === in some gl checksAlon Zakai
2014-06-12fix getImageData crashAlon Zakai
2014-06-12proxy window resizesAlon Zakai
2014-06-11Merge pull request #2424 from gsathya/fix_append_bugAlon Zakai
2014-06-11add test case for checking file appendSathyanarayanan Gunasekaran
2014-06-11add myself to AUTHORSSathyanarayanan Gunasekaran
2014-06-11change value of position after seekingSathyanarayanan Gunasekaran
2014-06-11add sqlite speed testAlon Zakai
2014-06-11add test for d2768d2eeAlon Zakai
2014-06-11fix bug introduced in 92cab32f5f where we ignore the current offset in a file...Alon Zakai
2014-06-11LIBRARY_DEBUG fixAlon Zakai
2014-06-11DETERMINISTIC optionAlon Zakai
2014-06-11Hide false warnings in 'ffdb.py install --run --log' if app was not installed...Jukka Jylänki
2014-06-11Improve Ctrl-C exception detection to cover the whole ffdb.py app.Jukka Jylänki
2014-06-11Merge pull request #2417 from juj/emscripten_SDL_SetEventHandlerjuj