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