1. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  2. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  3. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  4. 18300a3 detach -> release by mtklein · 9 years ago
  5. 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
  6. fa82348 remove unused view helpers by reed · 9 years ago
  7. 60d0259 remove unused view files by reed · 9 years ago
  8. 6b2af12 remove unneeded view subclasses by reed · 9 years ago
  9. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  10. a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago
  11. a34be68 blitters for sRGB and float16 by reed · 9 years ago
  12. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 9 years ago
  13. 3ca7336 SampleApp: remove SkWindow::onPDFSaved, it does not work by kkinnunen · 9 years ago
  14. abc0c82 SampleApp: Cleanup SkOSWindow_SDL by kkinnunen · 9 years ago
  15. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  16. 83ba585 move SkParsePaint.h into views by reed · 9 years ago
  17. 6459352 Replace SkFunction with std::function by mtklein · 9 years ago
  18. 474a9ea Wire up SDL on Android by joshualitt · 9 years ago
  19. 5d7a7fe Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ ) by joshualitt · 9 years ago
  20. a4d3797 Wire up SDL on Android by joshualitt · 9 years ago
  21. 65d6fbb Create SDL backed SkOSWindow by joshualitt · 9 years ago
  22. 9a74041 skia: Add ANGLE support on Mac by hendrikw · 9 years ago
  23. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  24. 6f0fdac skia: Add support for ANGLE on linux by hendrikw · 9 years ago
  25. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  26. 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
  27. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  28. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  29. 3ac6b75 Remove SK_BUILD_FOR SDL, BREW, and PALM. by bungeman · 9 years ago
  30. 028205b Remove SK_BUILD_FOR_WINCE. by bungeman · 9 years ago
  31. 22355c4 Move headers with no dependencies. by mtklein · 9 years ago
  32. 1e8a58b Revert "Move headers with no dependencies." by Mike Klein · 9 years ago
  33. 1178422 Move headers with no dependencies. by mtklein · 9 years ago
  34. 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago
  35. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago
  36. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago
  37. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  38. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  39. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  40. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  41. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  42. 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
  43. 85ab551 Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindow by bsalomon · 9 years ago
  44. 48297f7 Allow skia_win.cpp to be compiled in CONSOLE or GUI mode. by bsalomon · 9 years ago
  45. 1e7951f There are still things to sort out but this seems to run correctly. by bsalomon · 9 years ago
  46. 030dc84 Visual bench on native android by joshualitt · 9 years ago
  47. 7fe8ee4 Expand VisualBench to a real benching tool by joshualitt · 9 years ago
  48. da7b843 CL to add setFullscreen and setVsync to SkWindow by joshualitt · 9 years ago
  49. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  50. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  51. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 10 years ago
  52. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  53. fa4f6cb Cleanup: More override fixes - include version. by tfarina · 10 years ago
  54. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  55. 0b17d6c Cleanup public includes directory. by djsollen · 10 years ago
  56. 615c593 move SkTextBox into utils by reed · 10 years ago
  57. 77ae06b Cleanup: Remove unnecessary forward declarations from some views files. by tfarina · 10 years ago
  58. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  59. 4302ae9 add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts by reed · 10 years ago
  60. 0397e9f use surface in SkView/SampleApp by reed · 10 years ago
  61. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  62. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  63. 17f0b6d share dm and command flags by caryclark · 10 years ago
  64. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  65. b45c56e fix iOS build -- pass colortype, not config by commit-bot@chromium.org · 11 years ago
  66. 8cb741c add param name w/ default arg to work around clang bug on mac 10.7 by reed@google.com · 11 years ago
  67. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  68. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  69. a3b84d4 Support MSAA4 and (non-ES) OpenGL in Android SampleApp by commit-bot@chromium.org · 11 years ago
  70. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  71. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  72. a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
  73. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 12 years ago
  74. 64cc810 Make SkOSWindow return the sample count and stencil bit count for its GL context. by bsalomon@google.com · 12 years ago
  75. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. b6c933c fix iOS build after adding modifierKeys to click events by reed@google.com · 12 years ago
  77. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  78. e78dd4b add metadata to Click for views by mike@reedtribe.org · 12 years ago
  79. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  80. 3fe1690 Delete three class declarations that we don't provide implementations anymore. by tfarina@chromium.org · 12 years ago
  81. 5957f47 retool so we don't need to call SkCanvas::setDevice by reed@google.com · 12 years ago
  82. 887760f views: Fix a typo in SkEvent.h by tfarina@chromium.org · 12 years ago
  83. aa400ee doh, fix typo by reed@google.com · 12 years ago
  84. 4c9e2aa eliminate (unused) extra param to update(), and thereby remove (bad bad bad) setBitmapDevice call. by reed@google.com · 12 years ago
  85. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  86. 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
  87. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  88. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  89. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  90. 37946b5 Move animated view headers to correct directory. by bungeman@google.com · 12 years ago
  91. 07ef911 Fixed Linux compiler complaints by robertphillips@google.com · 12 years ago
  92. 1195925 Add MSAA option to SampleApp by bsalomon@google.com · 12 years ago
  93. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  94. 8108c47 Unix SampleApp attach/detach fixup and style fixup by bsalomon@google.com · 12 years ago
  95. 3c4d032 Revert 3857 (which was committed from wrong tree) by bsalomon@google.com · 12 years ago
  96. 5f017a4 Fix GL attach/detach in Mac SampleApp by bsalomon@google.com · 12 years ago
  97. b442a6d Redelivering r3555 to re-add run-time switching between ANGLE and native opengl by robertphillips@google.com · 12 years ago
  98. d5c8fe6 Removed ANGLE namespace requirement by robertphillips@google.com · 12 years ago
  99. bd8d7ad Reverting r3555 by robertphillips@google.com · 12 years ago
  100. 53e96a1 Added run-time switching between OpenGL & ANGLE in SampleApp by robertphillips@google.com · 12 years ago