index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrLayerCache.cpp
Commit message (
Expand
)
Author
Age
*
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
djsollen
2016-04-29
*
Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (pat...
reed
2016-04-28
*
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
djsollen
2016-04-27
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
free -> reset
mtklein
2016-03-17
*
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....
bungeman
2016-03-17
*
free -> reset
mtklein
2016-03-17
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
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
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
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
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Reimplement gpu message bus for invalidated bitmap gen IDs
bsalomon
2015-02-06
*
Allow non-atlasable layer to still be hoisted
robertphillips
2015-01-08
*
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
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Add additional clean up code in MPD path
robertphillips
2014-12-01
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
Remove Picture deletion listeners.
mtklein
2014-11-24
*
Address MSAA rendering in layer hoisting
robertphillips
2014-11-10
*
Fix layer cache memory leak
robertphillips
2014-11-04
*
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
*
Add clip to layer cache
robertphillips
2014-10-20
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
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
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
Fix some incorrect assumptions in GrLayerCache.cpp
robertphillips
2014-10-06
[next]