aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.h
Commit message (Expand)AuthorAge
* move texture flush and param update to separate functionGravatar bsalomon@google.com2012-06-04
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* Remove dirty flags from GrGpuGL state flushGravatar bsalomon@google.com2012-06-01
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Merge GrGpuGLShaders into its parent class, GrGpuGLGravatar bsalomon@google.com2012-05-31
* Remove a couple things missed when deleting the tessellated path rendererGravatar bsalomon@google.com2012-05-30
* Remove support for vertex attribute matricesGravatar bsalomon@google.com2012-05-11
* Extract ShaderCodeSegments from GrGLProgram into a new class,Gravatar tomhudson@google.com2012-05-11
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Re-adding red texture support (by rolling back r3800)Gravatar robertphillips@google.com2012-04-30
* Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...Gravatar epoger@google.com2012-04-30
* Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStageGravatar tomhudson@google.com2012-04-20
* Initial version of R8 supportGravatar robertphillips@google.com2012-04-06
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* Use GrGLContextInfo in shader generatorGravatar bsalomon@google.com2012-02-13
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10