1. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  2. 4c21dc5 add drawImageNine by reed · 9 years ago
  3. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  4. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  5. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  6. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  7. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  8. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  9. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  10. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  13. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  14. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  15. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  16. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  17. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  18. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  19. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  20. 3729469 Change clear() to respect the clip by reed · 10 years ago
  21. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  22. 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
  23. 9bb7539 Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  24. 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
  25. 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  26. 49005bf Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  27. 5087b2c Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/) by mtklein · 10 years ago
  28. 8e45c37 Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  29. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  30. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  31. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  32. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  33. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  34. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  35. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  36. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  37. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  38. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  39. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  40. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 11 years ago
  41. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  42. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  43. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  44. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  45. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  46. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  47. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  48. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  49. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  50. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  51. ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
  52. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  53. eddb02c Adding SkDeferredCanvas::NoticifationClient to the exported API. by commit-bot@chromium.org · 11 years ago
  54. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  55. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  56. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  57. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  58. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  59. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  60. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  61. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  62. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  63. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  64. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  65. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
  66. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 12 years ago
  67. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  68. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  69. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  70. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  71. 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
  72. 52a00ca Adding virtual method to SkDeferredCanvas::NotificationClient for signaling when commands are skipped due to the skip on clear optimization. by junov@google.com · 12 years ago
  73. a38dfb6 Adding hasPendingCommands API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  74. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  75. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  76. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  77. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  78. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  79. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  80. 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
  81. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
  82. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  83. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  84. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  85. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago
  86. 2e14ba8 Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage externally by junov@chromium.org · 12 years ago
  87. d122fd5 Turning on deferred canvas SkGPipe backend by default by junov@chromium.org · 12 years ago
  88. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  89. b10a6bd Refactoring how SkDeferredCanvas manages mutable bitmaps by junov@chromium.org · 12 years ago
  90. 8317e17 Response to post-commit review comments on r4714 by junov@chromium.org · 12 years ago
  91. bfeddae Fix unbound memory consumption problem with run away deferred canvases. by junov@chromium.org · 12 years ago
  92. 8e1678f Reverting r4695 by junov@chromium.org · 12 years ago
  93. 278de8b Try turning on the SkGPipe path in SkDeferredCanvas Unreviewed by junov@chromium.org · 12 years ago
  94. 6a0d010 Fixing heap corruption issue in deferred canvas when using SkGPipe. by junov@chromium.org · 12 years ago
  95. 77eec24 Refactoring SkDeferredCanvas to use SkGPipe. by junov@chromium.org · 12 years ago
  96. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  97. 563a3b4 more SkInstCnt plumbing fix some typeface leaks by reed@google.com · 12 years ago
  98. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 13 years ago
  99. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 13 years ago
  100. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago