aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuGLShaders.cpp
Commit message (Expand)AuthorAge
* Skip flush functions for disabled stagesGravatar bsalomon@google.com2011-12-13
* Access sampler matrices directly, cleanup GrSamplerState::reset()sGravatar bsalomon@google.com2011-12-12
* Cleanup of r2830.Gravatar bsalomon@google.com2011-12-09
* Revert 2830 and 2831.Gravatar bsalomon@google.com2011-12-08
* Make GrDrawState a real class with getters and settersGravatar bsalomon@google.com2011-12-08
* Make GrGLShaderVar objects aware of whether they are uniform, varying, orGravatar tomhudson@google.com2011-12-08
* Fix clang static analyzer errors in GrGravatar bsalomon@google.com2011-11-23
* [GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_InConfigFlag to both b...Gravatar bsalomon@google.com2011-11-22
* Remove allocated size vs content size in texturesGravatar bsalomon@google.com2011-11-15
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* Add support for GL_EXT_unpack_subimageGravatar bsalomon@google.com2011-11-10
* 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
* Add reset context count to GrGpuGravatar bsalomon@google.com2011-11-05
* Extract GrDrawTarget::DrState into independent GrDrawState struct.Gravatar tomhudson@google.com2011-10-27
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* Ensure all vertex attributes (except zero that we always use) are disabled af...Gravatar bsalomon@google.com2011-10-19
* Set stage params in program descriptor to canonical values when stage isn't usedGravatar bsalomon@google.com2011-10-18
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12