1. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  2. b00f54d Don't leak the shader by reffing twice in SkRectShaderImageFilter. by mtklein · 10 years ago
  3. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  4. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  5. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  6. d12de02 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 10 years ago
  7. 5adad32 hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  8. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  9. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  10. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  11. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  12. 47d98c8 Fix CTM scaling and clipping of SkRectShaderImageFilter. by senorblanco@chromium.org · 10 years ago
  13. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  14. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  15. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  16. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  17. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  18. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  19. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  20. 33e88b7 SkRectShaderImageFilter: add a new factory method which takes a CropRect. by senorblanco@chromium.org · 11 years ago
  21. 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
  22. e258eb3 Implement crop rect support for SkRectShaderImageFilter: remove fRect and use the cropRect from SkImageFilter in its place. by senorblanco@chromium.org · 11 years ago
  23. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  24. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  25. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  26. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  27. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  28. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  29. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  30. 9584b9e Fix compile warning Review URL: https://codereview.chromium.org/14227005 by caryclark@google.com · 11 years ago
  31. f738cf0 Adding a bit of rebustness to SkRectShaderImageFilter by sugoi@google.com · 11 years ago
  32. bcab265 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. 4b6d432 Small adjustments to SkRectShaderImageFilter to follow up on original cl. by sugoi@google.com · 12 years ago
  34. 3c8fb51 Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. by senorblanco@chromium.org · 12 years ago
  35. a1c511b New SkRectShaderImageFilter image filter by sugoi@google.com · 12 years ago