aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrMorphologyEffect.cpp
Commit message (Expand)AuthorAge
* Actually remove the GrMorphologyEffect.* files from svn, which I should'veGravatar senorblanco@chromium.org2012-08-22
* Move the code for the GPU implementation of morphology effects from GrContextGravatar senorblanco@chromium.org2012-08-22
* Ensure that enums used by GrCustomStage TestCreate functions are declared in ...Gravatar bsalomon@google.com2012-08-03
* Add .0 on float GLSL literals to fix GLPrograms test breakGravatar bsalomon@google.com2012-08-03
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Introduction of set of functions to manage generation of texture fetch shader...Gravatar twiz@google.com2012-08-02
* Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"...Gravatar bsalomon@google.com2012-07-25
* Add GL uniform managerGravatar bsalomon@google.com2012-07-25
* Remove uniform var pointers from custom effectsGravatar bsalomon@google.com2012-07-16
* There were three different problems with lighting filters:Gravatar senorblanco@chromium.org2012-07-13
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* VariableVisibility -> ShaderTypeGravatar bsalomon@google.com2012-07-11
* Remove GrStringBuilder Gravatar bsalomon@google.com2012-07-10
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Suppress dumb warning.Gravatar bsalomon@google.com2012-06-01
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31