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
*
Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack
robertphillips@google.com
2012-07-11
*
Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext
robertphillips@google.com
2012-07-11
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Revert r4287. Large numbers of textures created by random gradients can cause...
bsalomon@google.com
2012-06-22
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Altered GrDrawState to always ref texture and render target
robertphillips@google.com
2012-06-22
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Remove count budget from resource cache
bsalomon@google.com
2012-06-21
*
TLS GrContext count
bsalomon@google.com
2012-06-15
*
Use GrAARectRenderer in GPU AA clip mask generation
robertphillips@google.com
2012-06-15
*
Split GrContext's AA Rect drawing methods into helper class
robertphillips@google.com
2012-06-12
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Rolling back 4053
robertphillips@google.com
2012-05-28
*
Speculative fix for Android Debug only crash in r4049
robertphillips@google.com
2012-05-28
*
Rolling back r4049
robertphillips@google.com
2012-05-25
*
Altered GrDrawState to always ref textures and render target
robertphillips@google.com
2012-05-25
*
Removed SoftwarePathRenderer from GrContext's path renderer chain
robertphillips@google.com
2012-05-23
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)
robertphillips@google.com
2012-05-22
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
draw circle paths directly via GPU
bsalomon@google.com
2012-04-27
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
*
Unify text flushing with other deferred drawing
bsalomon@google.com
2012-03-30
*
Reland 3507
bsalomon@google.com
2012-03-30
*
Revert 3507
bsalomon@google.com
2012-03-28
*
Use a single GrDrawState in GrContext for direct and buffered drawing
bsalomon@google.com
2012-03-27
*
Refactor Gaussian blur and morphology from SkGpuDevice into GrContext.
senorblanco@chromium.org
2012-03-05
*
simplify GrPathRenderer interface
bsalomon@google.com
2012-03-02
*
Erode and dilate image filter effects, CPU and GPU implementations.
senorblanco@chromium.org
2012-03-02
*
Remove offscreen supersampler.
bsalomon@google.com
2012-03-02
*
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
[next]