Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-13 | fix requestAnimationFrame polyfill in proxied workers | Alon Zakai | |
2014-06-13 | Make sure newly created SDL surfaces have the clip_rect struct members ↵ | Soeren Balko | |
populated correctly | |||
2014-06-12 | prefetch MAX_TEXTURE_IMAGE_UNITS | Alon Zakai | |
2014-06-12 | test for long-running proxied gl | Alon Zakai | |
2014-06-12 | throttle proxied frames | 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 | change value of position after seeking | Sathyanarayanan Gunasekaran | |
2014-06-11 | fix bug introduced in 92cab32f5f where we ignore the current offset in a ↵ | Alon Zakai | |
file when writing initial data to it | |||
2014-06-11 | LIBRARY_DEBUG fix | Alon Zakai | |
2014-06-11 | DETERMINISTIC option | Alon Zakai | |
2014-06-11 | Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler | juj | |
Emscripten sdl set event handler | |||
2014-06-09 | Merge pull request #2406 from juj/typedarray_memfs | Alon Zakai | |
Typedarray memfs | |||
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-10 | Rename SDL_SetEventHandler from previous commit to ↵ | Jukka Jylänki | |
emscripten_SDL_SetEventHandler to reflect that this is our extension, and add comments. | |||
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-10 | Added an additional call: `SDL_SetEventHandler()` to SDL. | Michael Bishop | |
This is not in the official API but it is needed for Mozilla Persona, which makes sure an event handler is on the stack when `navigator.id.request()` is called. Using the standard SDL api, this can never be the case because an SDL app retrieves events from SDL’s event queue independently of when those events are added to the queue (through event handlers that SDL itself registers). With this additional call, apps can receive events directly in response to an actual event handler which will still be on the stack when the event is handled by the SDL-based application. | |||
2014-06-09 | programs and uniforms stuff | Alon Zakai | |
2014-06-09 | fix memcpy for ta0 and ta1 | Alon Zakai | |
2014-06-09 | apply library synonyms using wrapper functions, to avoid needing hacks in ↵1.19.2 | Alon Zakai | |
the compiler ; 1.19.2 | |||
2014-06-09 | fix environ circularity | Alon Zakai | |
2014-06-09 | Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb. | Jukka Jylänki | |
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-06 | recurse on deps_info.json, and remove workaround we needed without that | Alon Zakai | |
2014-06-06 | Merge pull request #2403 from guillaumeblanc/incoming | Alon Zakai | |
Fixes glfwGetProcAddress calls that were causing a ReferenceError except... |