summaryrefslogtreecommitdiff
path: root/effects
AgeCommit message (Expand)Author
2013-08-12Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-12Upstreaming DropShadowImageFilter into skia, from Blinkjunov@chromium.org
2013-08-07Move SkComposeImageFilter into its own {.h, .cpp} filescommit-bot@chromium.org
2013-08-06Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blinkjvanverth@google.com
2013-08-06Upstreaming DropShadowImageFilter into skia, from Blinkjunov@chromium.org
2013-08-05Added ctm matrix to GPU pathcommit-bot@chromium.org
2013-08-01Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed...senorblanco@chromium.org
2013-07-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-30Optimize the blur convolution by only applying domain clamping where necessar...senorblanco@chromium.org
2013-07-30fold SK_CPU_HAS_CONDITION_INSTR through as always definedcommit-bot@chromium.org
2013-07-30Fix quickReject computation for blursrobertphillips@google.com
2013-07-29Small optimization for convolution shader: only apply the bounds check in dir...senorblanco@chromium.org
2013-07-26Implement crop rect for lighting image filters. Changes for the CPU path were...senorblanco@chromium.org
2013-07-25make the filter mode for GrTextureAccess an enum so we can plumb downhumper@google.com
2013-07-24This patch implements a crop rect for SkImageFilter. It has been implemented ...senorblanco@chromium.org
2013-07-24Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...robertphillips@google.com
2013-07-23Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-22This patch implements a crop rect for SkImageFilter. It has been implemented ...senorblanco@chromium.org
2013-07-22stop using bitmap-filter flags outside of paint itself, as a step towards rea...reed@google.com
2013-07-17Replace all instances of GrRect with SkRect.commit-bot@chromium.org
2013-07-16Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-15Added newlines at the end of SkGpuBlurUtils.*robertphillips@google.com
2013-07-15Move gaussianBlur functionality to src\effectsrobertphillips@google.com
2013-07-13Make GrPaint have a variable sized array of color and coverage stages rather ...commit-bot@chromium.org
2013-07-10use SkIntToScalarreed@google.com
2013-07-10Implement offset for GPU filter path. Although we can't yet use this in Blink...commit-bot@chromium.org
2013-07-09Revert of r9902 (Consider conical shader opaque if it coversrobertphillips@google.com
2013-07-04Removing highp variables from perlin noise shadercommit-bot@chromium.org
2013-07-04Consider conical shader opaque if it covers entire plane.commit-bot@chromium.org
2013-07-04Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-03Fix for r9888 bugrobertphillips@google.com
2013-07-03Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterrobertphillips@google.com
2013-06-26Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...commit-bot@chromium.org
2013-06-21remove dst/rendertarget support for kARGB_4444_Configreed@google.com
2013-06-17*** Perlin noise GM needs to be rebaselined ***commit-bot@chromium.org
2013-06-12Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU...senorblanco@chromium.org
2013-06-11Remove the non-separable blur because it is no longer used.commit-bot@chromium.org
2013-06-10Fixed gpu perlin noise on Windowssugoi@google.com
2013-06-03Fix leak of effect in SkXfermodeImageFilter::filterImageGPU()commit-bot@chromium.org
2013-05-31Implement SkXfermode image filter. This required changing the signature of Sk...senorblanco@chromium.org
2013-05-31bump picture version since SkPath has changed (conics)reed@google.com
2013-05-30Revert "add asserts to point<-->verb helpers"reed@google.com
2013-05-30add asserts to point<-->verb helpersreed@google.com
2013-05-29Speculative fix for Tegra-based Androids: don't try to unpremultiply dstColor...senorblanco@chromium.org
2013-05-29Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...senorblanco@chromium.org
2013-05-29Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf...senorblanco@chromium.org
2013-05-29Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...senorblanco@chromium.org
2013-05-28Fix alpha computation in SkArithmeticMode.senorblanco@chromium.org
2013-05-28check texture is not NULL to aovid segmentation fault. If the texture created...commit-bot@chromium.org
2013-05-24Remove SkImageFilter::getInputResult(), since its return value is notsenorblanco@chromium.org