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
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-09
*
Revert of Update Layer Hoisting to store its atlas texture in the resource ca...
robertphillips
2015-11-06
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-06
*
Clean up GrAtlas and rename it GrLayerAtlas
robertphillips
2015-11-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
Switch to a more complete method of filtering hoisted layers
robertphillips
2015-01-14
*
Revert of Switch to a more complete method of filtering hoisted layers (patch...
robertphillips
2015-01-13
*
Switch to a more complete method of filtering hoisted layers
robertphillips
2015-01-13
*
Fix layer hoisting image filter corner cases
robertphillips
2014-12-16
*
Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...
robertphillips
2014-12-16
*
Fix layer hoisting image filter corner cases
robertphillips
2014-12-16
*
Apply the layer's image filter to the hoisted image
robertphillips
2014-12-11
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
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
[next]