1. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  2. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  3. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  4. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  5. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  6. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  9. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  10. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  11. 4c21dc5 add drawImageNine by reed · 9 years ago
  12. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  13. 871872f change old picture serialization to really handle images by reed · 9 years ago
  14. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  15. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  16. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  17. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  18. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  19. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  20. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  21. 6162af8 Cleaning up SkPicture-related classes by robertphillips · 10 years ago
  22. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  23. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  24. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  25. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  26. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  27. d7e0fbe Pulling these out of other reviews so avoid code review clutter. by commit-bot@chromium.org · 11 years ago
  28. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  29. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  30. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  31. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 11 years ago
  32. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  33. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 11 years ago
  34. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  35. 186c0cc staticMethod -> StaticMethod by commit-bot@chromium.org · 11 years ago
  36. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  37. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  38. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  39. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  40. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  41. 6e83423 Eliminate useless NULL push by making fIndexedData 0-based. by commit-bot@chromium.org · 11 years ago
  42. f85251c fNextIndex is redundant. Remove it. by commit-bot@chromium.org · 11 years ago
  43. ff007e8 Allocate SkPictureFlat::fScratch lazily. by commit-bot@chromium.org · 11 years ago
  44. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  45. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  46. 9e3074e use SkTDynamicHash in picture recording by mtklein@google.com · 11 years ago
  47. 46724e4 + ,fLastAllocated(NULL) by commit-bot@chromium.org · 11 years ago
  48. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  49. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  50. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  51. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  52. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  53. b8f9610 Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore/restore optimization by robertphillips@google.com · 12 years ago
  54. 0f12e1f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 7d3451b Add a map from index to SkFlatData* in SkFlatDictionary by robertphillips@google.com · 12 years ago
  56. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. e37ad35 Reland r7918 & r7916 by robertphillips@google.com · 12 years ago
  58. cf59510 Revert r7918 & r7916 due to Linux rendering issues by robertphillips@google.com · 12 years ago
  59. 43c0ac9 Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible by robertphillips@google.com · 12 years ago
  60. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  61. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 12 years ago
  62. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  63. f3b1223 Fixing invalid text clipping on SkPicture playback by junov@chromium.org · 12 years ago
  64. 148a396 Don't die when there are no fonts available. by bungeman@google.com · 12 years ago
  65. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  66. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  67. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  68. 4595426 cache fontmetrics in picture-record by reed@google.com · 12 years ago
  69. 013c5d9 In SkBitmapHeap, defer adding owners for new bitmaps. by scroggo@google.com · 12 years ago
  70. 7112173 re-re-land 5578 by reed@google.com · 12 years ago
  71. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  72. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  73. c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
  74. f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
  75. ffacd3c peephole optimize save/restore brackets that contain no draw calls. by reed@google.com · 12 years ago
  76. 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
  77. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  78. 664fab1 Move write buffer flags used by SkFlataData::Create into SkFlatController. by scroggo@google.com · 12 years ago
  79. 227b516 refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparation for by mike@reedtribe.org · 12 years ago
  80. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  81. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  82. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  83. 0c3e5fe Pipe factory names independently from the flattenables using them. by scroggo@google.com · 12 years ago
  84. f4cc187 use SkTRefArray to share readonly data between pictures by reed@google.com · 12 years ago
  85. 4dffc59 Use SkFlatDictionary in SkGPipe to take advantage of its new features. by scroggo@google.com · 12 years ago
  86. 83ca337 check a hashtable before using a bsearch by reed@google.com · 12 years ago
  87. e2589ae Change SkFlatData to have a sentinel value, allowing the Compare function to by reed@google.com · 12 years ago
  88. b4ed017 bug fix: take the fAllocSize into account when we perform the compare, otherwise by reed@google.com · 12 years ago
  89. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  90. fc8581b revert 4478 by reed@google.com · 12 years ago
  91. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  92. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago
  93. 4866cc0 Adding option to serialize mutable bitmaps in SkPicture by junov@chromium.org · 12 years ago
  94. d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 12 years ago
  95. 8661bae Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening large bitmaps. by junov@chromium.org · 12 years ago
  96. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  97. 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
  98. 83ab495 record doAA param for clipRect and clipPath in pictures by reed@google.com · 13 years ago
  99. f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
  100. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago