aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerCache.h
Commit message (Expand)AuthorAge
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-14
* Revert of Switch to a more complete method of filtering hoisted layers (patch...Gravatar robertphillips2015-01-13
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-13
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...Gravatar robertphillips2014-12-16
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Apply the layer's image filter to the hoisted imageGravatar robertphillips2014-12-11
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Fix bug in aggressive layer cache purgingGravatar robertphillips2014-10-30
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60...Gravatar robertphillips2014-10-29
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Alter layer hoisting to only hoist layers for one canvas at a timeGravatar robertphillips2014-10-28
* Track nested picture xform state for layer hoistingGravatar robertphillips2014-10-22
* Add clip to layer cacheGravatar robertphillips2014-10-20
* Add GrLayerCache::writeLayersToDiskGravatar robertphillips2014-10-14
* Fix bug in GrCachedLayer reuseGravatar robertphillips2014-10-10
* Revert of Fix bug in plot locking system (patchset #3 id:80001 of https://cod...Gravatar robertphillips2014-10-09
* Fix bug in plot locking systemGravatar robertphillips2014-10-09
* Move offset and CTM from LayerCache Key to per-hoisted-layer infoGravatar robertphillips2014-09-29
* Copy layer-hoisting related SkPaintsGravatar robertphillips2014-09-18
* Separate replacement creation from layer discoveryGravatar robertphillips2014-09-17
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Refactor GrLayerCache for new APIGravatar robertphillips2014-08-18
* Add CTM to the cached layers' key and reduce render target pingponging in lay...Gravatar robertphillips2014-07-31
* Fix ref counting of cached layer's textureGravatar robertphillips2014-07-30
* Now always use Atlas for layer cacheGravatar robertphillips2014-07-29
* Add plot-based purging to GrLayerCacheGravatar robertphillips2014-07-29
* Add auto purging for SkPicture-related Ganesh resources (esp. layers)Gravatar robertphillips2014-07-22
* Replace GrTHash with SkTDynamicHashGravatar robertphillips2014-07-20
* Make GrLayerCache use multiple plots in its atlasGravatar robertphillips2014-07-17
* Always have GrLayer's rect be validGravatar robertphillips2014-07-15
* Begin atlasingGravatar robertphillips2014-06-30
* Revert of Begin atlasing (https://codereview.chromium.org/354533004/)Gravatar robertphillips2014-06-29
* Begin atlasingGravatar robertphillips2014-06-29
* Rename GrAtlasMgr to GrAtlas (and other cleanup)Gravatar robertphillips2014-06-24
* Move allocation of texture from SkGpuDevice to GrLayerCacheGravatar robertphillips2014-06-24
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-12
* Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased)Gravatar commit-bot@chromium.org2014-04-11
* Convert SkPicture's generation ID to a unique IDGravatar commit-bot@chromium.org2014-04-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-03
* Add a GrLayerCache to GrContextGravatar robertphillips@google.com2014-04-03