1. f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 1 month ago
  2. b612b6c Revert "Revert "Use explicit samplingoptions"" by Mike Reed · 3 years, 7 months ago
  3. fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 3 years, 7 months ago
  4. 8b5f3ac Use explicit samplingoptions by Mike Reed · 3 years, 7 months ago
  5. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 5 years ago
  6. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  7. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. 50d79af hide internals of SkColorMatrix (so we can migrate to col-major) by Mike Reed · 5 years ago
  10. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  11. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  12. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  13. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  14. 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 5 years ago
  15. 79a7542 allow mixer to defer to a shader by Mike Reed · 5 years ago
  16. 376d812 Use '&' to toggle showing the gm's size in viewer by Mike Reed · 5 years ago
  17. c723b70 Initial add SkMixers by Mike Reed · 5 years ago
  18. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  19. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  20. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  21. 01b2b83 Extend composeshader to support a lerp parameter by Mike Reed · 7 years ago
  22. a03d407 fix and test colorfiltershader by Mike Reed · 7 years ago
  23. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  24. df85c38 stop using SkScalarMul by Mike Reed · 7 years ago
  25. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  26. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  27. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  28. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  29. 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
  30. 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
  31. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  32. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  33. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  34. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  35. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  36. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  37. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  38. dfe3e50 Make colorimagefilter GM not crash when resource path not specified by bsalomon · 8 years ago
  39. 57fa241 don't leak test filters and shaders by reed · 9 years ago
  40. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  41. 287d22d SkPDF Implement colorfilters on bitmaps by halcanary · 9 years ago
  42. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  43. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  44. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  45. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  46. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  47. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  48. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  49. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  50. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  51. 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
  52. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 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