1. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  2. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  3. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 11 years ago
  4. 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
  5. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 11 years ago
  6. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  7. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  8. 0ce0df7 Remove duplicated code in SkPictureRecord::drawRRect by junov@chromium.org · 11 years ago
  9. be21431 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  10. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  11. 279627e reverting 9031 by junov@chromium.org · 11 years ago
  12. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 11 years ago
  13. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  14. 31d8191 Compiler warning/error patch for r8658 by robertphillips@google.com · 11 years ago
  15. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  16. 07a8ea0 Reverting r8654 by robertphillips@google.com · 11 years ago
  17. c10531b Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  18. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  19. 35e1563 Patch to fix NULL ptr dereference in 8171 on Linux by robertphillips@google.com · 11 years ago
  20. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  21. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  22. c04987f Fixed unitialized memory access bug in r8106 by robertphillips@google.com · 11 years ago
  23. 5ba0d90 Fixed compiler error/warning by robertphillips@google.com · 11 years ago
  24. 7ed1534 fix warning: use size_t when comparing to SK_ARRAY_COUNT by reed@google.com · 11 years ago
  25. b8f9610 Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore/restore optimization by robertphillips@google.com · 11 years ago
  26. 45fc9d9 Put SkPictureRecord saveLayer optimization behind a compiler flag by robertphillips@google.com · 11 years ago
  27. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  28. e37ad35 Reland r7918 & r7916 by robertphillips@google.com · 11 years ago
  29. cf59510 Revert r7918 & r7916 due to Linux rendering issues by robertphillips@google.com · 11 years ago
  30. 6dd683a Fix for Mac compiler problem in 7916 by robertphillips@google.com · 11 years ago
  31. 4310c66 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 11 years ago
  32. 43c0ac9 Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible by robertphillips@google.com · 11 years ago
  33. 5680a51 remove experimental code that accidentally got delivered by robertphillips@google.com · 12 years ago
  34. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 12 years ago
  36. f929150 Fix for skp chunk sizes when clips are used outside of any save by robertphillips@google.com · 12 years ago
  37. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 12 years ago
  38. 3f5ecd6 Simple Build fix. Unreviewed. by junov@chromium.org · 12 years ago
  39. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  40. 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
  41. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  43. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  44. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  45. 907ef6c don't convert clipPath -> clipRect if the path is inverse-filled by reed@google.com · 12 years ago
  46. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  47. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  48. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  49. 3302783 Convert clipPaths to clipRects where possible in pictureRecord by robertphillips@google.com · 12 years ago
  50. 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 12 years ago
  51. a3301b6 reenable peephole optimization for save/clip/restore, with build flag by reed@google.com · 12 years ago
  52. d86e7ab remove call to setBitmapDevice (deprecated). by reed@google.com · 12 years ago
  53. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  54. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  55. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  56. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  57. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  58. 6132eb9 speculative fix for crbug.com/147406 -- disabling save/clip/restore peephole by reed@google.com · 12 years ago
  59. 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
  60. 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
  61. 11f8692 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. ffacd3c peephole optimize save/restore brackets that contain no draw calls. by reed@google.com · 12 years ago
  63. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  64. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  65. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  66. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  67. 7dade42 Always store pixels of mutable bitmaps when recording a SkPicture. by djsollen@google.com · 12 years ago
  68. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  69. 4e6dfa5 Adding bracketing save/restore calls to SkPicture at record time and by junov@chromium.org · 12 years ago
  70. a6c9e0e Cleanup restore offsets at end of SkPicture recording by junov@chromium.org · 12 years ago
  71. 83ca337 check a hashtable before using a bsearch by reed@google.com · 12 years ago
  72. e3dbedb Refactoring code in SkPictureRecord that touches fRestoreOffsetStack by junov@chromium.org · 12 years ago
  73. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  74. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  75. 2eb5bb1 can't perform fast top_bottom cull if the text is vertical by reed@google.com · 12 years ago
  76. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  77. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
  78. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  79. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  80. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  81. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  82. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  83. 83ab495 record doAA param for clipRect and clipPath in pictures by reed@google.com · 13 years ago
  84. 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago
  85. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  86. 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
  87. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  88. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  89. e9e08cc rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern by mike@reedtribe.org · 13 years ago
  90. 2a98181 add SkCanvas::clear(SkColor color) to call the new virtual clear on device. by reed@google.com · 13 years ago
  91. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  92. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  93. 261ae4d oops, restore previous fix to saveLayer calling through to save() by reed@android.com · 15 years ago
  94. 1fc4c60 move factory for 565 into its own file by reed@android.com · 15 years ago
  95. a5b741a don't call through to the inherited saveLayer, but just call save during record by reed@android.com · 15 years ago
  96. 32a4249 make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. by reed@android.com · 15 years ago
  97. b4e22d6 check for underflow in restore() during picture record, and ignore it by reed@android.com · 15 years ago
  98. 8433b5d more checks for null shapes in pictures by reed@android.com · 15 years ago
  99. 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
  100. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago