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