aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerCache.cpp
Commit message (Expand)AuthorAge
...
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* Move offset and CTM from LayerCache Key to per-hoisted-layer infoGravatar robertphillips2014-09-29
* 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
* Add GrResourceCache2.Gravatar bsalomon2014-08-21
* Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...Gravatar bsalomon2014-08-19
* Add GrResourceCache2.Gravatar bsalomon2014-08-19
* 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
* Revert of Fix memory leak in "Begin atlasing" (https://codereview.chromium....Gravatar robertphillips2014-06-29
* Fix memory leak in (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
* Add CPU backing store for GrAtlas to reduce texture uploads.Gravatar commit-bot@chromium.org2014-05-14
* 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