| Commit message (Expand) | Author | Age |
* | 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 |
* | Initial refactor of shaderbuilder to prepare for geometry shaders | joshualitt | 2014-08-21 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | Check all scratch texture allocations for image filters. | senorblanco | 2014-08-15 |
* | Rename GrGLUniformManager to GrGLProgramDataManager | kkinnunen | 2014-07-30 |
* | Allow GrGLEffects to produce variable length keys. | bsalomon | 2014-07-21 |
* | This moves us towards variable length effect keys. The overall program key no... | bsalomon | 2014-07-11 |
* | Goodbye GrEffectRef. | bsalomon | 2014-07-08 |
* | Clean up SkImageFilter constructors. | senorblanco | 2014-07-08 |
* | Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef. | bsalomon | 2014-07-08 |
* | use colortype instead of config | reed | 2014-06-02 |
* | Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL | commit-bot@chromium.org | 2014-04-30 |
* | 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 |
* | 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 |
* | 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 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Implement a computeFastBounds() traversal for SkImageFilter. | senorblanco@chromium.org | 2014-01-27 |
* | [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 |
* | 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 |
* | Added support for Chrome's gpu command buffer extension BindUniformLocation. | commit-bot@chromium.org | 2013-11-07 |
* | Add can-ignore-rect hint to clear call | robertphillips@google.com | 2013-10-31 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Implement SSE2-based implementations of the morphology filters (dilate & erod... | senorblanco@chromium.org | 2013-10-30 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-10-30 |
* | Fix bug in erosion filtering | robertphillips@google.com | 2013-10-29 |
* | 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 |
* | Make GPU coord transforms automatic | bsalomon@google.com | 2013-10-02 |
* | Implement crop rect for the dilate and erode (morphology) filters. This provo... | senorblanco@chromium.org | 2013-09-17 |