index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrTypes.h
Commit message (
Expand
)
Author
Age
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Fixed Linux compiler complaints
robertphillips@google.com
2012-06-04
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Stop using GrDrawState to track GPU's blend state
bsalomon@google.com
2012-05-21
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
Remove deprecated names from Gr (WK is no longer using them)
bsalomon@google.com
2012-03-30
*
Reland 3144 with assertion fix.
bsalomon@google.com
2012-02-07
*
revert 3144
bsalomon@google.com
2012-02-07
*
Allow chrome to limit the number of FBO status checks
bsalomon@google.com
2012-02-07
*
Remove GrAALevel enum, use explicit sample count
bsalomon@google.com
2012-01-30
*
code cleanup for single_pass_path() and remove enum GrConvexHint
bsalomon@google.com
2012-01-30
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
Remove fConfig/fFormat union in GrTextureDesc
bsalomon@google.com
2011-12-06
*
Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see
tomhudson@google.com
2011-11-28
*
Do writepixels alpha-premul using gpu
bsalomon@google.com
2011-11-11
*
Filter out draws to non-PMA configs that won't blend correctly
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
*
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
*
More removal of texture fUploadByteCount and rename fFormat to fConfig for co...
bsalomon@google.com
2011-11-05
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12