aboutsummaryrefslogtreecommitdiff
path: root/src/effects/SkMatrixConvolutionImageFilter.cpp
AgeCommit message (Expand)Author
2014-12-18Merge SkMatrixConvolutionImageFilter fix to M40sugoi
2014-09-29Sanitize SkMatrixConvolutionImageFilter creation params.senorblanco
2014-09-23Patch to create a distinct geometry processor. The vast majority of this patchjoshualitt
2014-09-02make allocPixels throw on failurereed
2014-08-26Reimplement deserialization of SkImageFilter's uniqueID.senorblanco
2014-08-21Simplify flattening to just write enough to call the factory/public-construct...reed
2014-07-29Adding repeat mode to texture domainjoshualitt
2014-07-22Initial change to move 2D kernel to its own file.joshualitt
2014-07-21Allow GrGLEffects to produce variable length keys.bsalomon
2014-07-11This moves us towards variable length effect keys. The overall program key no...bsalomon
2014-07-08Goodbye GrEffectRef.bsalomon
2014-07-08Clean up SkImageFilter constructors.senorblanco
2014-07-08Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.bsalomon
2014-06-09hide SkBitmap::setConfigreed
2014-06-06Adding kernel offset validationsugoi
2014-06-02use colortype instead of configreed
2014-05-02Fix for SkMatrixConvolutionImageFilter with large borders.senorblanco@chromium.org
2014-05-01Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.senorblanco@chromium.org
2014-04-29Implement bounds traversals for tile and matrix convolution filters.senorblanco@chromium.org
2014-04-11Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-11Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-10Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-10Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-09Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org
2014-03-14Implement support for expanding crop rects in image filterssenorblanco@chromium.org
2014-03-14Revert "Implement support for expanding crop rects in image filters"senorblanco@chromium.org
2014-03-14Implement support for expanding crop rects in image filterssenorblanco@chromium.org
2014-03-14Implement support for a Context parameter in image filterssenorblanco@chromium.org
2014-03-12Clean up SkImageFilter.commit-bot@chromium.org
2014-03-10Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org
2014-02-16use SkColorType instead of SkBitmap::Config in views/effectscommit-bot@chromium.org
2014-02-05Make SkImageFilter methods const.commit-bot@chromium.org
2014-01-30Refactor read and write buffers.commit-bot@chromium.org
2014-01-03Make SkImageFilter crop rects relative to the primitive origin, instead of re...senorblanco@chromium.org
2013-12-04Fixed bad bitmap size crashescommit-bot@chromium.org
2013-11-25Adding more validationcommit-bot@chromium.org
2013-11-07Added support for Chrome's gpu command buffer extension BindUniformLocation.commit-bot@chromium.org
2013-10-31Adding size parameter to read array functionscommit-bot@chromium.org
2013-10-23Follow up to serialization validation codecommit-bot@chromium.org
2013-10-23Initial error handling codecommit-bot@chromium.org
2013-10-23Implement SkColorFilter as a GrGLEffectcommit-bot@chromium.org
2013-10-20Fix for cropped matrix convolution for BottomLeft render targets.senorblanco@chromium.org
2013-10-18Implement crop rect support for SkMatrixConvolutionImageFilter.senorblanco@chromium.org
2013-10-02Make GPU coord transforms automaticbsalomon@google.com
2013-09-16Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...robertphillips@google.com
2013-09-16Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...robertphillips@google.com
2013-09-16Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...robertphillips@google.com
2013-09-13Initial error handling codecommit-bot@chromium.org
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-08-30Rename ShaderType enum to ShaderVisibilitycommit-bot@chromium.org