1. 6233c7b Revert to enabling all of -O2 as it exposes a bug in the toolchain. by djsollen · 10 years ago
  2. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  3. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  4. 8fa7320 resizeimagefiler is ok with a BBH now by mtklein · 10 years ago
  5. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  6. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  7. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  8. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  9. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 10 years ago
  10. b659333 Fixed double offset in resize filter by commit-bot@chromium.org · 10 years ago
  11. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  12. 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
  13. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  14. 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