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