1. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 5 years ago
  2. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. 21015b7 Fix clipping of SkMatrixImageFilter input (take 2) by Robert Phillips · 6 years ago
  5. ef4f7b4 Revert "Fix clipping of SkMatrixImageFilter input" by Robert Phillips · 6 years ago
  6. cb8b5d1 Fix clipping of SkMatrixImageFilter input by Robert Phillips · 6 years ago
  7. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  8. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  9. e8f3062 switch surface to sk_sp by reed · 8 years ago
  10. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  11. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  12. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  13. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  14. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  15. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  16. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  17. 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 9 years ago
  18. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  19. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  20. 1c40292 remove unused GM flags by mtklein · 10 years ago
  21. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  22. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  23. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  24. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  25. 8fa7320 resizeimagefiler is ok with a BBH now by mtklein · 10 years ago
  26. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  27. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  28. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  29. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  30. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  31. b659333 Fixed double offset in resize filter by commit-bot@chromium.org · 10 years ago
  32. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  33. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  34. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  35. 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago