Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
2014-01-03 | [SDL] Fixing SDL_UnlockSurface in IE10/IE11. | John Vilk | |
Previously, just calling SDL_UnlockSurface in IE10/IE11 would throw an exception, since Emscripten assumed that the ImageData's `data` property was Uint8ClampedArray, which has a backing buffer. IE10/IE11 still uses the deprecated CanvasPixelArray, which does not have a backing buffer property: https://developer.mozilla.org/en-US/docs/Web/API/CanvasPixelArray I've added an additional path to SDL_UnlockSurface for these browsers. | |||
2013-08-25 | emscripten_get_canvas_size testcase | ToadKing | |
2013-06-18 | Missed out making some tests portable. | Jez Ng | |
2013-05-16 | fix font rendering in test_sdl_canvas | Alon Zakai | |
2012-11-13 | headless option | Alon Zakai | |
2012-07-25 | allow apps to link both GL and SDL 2D backends and use just one | Alon Zakai | |
2012-03-25 | disable alpha in font rendering | Alon Zakai | |
2012-03-25 | fix sdl alpha | Alon Zakai | |
2012-03-24 | support for rgba in sdl | Alon Zakai | |
2012-03-23 | SDL_SizeText and some refactoring | Alon Zakai | |
2012-03-23 | optimize SDL_FillRect | Alon Zakai | |