1. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  2. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  3. 59f2e46 Return translate info from looper, rather than moding a canvas by Mike Reed · 5 years ago
  4. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  5. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  6. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  7. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  10. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 5 years ago
  11. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 5 years ago
  12. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  13. 27dddae rebase by Cary Clark · 6 years ago
  14. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  15. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  16. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  17. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  18. 5191880 remove toString by Cary Clark · 6 years ago
  19. 59af19f can't abort looper loop, as saveCount won't be balanced by Mike Reed · 6 years ago
  20. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  21. 54518ac remove unused SkPoint3 from SkColor.h by Mike Reed · 7 years ago
  22. 39e0855 Add an SkColorSpaceXformer image filter cache by Florin Malita · 7 years ago
  23. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  24. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  25. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 7 years ago
  26. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  27. 9da5a5a Fix bug, always keep fIsScaleTranslate in correct state by msarett · 8 years ago
  28. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  29. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  30. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  31. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  32. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  36. 9b3aa54 optimization/fix: dirty the clip-bounds when we mod the clip in savelayer by reed · 9 years ago
  37. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  38. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  39. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  40. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  41. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  42. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  43. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  44. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  45. 4991b8f Added toString to SkDrawLooper-derived classes by robertphillips@google.com · 11 years ago
  46. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  47. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  48. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago