1. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  2. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  3. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  4. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  5. 68250c8 Fix for empty saveLayer() with a filter which affects transparent black. by senorblanco@chromium.org · 10 years ago
  6. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  7. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  8. 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
  9. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  10. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  11. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  12. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  13. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  14. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  15. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  16. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  17. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  18. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  19. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 10 years ago
  20. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 10 years ago
  21. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  22. 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
  23. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  24. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  25. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  26. 19fafef change PictureRecord (and its private subclasses) to take size instead of device by commit-bot@chromium.org · 11 years ago
  27. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 11 years ago
  28. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  29. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  30. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  31. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 11 years ago
  32. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  33. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. 5a63f24 Update SkPictureRecord to allow some ops to be written separately by robertphillips@google.com · 11 years ago
  35. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  36. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  37. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  38. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  39. 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
  40. 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
  41. 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
  42. 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
  43. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  44. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  45. cf7be95 Remove the call to getFontMetrics from SkBBoxRecord by commit-bot@chromium.org · 11 years ago
  46. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  47. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  48. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. 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
  50. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  51. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  52. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  53. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  54. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 12 years ago
  56. 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
  57. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  58. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  59. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  60. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  61. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  62. 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 12 years ago
  63. d86e7ab remove call to setBitmapDevice (deprecated). by reed@google.com · 12 years ago
  64. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  65. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  66. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  67. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  68. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  69. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  70. ffacd3c peephole optimize save/restore brackets that contain no draw calls. by reed@google.com · 12 years ago
  71. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  72. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  73. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  74. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  75. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  76. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  77. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  78. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  79. e3dbedb Refactoring code in SkPictureRecord that touches fRestoreOffsetStack by junov@chromium.org · 12 years ago
  80. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  81. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  82. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
  83. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  84. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  85. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  86. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  87. 2d4297c use SK_OVERRIDE by reed@google.com · 13 years ago
  88. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  89. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  90. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  91. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  92. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  93. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  94. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  95. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  96. ae814c8 add picture-record option to speedup complex clips by reed@android.com · 16 years ago
  97. 6e073b9 remove defines for strcasecmp (issue #5) support setMatrix in pictures by reed@android.com · 16 years ago
  98. 8a1c16f grab from latest android by reed@android.com · 16 years ago