1. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  2. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  3. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  4. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  5. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  6. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  7. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  8. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  9. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  10. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  11. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  12. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  13. dfe3e50 Make colorimagefilter GM not crash when resource path not specified by bsalomon · 9 years ago
  14. 57fa241 don't leak test filters and shaders by reed · 9 years ago
  15. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  16. 287d22d SkPDF Implement colorfilters on bitmaps by halcanary · 9 years ago
  17. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  18. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  19. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  20. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  21. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  22. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  23. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  24. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  25. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 12 years ago
  27. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago