summaryrefslogtreecommitdiff
path: root/effects/SkMorphologyImageFilter.cpp
AgeCommit message (Expand)Author
2013-08-05Added ctm matrix to GPU pathcommit-bot@chromium.org
2013-07-17Replace all instances of GrRect with SkRect.commit-bot@chromium.org
2013-07-13Make GrPaint have a variable sized array of color and coverage stages rather ...commit-bot@chromium.org
2013-07-10Implement offset for GPU filter path. Although we can't yet use this in Blink...commit-bot@chromium.org
2013-06-26Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...commit-bot@chromium.org
2013-05-24Remove SkImageFilter::getInputResult(), since its return value is notsenorblanco@chromium.org
2013-05-22Reverting r9245 due to Chrome breakagerobertphillips@google.com
2013-05-22Remove SkImageFilter::getInputResult(), since its return value is notsenorblanco@chromium.org
2013-03-25Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.bsalomon@google.com
2013-03-20Attempt to reland 8264-5 with warning-as-error fixes.bsalomon@google.com
2013-03-20revert 8265-8264 (broke build)reed@google.com
2013-03-20Adds local coords to GrEffect system.bsalomon@google.com
2013-03-11Removed unused parameterssugoi@google.com
2013-03-07Make GrGLEffects use an interface to append their code.bsalomon@google.com
2013-02-13Use SkMWRandom in GLPrograms test.bsalomon@google.com
2013-02-04Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...senorblanco@chromium.org
2013-01-30This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...senorblanco@chromium.org
2013-01-22Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.bsalomon@google.com
2013-01-22Let them eat GrEffectRef.bsalomon@google.com
2013-01-17Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...bsalomon@google.com
2013-01-16Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...bsalomon@google.com
2013-01-16Wrap GrEffects in GrEffectPtr.bsalomon@google.com
2013-01-10Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...senorblanco@chromium.org
2012-11-05Remove default texture coords / texture matrixbsalomon@google.com
2012-11-02Make morphology, convolution, and table color filter opt out of default textu...bsalomon@google.com
2012-11-01Replace GrMatrix with SkMatrix.bsalomon@google.com
2012-10-30Upstreaming changes from gpu_dev to trunk.bsalomon@google.com
2012-10-26Rename GrSamplerState to GrEffectStage.bsalomon@google.com
2012-10-25Rename StageKey and related stuff.bsalomon@google.com
2012-10-25Rename GrProgramStageFactory to GrBackendEffectFactory.bsalomon@google.com
2012-10-25GrGLProgramStage Renaming Part 3bsalomon@google.com
2012-10-25GrGLProgramStage Renaming Part 2bsalomon@google.com
2012-10-25GrGLProgramStage Renaming Part 1.bsalomon@google.com
2012-10-25GrCustomStage Renaming Part 5bsalomon@google.com
2012-10-24GrCustomStage Renaming Part 3bsalomon@google.com
2012-10-24GrCustomStage Renaming Part 2bsalomon@google.com
2012-10-24CustomStage Renaming Part 1bsalomon@google.com
2012-10-23Combine the emit functions in GrGLProgramStage.bsalomon@google.com
2012-10-23Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...bsalomon@google.com
2012-10-22Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...bsalomon@google.com
2012-10-22Remove two params from GrGLProgramStage::setData that are no longer necessary.bsalomon@google.com
2012-10-16Reland r5963 with two fixes:bsalomon@google.com
2012-10-16Revert r5962 because of failures.bsalomon@google.com
2012-10-16Require matrix for custom stage to be set when custom stage is installed.bsalomon@google.com
2012-10-12Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.bsalomon@google.com
2012-10-05GrPaint encapsulation.bsalomon@google.com
2012-10-05Rename GrPaint fields/enums/members texture->color mask->coverage.bsalomon@google.com
2012-10-02When processing a morphology filter on the GPU, pass the processed texture,senorblanco@chromium.org
2012-09-27Fix recursive GPU processing for SkImageFilter. Plumb through thesenorblanco@chromium.org
2012-09-21Make flattenables no longer depend on global static initializers.scroggo@google.com