- 7d30288 GN: iOS basics by Mike Klein · 8 years ago
- 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
- 16adfa3 Viewer builds (for Windows) with GN by Brian Osman · 8 years ago
- 38c7215 Fix iOS surface creation for SampleApp by jvanverth · 8 years ago
- ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
- 97a0918 Try fix the mac build bot after removing Android SampleApp by liyuqian · 8 years ago
- 7bde565 Revert of Remove Android SampleApp (patchset #5 id:80001 of https://codereview.chromium.org/2096683002/ ) by rmistry · 8 years ago
- 41bb5b4 Remove Android SampleApp by liyuqian · 8 years ago
- b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
- ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
- 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
- 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
- 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
- e46e4f0 Correct gesture scale and translation by liyuqian · 8 years ago
- 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
- 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
- ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 9 years ago
- fa82348 remove unused view helpers by reed · 9 years ago
- 60d0259 remove unused view files by reed · 9 years ago
- 6b2af12 remove unneeded view subclasses by reed · 9 years ago
- 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
- a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago
- a34be68 blitters for sRGB and float16 by reed · 9 years ago
- 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
- 3ca7336 SampleApp: remove SkWindow::onPDFSaved, it does not work by kkinnunen · 9 years ago
- abc0c82 SampleApp: Cleanup SkOSWindow_SDL by kkinnunen · 9 years ago
- 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
- 83ba585 move SkParsePaint.h into views by reed · 9 years ago
- 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
- 474a9ea Wire up SDL on Android by joshualitt · 9 years ago
- 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 9 years ago
- a4d3797 Wire up SDL on Android by joshualitt · 9 years ago
- 65d6fbb Create SDL backed SkOSWindow by joshualitt · 9 years ago
- 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
- b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
- 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
- fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
- d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
- 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
- 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
- 3ac6b75 Remove SK_BUILD_FOR SDL, BREW, and PALM. by bungeman · 9 years ago
- 028205b Remove SK_BUILD_FOR_WINCE. by bungeman · 9 years ago
- 22355c4 Move headers with no dependencies. by mtklein · 9 years ago
- 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
- 1178422 Move headers with no dependencies. by mtklein · 9 years ago
- 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago
- d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago
- fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
- 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
- 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
- 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
- a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- 241b56d Allows windowed apps to be built on the Mac just by writing a SkOSWindow subclass without needing nib/plist files. by bsalomon · 9 years ago
- 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 9 years ago
- 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
- 1e7951f There are still things to sort out but this seems to run correctly. by bsalomon · 9 years ago
- 030dc84 Visual bench on native android by joshualitt · 9 years ago
- 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
- da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
- 4808757 Remove all code related to NaCl by borenet · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- fa4f6cb Cleanup: More override fixes - include version. by tfarina · 10 years ago
- c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
- 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
- 615c593 move SkTextBox into utils by reed · 10 years ago
- 77ae06b Cleanup: Remove unnecessary forward declarations from some views files. by tfarina · 10 years ago
- a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
- 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
- 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
- a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 17f0b6d share dm and command flags by caryclark · 10 years ago
- 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
- b45c56e fix iOS build -- pass colortype, not config by commit-bot@chromium.org · 11 years ago
- 8cb741c add param name w/ default arg to work around clang bug on mac 10.7 by reed@google.com · 11 years ago
- e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
- 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
- a3b84d4 Support MSAA4 and (non-ES) OpenGL in Android SampleApp by commit-bot@chromium.org · 11 years ago
- acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
- 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
- a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
- 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
- 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
- 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
- e78dd4b add metadata to Click for views by mike@reedtribe.org · 12 years ago
- 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
- 3fe1690 Delete three class declarations that we don't provide implementations anymore. by tfarina@chromium.org · 12 years ago
- 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
- 887760f views: Fix a typo in SkEvent.h by tfarina@chromium.org · 12 years ago
- aa400ee doh, fix typo by reed@google.com · 12 years ago
- 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
- e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
- 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago