1. 3b73e01 Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/) by mtklein · 10 years ago
  2. 4a2b2e8 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  3. 6162af8 Cleaning up SkPicture-related classes by robertphillips · 10 years ago
  4. 6b143b0 Remove Matrix/Clip State collapse code by robertphillips · 10 years ago
  5. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  6. afdada2 Moved SkPictureContentInfo into its own file. It now tracks the number of skia by hendrikw · 10 years ago
  7. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  8. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  9. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  10. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  11. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  12. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  13. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  14. ee7e23d Effects on the paint also prevent layer merge optimization. by commit-bot@chromium.org · 10 years ago
  15. 68250c8 Fix for empty saveLayer() with a filter which affects transparent black. by senorblanco@chromium.org · 10 years ago
  16. 1111b61 Add literal picture recording mode, triggered by a compile time switch. by commit-bot@chromium.org · 10 years ago
  17. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  18. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  19. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  20. 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
  21. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  22. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  23. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  24. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  25. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  26. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  27. 520cf8b Fix cull nesting assertion. by commit-bot@chromium.org · 10 years ago
  28. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  29. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  30. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  31. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  32. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  33. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  34. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 10 years ago
  35. 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
  36. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. 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. 210ae2a Culling API by commit-bot@chromium.org · 10 years ago
  41. 25c7127 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  42. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 10 years ago
  43. 92da60c This CL improves saveLayer handling in the SkMatrixClipStateMgr by: by commit-bot@chromium.org · 10 years ago
  44. 1cb6d1a Revert changes which were breaking the build. by commit-bot@chromium.org · 10 years ago
  45. f7d08ed Improve saveLayer handling in SkMatrixClipStateMgr by robertphillips@google.com · 10 years ago
  46. 19fafef change PictureRecord (and its private subclasses) to take size instead of device by commit-bot@chromium.org · 10 years ago
  47. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 10 years ago
  48. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 10 years ago
  49. 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 10 years ago
  50. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 10 years ago
  51. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  52. cb6adec Clean up SkPictureRecord.cpp by robertphillips@google.com · 11 years ago
  53. 0807ede Compilation fix for r13311 (Update SkPictureRecord to allow some ops to be written separately - https://codereview.chromium.org/153883002/) by robertphillips@google.com · 11 years ago
  54. 5a63f24 Update SkPictureRecord to allow some ops to be written separately by robertphillips@google.com · 11 years ago
  55. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
  56. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  57. 0c95d66 Remove a stray setReserve that causes dynamic allocation in picture creation. by commit-bot@chromium.org · 11 years ago
  58. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  59. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  60. 44e8657 Disable the save/clip/restore peephole optimization when a bounding hierarchy is used by commit-bot@chromium.org · 11 years ago
  61. 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
  62. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  63. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  64. 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
  65. 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
  66. 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
  67. 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
  68. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  69. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  70. d0f1a4f Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder() by fmalita@google.com · 11 years ago
  71. cf7be95 Remove the call to getFontMetrics from SkBBoxRecord by commit-bot@chromium.org · 11 years ago
  72. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  73. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  74. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  75. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 11 years ago
  76. 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
  77. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 11 years ago
  78. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  79. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  80. 0ce0df7 Remove duplicated code in SkPictureRecord::drawRRect by junov@chromium.org · 11 years ago
  81. be21431 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  82. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  83. 279627e reverting 9031 by junov@chromium.org · 11 years ago
  84. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 11 years ago
  85. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  86. 31d8191 Compiler warning/error patch for r8658 by robertphillips@google.com · 11 years ago
  87. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  88. 07a8ea0 Reverting r8654 by robertphillips@google.com · 11 years ago
  89. c10531b Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  90. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  91. 35e1563 Patch to fix NULL ptr dereference in 8171 on Linux by robertphillips@google.com · 11 years ago
  92. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  93. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  94. c04987f Fixed unitialized memory access bug in r8106 by robertphillips@google.com · 11 years ago
  95. 5ba0d90 Fixed compiler error/warning by robertphillips@google.com · 11 years ago
  96. 7ed1534 fix warning: use size_t when comparing to SK_ARRAY_COUNT by reed@google.com · 11 years ago
  97. b8f9610 Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore/restore optimization by robertphillips@google.com · 11 years ago
  98. 45fc9d9 Put SkPictureRecord saveLayer optimization behind a compiler flag by robertphillips@google.com · 11 years ago
  99. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  100. e37ad35 Reland r7918 & r7916 by robertphillips@google.com · 11 years ago