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