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