aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGLProgram.cpp
Commit message (Expand)AuthorAge
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10
* Pull GLSL helpers out of GrGLProgram.cppGravatar bsalomon@google.com2012-02-10
* Reland r3078 (original failures that led to revert were problems with the bot)Gravatar bsalomon@google.com2012-01-30
* revert 3078Gravatar bsalomon@google.com2012-01-21
* fix interior issues in convex path rendererGravatar bsalomon@google.com2012-01-21
* Attempt to reland 3054Gravatar bsalomon@google.com2012-01-17
* Revert r3054 for failing testsGravatar bsalomon@google.com2012-01-17
* Add constant coverage to GrDrawStateGravatar bsalomon@google.com2012-01-17
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17
* When applying a color matrix, unpremultiply the source, and premultiply theGravatar senorblanco@chromium.org2012-01-05
* Reverting r2969, since it broke the GLPrograms RunTests step.Gravatar senorblanco@chromium.org2012-01-05
* When applying a color matrix, unpremultiply the source, and premultiplyGravatar senorblanco@chromium.org2012-01-05
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Make GrGLShaderVar objects aware of whether they are uniform, varying, orGravatar tomhudson@google.com2011-12-08
* Add method to GrGLShadeVar to create GLSL string accessing an elementGravatar tomhudson@google.com2011-12-07
* supportsES() -> supportsES2() in assertsGravatar bsalomon@google.com2011-11-14
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* [GPU] when writing to unpremult dest and alpha is 0, make rgb=0Gravatar bsalomon@google.com2011-11-09
* When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...Gravatar bsalomon@google.com2011-11-08
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Add support for GL_ARB_texture_swizzleGravatar bsalomon@google.com2011-11-07
* Extract GrDrawTarget::DrState into independent GrDrawState struct.Gravatar tomhudson@google.com2011-10-27
* Move helper functions out of header file, write new genProgram helpers.Gravatar tomhudson@google.com2011-10-25
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* Extract six functions from GrGLProgram::genStageCode() to shorten it byGravatar tomhudson@google.com2011-10-19
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12