index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrLayerCache.h
Commit message (
Expand
)
Author
Age
*
Remove Picture deletion listeners.
mtklein
2014-11-24
*
Rename GrAccelData to SkLayerInfo and move it to src/core
robertphillips
2014-11-12
*
Fix bug in aggressive layer cache purging
robertphillips
2014-10-30
*
Discard atlas after every MultiPictureDraw::draw
robertphillips
2014-10-29
*
Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60...
robertphillips
2014-10-29
*
Discard atlas after every MultiPictureDraw::draw
robertphillips
2014-10-29
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Alter layer hoisting to only hoist layers for one canvas at a time
robertphillips
2014-10-28
*
Track nested picture xform state for layer hoisting
robertphillips
2014-10-22
*
Add clip to layer cache
robertphillips
2014-10-20
*
Add GrLayerCache::writeLayersToDisk
robertphillips
2014-10-14
*
Fix bug in GrCachedLayer reuse
robertphillips
2014-10-10
*
Revert of Fix bug in plot locking system (patchset #3 id:80001 of https://cod...
robertphillips
2014-10-09
*
Fix bug in plot locking system
robertphillips
2014-10-09
*
Move offset and CTM from LayerCache Key to per-hoisted-layer info
robertphillips
2014-09-29
*
Copy layer-hoisting related SkPaints
robertphillips
2014-09-18
*
Separate replacement creation from layer discovery
robertphillips
2014-09-17
*
Fix bug in layer hoisting transition to SkRecord backend
robertphillips
2014-09-16
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Refactor GrLayerCache for new API
robertphillips
2014-08-18
*
Add CTM to the cached layers' key and reduce render target pingponging in lay...
robertphillips
2014-07-31
*
Fix ref counting of cached layer's texture
robertphillips
2014-07-30
*
Now always use Atlas for layer cache
robertphillips
2014-07-29
*
Add plot-based purging to GrLayerCache
robertphillips
2014-07-29
*
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
robertphillips
2014-07-22
*
Replace GrTHash with SkTDynamicHash
robertphillips
2014-07-20
*
Make GrLayerCache use multiple plots in its atlas
robertphillips
2014-07-17
*
Always have GrLayer's rect be valid
robertphillips
2014-07-15
*
Begin atlasing
robertphillips
2014-06-30
*
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
robertphillips
2014-06-29
*
Begin atlasing
robertphillips
2014-06-29
*
Rename GrAtlasMgr to GrAtlas (and other cleanup)
robertphillips
2014-06-24
*
Move allocation of texture from SkGpuDevice to GrLayerCache
robertphillips
2014-06-24
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-12
*
Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased)
commit-bot@chromium.org
2014-04-11
*
Convert SkPicture's generation ID to a unique ID
commit-bot@chromium.org
2014-04-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-03
*
Add a GrLayerCache to GrContext
robertphillips@google.com
2014-04-03