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