aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-10Merge pull request #2412 from juj/test_js_libraries_in_coreAlon Zakai
Test js libraries in core
2014-06-10We 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-10Add support for printing out a memory summary of a running application with ↵Jukka Jylänki
ffdb via 'ffdb.py memory <app>'.
2014-06-10Add support for printing FFOS device system description fields (deviceActor ↵Jukka Jylänki
getDescription verb) with 'ffdb.py desc'
2014-06-10Fix 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-09Merge pull request #2406 from juj/typedarray_memfsAlon Zakai
Typedarray memfs
2014-06-09fix uniformMatrix4fv; something (wrong) starting to renderAlon Zakai
2014-06-09fix fixArgs return valueAlon Zakai
2014-06-10Add test for emscripten_SDL_SetEventHandler.Jukka Jylänki
2014-06-09call preMainLoop/postMainLoop from glutAlon Zakai
2014-06-10Rename SDL_SetEventHandler from previous commit to ↵Jukka Jylänki
emscripten_SDL_SetEventHandler to reflect that this is our extension, and add comments.
2014-06-09drawArrays, disableVertexAttribArrayAlon Zakai
2014-06-09misc functionsAlon Zakai
2014-06-09createBuffer, bindBufferAlon Zakai
2014-06-09fix uniform name parsingAlon Zakai
2014-06-09uniform4fvAlon Zakai
2014-06-09useProgramAlon Zakai
2014-06-10Added 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-09programs and uniforms stuffAlon Zakai
2014-06-09do not modify textual memory initializer when emitting source maps, as it ↵Alon Zakai
messes up line numbers; fixes #2410
2014-06-10Fix 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-09Merge pull request #2416 from coolwanglu/minor_cleanAlon Zakai
Minor clean
2014-06-09minor cleanLu Wang
2014-06-09fix memcpy for ta0 and ta1Alon Zakai
2014-06-09apply library synonyms using wrapper functions, to avoid needing hacks in ↵1.19.2Alon Zakai
the compiler ; 1.19.2
2014-06-09fix environ circularityAlon Zakai
2014-06-09Add support for passing --run command to ffdb install&launch when a packaged ↵Jukka Jylänki
app .zip file is passed.
2014-06-09Add options --run and --log to ffdb launch and install commands for conveniency.Jukka Jylänki
2014-06-09Merge pull request #2399 from waywardmonkeys/cleanup-includesAlon Zakai
Cleanup includes
2014-06-09Improve error message that is shown in ffdb when DevTools is not enabled on ↵Jukka Jylänki
a FFOS device.
2014-06-09Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb.Jukka Jylänki
2014-06-09Improved 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-08show an error on NO_DYNAMIC_EXECUTION with embindAlon Zakai
2014-06-07On 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-07Put 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-07Remove non-existing include paths.Bruce Mitchener
2014-06-06getProgramParameterAlon Zakai
2014-06-06track shaders and their sourcesAlon Zakai
2014-06-06linkProgramAlon Zakai
2014-06-06bindAttribLocationAlon Zakai
2014-06-06attachShader client portionAlon Zakai
2014-06-06createProgram, attachShaderAlon Zakai
2014-06-06getShaderInfoLogAlon Zakai
2014-06-06compileShaderAlon Zakai
2014-06-06remote creators, shaderSourceAlon Zakai
2014-06-06clear, createShaderAlon Zakai
2014-06-06enable, disable, clearcolorAlon Zakai
2014-06-06proxy getExtensionAlon Zakai
2014-06-06prepare to proxy gl commandsAlon Zakai
2014-06-06prefetch extensionsAlon Zakai