Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | Merge pull request #2412 from juj/test_js_libraries_in_core | Alon Zakai | |
Test js libraries in core | |||
2014-06-10 | We don't seem to have tests for --js-library in core suite, so move ↵ | Jukka Jylänki | |
other.test_js_libraries to the core test suite so that it gets tested in all modes. | |||
2014-06-10 | Add support for printing out a memory summary of a running application with ↵ | Jukka Jylänki | |
ffdb via 'ffdb.py memory <app>'. | |||
2014-06-10 | Add support for printing FFOS device system description fields (deviceActor ↵ | Jukka Jylänki | |
getDescription verb) with 'ffdb.py desc' | |||
2014-06-10 | Fix ffdb issue when taking a screenshot and the screenshot is small enough ↵ | Jukka Jylänki | |
to fit into a single message instead of having multiple fragments. | |||
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-10 | Add test for emscripten_SDL_SetEventHandler. | Jukka Jylänki | |
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 | do not modify textual memory initializer when emitting source maps, as it ↵ | Alon Zakai | |
messes up line numbers; fixes #2410 | |||
2014-06-10 | Fix message queueing issue in ffdb.py which could discard log messages if ↵ | Jukka Jylänki | |
the app was spamming a lot of them. | |||
2014-06-09 | Merge pull request #2416 from coolwanglu/minor_clean | Alon Zakai | |
Minor clean | |||
2014-06-09 | minor clean | Lu Wang | |
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 support for passing --run command to ffdb install&launch when a packaged ↵ | Jukka Jylänki | |
app .zip file is passed. | |||
2014-06-09 | Add options --run and --log to ffdb launch and install commands for conveniency. | Jukka Jylänki | |
2014-06-09 | Merge pull request #2399 from waywardmonkeys/cleanup-includes | Alon Zakai | |
Cleanup includes | |||
2014-06-09 | Improve error message that is shown in ffdb when DevTools is not enabled on ↵ | Jukka Jylänki | |
a FFOS device. | |||
2014-06-09 | Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb. | Jukka Jylänki | |
2014-06-09 | Improved error messages printed from tools/ffdb.py. Added new commands ↵ | Jukka Jylänki | |
'get', 'set', 'unset', 'hide-prompt' and 'restore-prompt' to ffdb. | |||
2014-06-08 | show an error on NO_DYNAMIC_EXECUTION with embind | Alon Zakai | |
2014-06-07 | On Windows, properly clean up temporary .rsp response file used during the ↵ | Jukka Jylänki | |
build after finished so the C:\Users\clb\AppData\Local\Temp directory doesn't litter up with .rsp files. | |||
2014-06-07 | Put a placeholder README in system/local/include. | Bruce Mitchener | |
This explains the purpose so that the directory is a bit more discoverable. It also means the compiler won't complain that the directory doesn't exist when in verbose mode. | |||
2014-06-07 | Remove non-existing include paths. | Bruce Mitchener | |
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 | |