aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
Commit message (Expand)AuthorAge
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* 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
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Added asNewCustomStage to SkShader and implemented it for all the gradient sh...Gravatar rileya@google.com2012-07-20
* Addition of new-lines at end of files to correct Chromium builds.Gravatar twiz@google.com2012-07-19
* Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...Gravatar tomhudson@google.com2012-07-19
* New subclasses for both Gr and GrGL gradient effect classes. Gravatar rileya@google.com2012-07-19
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Fix build breakage in r4641.Gravatar tomhudson@google.com2012-07-17
* Move texture domains onto a GrCustomStage, off of GrSamplerState.Gravatar tomhudson@google.com2012-07-17
* Fix fs param name in conical gradient due to r4616.Gravatar bsalomon@google.com2012-07-16
* Remove uniform var pointers from custom effectsGravatar bsalomon@google.com2012-07-16
* Having updated the documentation of GrCustomStage to argue that all custom st...Gravatar tomhudson@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
* Added pdf implementation of conical gradient.Gravatar rileya@google.com2012-07-10
* Remove GrStringBuilder Gravatar bsalomon@google.com2012-07-10
* Fix definition of isEqual() for two gradient effect custom stages.Gravatar tomhudson@google.com2012-07-09
* Reworked gradient shader to no longer explicitly set gl_FragColor or return p...Gravatar rileya@google.com2012-07-03
* Changed '0.5f' to '0.5' in conical gradient shader to fix problem with shader...Gravatar rileya@google.com2012-07-03
* Added GPU implementation of 2-point conical gradient.Gravatar rileya@google.com2012-07-03
* Avoid un-necessary re-calculations of width in for loop of emitFS functionGravatar bsalomon@google.com2012-06-15
* Remove local variable from GrConvolutionEffect GLSL code; reported to give ma...Gravatar tomhudson@google.com2012-06-13
* Split two-point radial gradient parameters into two arrays of uniforms,Gravatar tomhudson@google.com2012-06-13
* Manually unroll loop in convolution (blur) - most GL drivers do, but someGravatar tomhudson@google.com2012-06-11
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* SkBool8 -> bool to suppress warning (verbal LGTM from TomH)Gravatar bsalomon@google.com2012-06-01
* Suppress dumb warning.Gravatar bsalomon@google.com2012-06-01
* Fix SK_OVERRIDE error caught by Clang in r4105; wrong params for setData().Gravatar tomhudson@google.com2012-05-31
* Add GrGradientEffects files. These implementations will be invoked fromGravatar tomhudson@google.com2012-05-31
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Condense setupFSUnis, setupVSUnis, setupVaryings intoGravatar tomhudson@google.com2012-05-30
* Move swizzle & modulation computation, non-virtual functions ontoGravatar tomhudson@google.com2012-05-24
* First stage of reworking custom shader infrastructure to allowGravatar tomhudson@google.com2012-05-24
* Tunnel name requests through factory, forcing custom effect and custom prog s...Gravatar bsalomon@google.com2012-05-21
* Some refactoring of GrCustomStage and friendsGravatar bsalomon@google.com2012-05-18
* Windows build fixes from r3887.Gravatar tomhudson@google.com2012-05-10
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10