| Commit message (Expand) | Author | Age |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id... | senorblanco | 2015-08-20 |
* | Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id... | herb | 2015-08-20 |
* | Implement canComputeFastBounds() for image filters. | senorblanco | 2015-08-20 |
* | Remove uniqueID from all filter serialization. | senorblanco | 2015-03-18 |
* | Add toString methods to SkImageFilter-derived classes | robertphillips | 2014-12-19 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https... | mtklein | 2014-12-01 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Trying to be consistent when members are allowed to be NULL | sugoi | 2014-10-30 |
* | Reimplement deserialization of SkImageFilter's uniqueID. | senorblanco | 2014-08-26 |
* | Don't leak the shader by reffing twice in SkRectShaderImageFilter. | mtklein | 2014-08-22 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | Clean up SkImageFilter constructors. | senorblanco | 2014-07-08 |
* | re-land hide get/setLocalMatrix | commit-bot@chromium.org | 2014-05-12 |
* | Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) | commit-bot@chromium.org | 2014-05-09 |
* | hide get/setLocalMatrix | commit-bot@chromium.org | 2014-05-09 |
* | Implement support for expanding crop rects in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Revert "Implement support for expanding crop rects in image filters" | senorblanco@chromium.org | 2014-03-14 |
* | Implement support for expanding crop rects in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Implement support for a Context parameter in image filters | senorblanco@chromium.org | 2014-03-14 |
* | Fix CTM scaling and clipping of SkRectShaderImageFilter. | senorblanco@chromium.org | 2014-03-03 |
* | Make SkImageFilter methods const. | commit-bot@chromium.org | 2014-02-05 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Fixed bad bitmap size crashes | commit-bot@chromium.org | 2013-12-04 |
* | Adding more validation | commit-bot@chromium.org | 2013-11-25 |
* | Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin... | senorblanco@chromium.org | 2013-10-16 |
* | force readbuffer clients to use specialized readFoo for flattenables | reed@google.com | 2013-10-16 |
* | SkRectShaderImageFilter: add a new factory method which takes a CropRect. | senorblanco@chromium.org | 2013-10-15 |
* | SkRectShaderImageFilter: add a workaround for the zero-sized rects currently ... | senorblanco@chromium.org | 2013-10-11 |
* | Implement crop rect support for SkRectShaderImageFilter: remove fRect and use... | senorblanco@chromium.org | 2013-10-10 |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | Fix compile warning | caryclark@google.com | 2013-04-18 |
* | Adding a bit of rebustness to SkRectShaderImageFilter | sugoi@google.com | 2013-04-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-22 |
* | Small adjustments to SkRectShaderImageFilter to follow up on original cl. | sugoi@google.com | 2013-02-21 |
* | Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. | senorblanco@chromium.org | 2013-02-21 |
* | New SkRectShaderImageFilter image filter | sugoi@google.com | 2013-02-21 |