| Commit message (Expand) | Author | Age |
* | Fix image filter crop offsets for GPU path. | senorblanco@chromium.org | 2014-02-03 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-02-01 |
* | Set the horizontal scanline to NULL when the vertical one fails | commit-bot@chromium.org | 2014-01-31 |
* | release the scanline textures in GrRectBlurEffect | commit-bot@chromium.org | 2014-01-31 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-31 |
* | fix auto-delete bug that crept in with new fast blur path; is causing | commit-bot@chromium.org | 2014-01-31 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | patch from issue 119343003 | commit-bot@chromium.org | 2014-01-30 |
* | Clamp negative sigma to 0 in SkDropShadowImageFilter. | senorblanco@chromium.org | 2014-01-28 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-28 |
* | Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119... | commit-bot@chromium.org | 2014-01-28 |
* | Perform the same analytic blur calculation on the GPU that we do on the CPU. ... | commit-bot@chromium.org | 2014-01-27 |
* | Implement a computeFastBounds() traversal for SkImageFilter. | senorblanco@chromium.org | 2014-01-27 |
* | add installPixels | reed@google.com | 2014-01-24 |
* | [Reland of r13154, since the Housekeeping bot seems to have reverted it in r1... | senorblanco@chromium.org | 2014-01-24 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-23 |
* | Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opt... | senorblanco@chromium.org | 2014-01-23 |
* | No deduping dictionaries for matrices and regions. | commit-bot@chromium.org | 2014-01-23 |
* | Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFi... | senorblanco@chromium.org | 2014-01-20 |
* | Implement a resize image filter. This is needed for the "filterRes" feature i... | senorblanco@chromium.org | 2014-01-15 |
* | Revert "Implement a resize image filter." | senorblanco@chromium.org | 2014-01-14 |
* | Implement a resize image filter. This is needed for the "filterRes" feature i... | senorblanco@chromium.org | 2014-01-14 |
* | Revert of https://codereview.chromium.org/132643007/ | commit-bot@chromium.org | 2014-01-13 |
* | Revert "Revert of https://codereview.chromium.org/129423002/" | reed@google.com | 2014-01-13 |
* | Revert of https://codereview.chromium.org/129423002/ | commit-bot@chromium.org | 2014-01-13 |
* | add SkBitmap::installPixelRef() | reed@google.com | 2014-01-13 |
* | Use correct matrix to adjust blur radius for gpu | commit-bot@chromium.org | 2014-01-13 |
* | Use truncation, not rounding, when converting perlin noise seed (required by ... | senorblanco@chromium.org | 2014-01-09 |
* | Rename GPU functions on SkBlurMaskFilter and pass ctm. | commit-bot@chromium.org | 2014-01-08 |
* | Fix build warnings in SkAlphaThresholdFilter | commit-bot@chromium.org | 2014-01-07 |
* | Add AlphaThreshold filter. | commit-bot@chromium.org | 2014-01-06 |
* | SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] | mike@reedtribe.org | 2014-01-06 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Accept displacement with no displacement input | commit-bot@chromium.org | 2013-12-19 |
* | fix win build | reed@google.com | 2013-12-19 |
* | remove unused SkFixed and SkFract functions | reed@google.com | 2013-12-19 |
* | Remove SkBitmapAlphaThresholdShader | commit-bot@chromium.org | 2013-12-18 |
* | replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) | reed@google.com | 2013-12-18 |
* | Fixing valgrind error | commit-bot@chromium.org | 2013-12-17 |
* | Fixed more fuzzer issues | commit-bot@chromium.org | 2013-12-17 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Update all callsites to use info for pixelrefs | reed@google.com | 2013-12-13 |
* | Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) ... | robertphillips@google.com | 2013-12-13 |
* | Remvoe duplicate impl for SkImageInfo flattening | reed@google.com | 2013-12-13 |
* | Implement an SkPicture image filter source. This is required for the external... | senorblanco@chromium.org | 2013-12-12 |
* | Revert "Implement an SkPicture image filter source. This is required for the ... | senorblanco@chromium.org | 2013-12-12 |
* | Implement an SkPicture image filter source. This is required for the external... | senorblanco@chromium.org | 2013-12-12 |
* | Fixed a displacement issue | commit-bot@chromium.org | 2013-12-12 |
* | Bounds fixes for SkXfermodeImageFilter: | senorblanco@chromium.org | 2013-12-12 |