1. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  2. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  3. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  4. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  5. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  6. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  7. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  8. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  9. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  10. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  11. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  12. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  13. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  14. 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
  15. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  16. dad009b Making SkDeferredCanvas::silentFlush trigger a skippedPendingDrawCommands callback by commit-bot@chromium.org · 10 years ago
  17. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  18. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  19. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  20. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  21. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  22. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  23. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
  24. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  25. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  26. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  27. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  28. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  29. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  30. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  32. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  33. 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
  34. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  35. ab58273 override new virtual onDrawDRRect in util canvas subclasses by commit-bot@chromium.org · 11 years ago
  36. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  37. 284a84d Revert "Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.chromium.org/165393006/)" by reed@google.com · 11 years ago
  38. 9756197 Revert of have DeferredDevice inherit from SkBaseDevice (https://codereview.chromium.org/165393006/) by commit-bot@chromium.org · 11 years ago
  39. bd246e2 have DeferredDevice inherit from SkBaseDevice by reed@google.com · 11 years ago
  40. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  41. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  42. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  43. cac8d01 Override drawRRect in fake SkBitmapDevices. by scroggo@google.com · 11 years ago
  44. 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
  45. 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
  46. 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
  47. 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
  48. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  49. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  50. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  51. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  52. 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
  53. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  54. ea4b797 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 44324fa Fixing SkDeferredCanvas::writePixels to trigger appropriate change notifications to SkSurface by junov@chromium.org · 11 years ago
  56. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  57. 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 11 years ago
  58. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  59. 435401d Build fix by junov@chromium.org · 11 years ago
  60. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  61. 7070f76 Adding setSurface public API method to SkDeferredCanvas by junov@chromium.org · 11 years ago
  62. b1c725a Fixing deferred canvases so that they do not return deferred devices on createCompatibleDevice by junov@chromium.org · 11 years ago
  63. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 11 years ago
  64. 9becf00 Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer. by junov@chromium.org · 11 years ago
  65. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  66. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 11 years ago
  67. baa0220 Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv by junov@chromium.org · 12 years ago
  68. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  69. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  70. 8f0ca06 Fixing clip region test in deferred canvas, used to determine whether a draw operation occludes the entire canvas. by junov@chromium.org · 12 years ago
  71. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  73. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  74. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  75. 5347de1 Simple change to remove unnecessary #define statement. by sugoi@google.com · 12 years ago
  76. 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
  77. d4501a0 Eliminating implicit conversion from enum to bool. Fixes compiler warning by junov@chromium.org · 12 years ago
  78. 8cef67a Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source coeff depends by junov@chromium.org · 12 years ago
  79. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 12 years ago
  80. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  81. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  82. 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
  83. a38dfb6 Adding hasPendingCommands API method to SkDeferredCanvas by junov@chromium.org · 12 years ago
  84. eeaf47f Fixing how deferred canvas purges itself when a clear is recoreded. by junov@chromium.org · 12 years ago
  85. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  86. 0a67f96 Renaming a couple methods in SkDeferredCanvas.cpp to improve readability by junov@chromium.org · 12 years ago
  87. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  88. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  89. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  90. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  91. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  92. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  93. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  94. 5280548 Stop refcounting SkDeferredCanvas::NotificationClient by junov@chromium.org · 12 years ago
  95. d433c4e Cleaning up deprecated API in SkDeferredCanvas by junov@chromium.org · 12 years ago
  96. a8db8fe Fixing a deferred canvas optimization that purges pending draws when the canvas is cleared by junov@chromium.org · 12 years ago
  97. 9ed02b9 Augmenting SkDeferredCanvas notification interface to signal flushes and memory allocations by junov@chromium.org · 12 years ago
  98. 88e2914 Moving DeferredDevice and DeferredGPipeController classes out of the deferred canvas API header by junov@chromium.org · 12 years ago
  99. 9060c9b Style correction: sprinkling "this->" in SkDeferredCanvas.cpp by junov@chromium.org · 12 years ago
  100. 3de7acc Removing the SkPicture backend from SkDeferredCanvas code by junov@chromium.org · 12 years ago