1. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  4. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  5. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  6. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  7. 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 9 years ago
  8. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  9. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  10. 1c40292 remove unused GM flags by mtklein · 10 years ago
  11. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  12. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  13. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  14. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  15. 8fa7320 resizeimagefiler is ok with a BBH now by mtklein · 10 years ago
  16. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  17. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  18. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  19. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  20. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  21. b659333 Fixed double offset in resize filter by commit-bot@chromium.org · 10 years ago
  22. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  23. 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
  24. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  25. 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