Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-12 | proxy window resizes | Alon Zakai | |
2014-06-09 | fix uniformMatrix4fv; something (wrong) starting to render | Alon Zakai | |
2014-06-09 | fix fixArgs return value | Alon Zakai | |
2014-06-09 | call preMainLoop/postMainLoop from glut | Alon Zakai | |
2014-06-09 | drawArrays, disableVertexAttribArray | Alon Zakai | |
2014-06-09 | misc functions | Alon Zakai | |
2014-06-09 | createBuffer, bindBuffer | Alon Zakai | |
2014-06-09 | fix uniform name parsing | Alon Zakai | |
2014-06-09 | uniform4fv | Alon Zakai | |
2014-06-09 | useProgram | Alon Zakai | |
2014-06-09 | programs and uniforms stuff | Alon Zakai | |
2014-06-06 | getProgramParameter | Alon Zakai | |
2014-06-06 | track shaders and their sources | Alon Zakai | |
2014-06-06 | linkProgram | Alon Zakai | |
2014-06-06 | bindAttribLocation | Alon Zakai | |
2014-06-06 | attachShader client portion | Alon Zakai | |
2014-06-06 | createProgram, attachShader | Alon Zakai | |
2014-06-06 | getShaderInfoLog | Alon Zakai | |
2014-06-06 | compileShader | Alon Zakai | |
2014-06-06 | remote creators, shaderSource | Alon Zakai | |
2014-06-06 | clear, createShader | Alon Zakai | |
2014-06-06 | enable, disable, clearcolor | Alon Zakai | |
2014-06-06 | proxy getExtension | Alon Zakai | |
2014-06-06 | prepare to proxy gl commands | Alon Zakai | |
2014-06-06 | prefetch extensions | Alon Zakai | |
2014-06-06 | prefetch gl before running worker | Alon Zakai | |
2014-06-05 | more preparations for prefetched parameters | Alon Zakai | |
2014-06-05 | prepare for prefetched parameters | Alon Zakai | |
2014-06-05 | gl constants | Alon Zakai | |
2014-06-05 | start WebGLWorker | Alon Zakai | |
2014-06-05 | PropertyBag | Alon Zakai | |
2014-06-05 | fake document.documentElement and removeEventListener | Alon Zakai | |
2014-06-05 | generalize context proxying to support not just 2d contexts | Alon Zakai | |
2014-06-04 | fix sourceRegex for IE; issue #2400 | Alon Zakai | |
2014-06-03 | allocate in realpath() if necessary | Alon Zakai | |
2014-06-02 | Merge branch 'update_simd' of github.com:huningxin/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-06-02 | Merge pull request #2364 from juj/musl_stdio | Alon Zakai | |
Musl stdio | |||
2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai | |
2014-05-28 | Merge pull request #2388 from waywardmonkeys/upstream-from-imvu | Alon Zakai | |
Upstream from imvu | |||
2014-05-29 | Fix a bug where a returned handle to a derived JS object would not always ↵ | Chad Austin | |
correctly increment the reference count of the underlying smart pointer. | |||
2014-05-28 | Merge branch 'master' of github.com:JasonGreen/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-05-28 | glTex[Sub]Image* should not throw an exception, but should cause a ↵ | Jason Green | |
GL_INVALID_ENUM error on unrecognized formats or types | |||
2014-05-28 | Move float32x4 and int32x4 constructors into SIMD module. | Ningxin Hu | |
2014-05-27 | fix ccall regex for minified code, and add testing | Alon Zakai | |
2014-05-27 | fix crash in audio code in bananabread | Alon Zakai | |
2014-05-27 | Update the simd.js | Ningxin Hu | |
It bases on https://github.com/johnmccutchan/ecmascript_simd/blob/b5dce3a7039a6d38cb7922f526cdb49a69f01dc5/src/ecmascript_simd.js API changes: * Added shiftLeft, shiftRightLogical, shiftRightArithmetic on int32x4. * Added equals, greaterThan, and lessThan that operate on int32x4. * Add bit operations (and, or, xor, and not) that operate directly on float32x4. * Moved constructors into SIMD module. * Remove use of "new float32x4" and "new uint32x4" | |||
2014-05-23 | fix bug in setjmp limit testing; helps #2379 | Alon Zakai | |
2014-05-23 | try to fix sourceRegex for IE | Alon Zakai | |
2014-05-23 | Remove leftover scanf and printf stubs from library.js | Jukka Jylänki | |
2014-05-23 | Migrate snprintf to musl. Move the most common sprintf-related code to libc ↵ | Jukka Jylänki | |
instead of libcextra to avoid pulling libcextra in on common runs. |