1. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  2. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  3. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  4. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  5. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  6. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  7. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  8. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  9. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  10. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  11. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  12. 28ae55d Fix Mac Debug clang build. by senorblanco@chromium.org · 10 years ago
  13. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago
  14. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  15. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  16. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  17. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  18. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  19. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  20. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 11 years ago
  21. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 11 years ago
  22. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 11 years ago
  23. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 11 years ago
  24. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 11 years ago
  25. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 11 years ago
  26. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  27. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  28. 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
  29. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  30. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  31. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  32. 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
  33. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  34. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 1588354 Compiler fix for r11288 by robertphillips@google.com · 11 years ago
  36. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  37. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  38. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  39. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 40fcb59 More warnings as errors fixes by robertphillips@google.com · 11 years ago
  41. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  42. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago