1. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 7 years ago
  2. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  3. 9da5a5a Fix bug, always keep fIsScaleTranslate in correct state by msarett · 8 years ago
  4. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  5. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  6. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  7. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  8. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  11. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  12. 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 9 years ago
  13. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  14. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  15. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  16. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  17. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  18. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  19. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  20. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  21. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 11 years ago
  22. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  23. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  24. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago