index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpuGL.h
Commit message (
Expand
)
Author
Age
*
Add support for GL_ANGLE_texture_usage
bsalomon@google.com
2011-12-09
*
Add support for GL_ANGLE_pack_reverse_row_order
bsalomon@google.com
2011-11-30
*
Add missing return statement.
bsalomon@google.com
2011-11-28
*
Detect teximage2d failure
bsalomon@google.com
2011-11-28
*
Add support for GL_CHROMIUM_flipy
bsalomon@google.com
2011-11-21
*
Resubmit 2717 w/ fix workaround OS X GL bug.
bsalomon@google.com
2011-11-19
*
Revert 2717
bsalomon@google.com
2011-11-18
*
Recommit r2714 with clip fix
bsalomon@google.com
2011-11-18
*
Revert 2714 for debugging of test failure
bsalomon@google.com
2011-11-18
*
Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...
bsalomon@google.com
2011-11-18
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
Remove allocated size vs content size in textures
bsalomon@google.com
2011-11-15
*
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
*
Recommit r2611 with fix for gm
bsalomon@google.com
2011-11-07
*
Revert r2611 until windows gm can be debugged
bsalomon@google.com
2011-11-07
*
Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...
bsalomon@google.com
2011-11-07
*
Add reset context count to GrGpu
bsalomon@google.com
2011-11-05
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
Extract GrDrawTarget::DrState into independent GrDrawState struct.
tomhudson@google.com
2011-10-27
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12