| Commit message (Expand) | Author | Age |
* | Allow negative values in SkBlurImageFilter sigma. | senorblanco | 2014-09-09 |
* | make allocPixels throw on failure | reed | 2014-09-02 |
* | Reimplement deserialization of SkImageFilter's uniqueID. | senorblanco | 2014-08-26 |
* | Fix recursive computation of filter bounds for drop shadow, | senorblanco | 2014-08-25 |
* | Revert of Fix recursive computation of filter bounds for drop shadow, (patchs... | djsollen | 2014-08-25 |
* | Fix recursive computation of filter bounds for drop shadow, | senorblanco | 2014-08-25 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | Clean up SkImageFilter constructors. | senorblanco | 2014-07-08 |
* | use colortype instead of config | reed | 2014-06-02 |
* | Some small cleanups for image filter code. | senorblanco@chromium.org | 2014-05-07 |
* | Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/... | commit-bot@chromium.org | 2014-04-11 |
* | Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie... | commit-bot@chromium.org | 2014-04-11 |
* | Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/... | commit-bot@chromium.org | 2014-04-10 |
* | Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie... | commit-bot@chromium.org | 2014-04-10 |
* | Rename kPMColor_SkColorType to kN32_SkColorType. | commit-bot@chromium.org | 2014-04-09 |
* | Fix for crash on large image blur sigma values. | senorblanco@chromium.org | 2014-03-24 |
* | 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 |
* | Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. | senorblanco@chromium.org | 2014-03-03 |
* | add new copyTo version to SkBitmap, which takes SkColorType | commit-bot@chromium.org | 2014-02-23 |
* | use SkColorType instead of SkBitmap::Config in views/effects | commit-bot@chromium.org | 2014-02-16 |
* | Make SkImageFilter methods const. | commit-bot@chromium.org | 2014-02-05 |
* | Implement correct clipping for image filters. | senorblanco@chromium.org | 2014-02-05 |
* | Fix image filter crop offsets for GPU path. | senorblanco@chromium.org | 2014-02-03 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Implement a computeFastBounds() traversal for SkImageFilter. | senorblanco@chromium.org | 2014-01-27 |
* | add installPixels | reed@google.com | 2014-01-24 |
* | Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFi... | senorblanco@chromium.org | 2014-01-20 |
* | 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 some now-unused #ifdefs. | senorblanco@chromium.org | 2013-11-12 |
* | Implement a speedup for Y-only blurs by transposing. | senorblanco@chromium.org | 2013-11-11 |
* | SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xe... | senorblanco@chromium.org | 2013-11-08 |
* | Implement the y-transpose optimization in image (RGBA) blurs. This gives ~38... | senorblanco@chromium.org | 2013-11-07 |
* | Add SK_PREFETCH and use in SkBlurImageFilter. | commit-bot@chromium.org | 2013-11-05 |
* | Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup on | senorblanco@chromium.org | 2013-11-04 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | 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 |
* | In image filters, apply the CTM and offset to the crop rect. This is necessar... | senorblanco@chromium.org | 2013-08-27 |
* | Added ctm matrix to GPU path | commit-bot@chromium.org | 2013-08-05 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-24 |
* | Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side... | robertphillips@google.com | 2013-07-24 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-23 |