aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGLProgram.h
Commit message (Expand)AuthorAge
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* 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
* Ensure all vertex attributes (except zero that we always use) are disabled af...Gravatar bsalomon@google.com2011-10-19
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12