index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpuGLShaders.cpp
Commit message (
Expand
)
Author
Age
*
Skip flush functions for disabled stages
bsalomon@google.com
2011-12-13
*
Access sampler matrices directly, cleanup GrSamplerState::reset()s
bsalomon@google.com
2011-12-12
*
Cleanup of r2830.
bsalomon@google.com
2011-12-09
*
Revert 2830 and 2831.
bsalomon@google.com
2011-12-08
*
Make GrDrawState a real class with getters and setters
bsalomon@google.com
2011-12-08
*
Make GrGLShaderVar objects aware of whether they are uniform, varying, or
tomhudson@google.com
2011-12-08
*
Fix clang static analyzer errors in Gr
bsalomon@google.com
2011-11-23
*
[GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_InConfigFlag to both b...
bsalomon@google.com
2011-11-22
*
Remove allocated size vs content size in textures
bsalomon@google.com
2011-11-15
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
Do writepixels alpha-premul using gpu
bsalomon@google.com
2011-11-11
*
Add support for GL_EXT_unpack_subimage
bsalomon@google.com
2011-11-10
*
When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...
bsalomon@google.com
2011-11-08
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Add support for GL_ARB_texture_swizzle
bsalomon@google.com
2011-11-07
*
Add reset context count to GrGpu
bsalomon@google.com
2011-11-05
*
Extract GrDrawTarget::DrState into independent GrDrawState struct.
tomhudson@google.com
2011-10-27
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
*
Ensure all vertex attributes (except zero that we always use) are disabled af...
bsalomon@google.com
2011-10-19
*
Set stage params in program descriptor to canonical values when stage isn't used
bsalomon@google.com
2011-10-18
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12