commit | abc0c8216b8e162b8de74de005f883cb84bd254b | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Thu Jan 14 05:37:51 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jan 14 05:37:51 2016 -0800 |
tree | 5e3c7fe818ee655f926373a2711b9c17dc9c6663 | |
parent | 24a22c7de8890642e43d6ae1115ecd59e2f8f0db [diff] |
SampleApp: Cleanup SkOSWindow_SDL Implements: * Event loop event waiting (no busy loop) ** Skia timers * Proper window sizing and resizing * MSAA on X11 (previously it did not use MSAA at all) * Changes requested colorspace from 565 to 8888 to match non-SDL variants * Context creation clearing (color and stencil mask) * Opens the window in 640x480 by default on desktop. Removes dead code. BUG=skia:4733 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1578173002 Review URL: https://codereview.chromium.org/1578173002