index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrContext.h
Commit message (
Expand
)
Author
Age
*
Add SK_API to SkPixelRef and TextureCacheEntry.
senorblanco@chromium.org
2012-02-09
*
Add code path for Gr client to resolve an Gr-created MSAA render target.
bsalomon@google.com
2012-01-31
*
Expose functionality to purge the GPU texture cache while running SampleApp.
twiz@google.com
2012-01-27
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
Remove shadersupport caps bit
bsalomon@google.com
2012-01-11
*
Remove static initiazled gClampNearest in gpu backend
bsalomon@google.com
2011-12-12
*
When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep
senorblanco@chromium.org
2011-12-02
*
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
bsalomon@google.com
2011-11-30
*
assert that resources used with ctx are owned by the ctx
bsalomon@google.com
2011-11-19
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
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
*
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
*
Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa
bsalomon@google.com
2011-10-27
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12