aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkMorphologyImageFilter.cpp
Commit message (Expand)AuthorAge
* Remove default texture coords / texture matrixGravatar bsalomon@google.com2012-11-05
* Make morphology, convolution, and table color filter opt out of default textu...Gravatar bsalomon@google.com2012-11-02
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect der...Gravatar bsalomon@google.com2012-10-29
* Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
* Make GrGLEffect::setData take GrEffectStage rather than GrEffect.Gravatar bsalomon@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Combine the emit functions in GrGLProgramStage.Gravatar bsalomon@google.com2012-10-23
* Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...Gravatar bsalomon@google.com2012-10-23
* Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...Gravatar bsalomon@google.com2012-10-22
* Remove two params from GrGLProgramStage::setData that are no longer necessary.Gravatar bsalomon@google.com2012-10-22
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments.Gravatar bsalomon@google.com2012-10-12
* GrPaint encapsulation.Gravatar bsalomon@google.com2012-10-05
* Rename GrPaint fields/enums/members texture->color mask->coverage.Gravatar bsalomon@google.com2012-10-05
* When processing a morphology filter on the GPU, pass the processed texture,Gravatar senorblanco@chromium.org2012-10-02
* Fix recursive GPU processing for SkImageFilter. Plumb through theGravatar senorblanco@chromium.org2012-09-27
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Introduce GrGLShaderBuilder::TextureSamplerGravatar bsalomon@google.com2012-09-06
* Recommit r5350 with fix for image failures (which affected GLs that don't sup...Gravatar bsalomon@google.com2012-08-30
* Revert 5350 while image changes are diagnosed.Gravatar bsalomon@google.com2012-08-30
* Remove fModulate from GrGLShaderBuilderGravatar bsalomon@google.com2012-08-30
* Some GrGLShaderBuilder cleanupGravatar bsalomon@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Move the code for the GPU implementation of morphology effects from GrContextGravatar senorblanco@chromium.org2012-08-22
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andGravatar senorblanco@chromium.org2012-08-01
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* Fix miscellaneous compiler warnings from Visual Studio 2010.Gravatar tomhudson@google.com2012-04-10
* Clamp dilate and erode radius to image width and height.Gravatar senorblanco@chromium.org2012-04-10
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02