aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerHoister.h
Commit message (Expand)AuthorAge
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Disable Ganesh layer hoister in a more revertable formGravatar robertphillips2016-05-04
* Retract SkDevice a bit moreGravatar robertphillips2016-04-22
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-09
* Revert of Update Layer Hoisting to store its atlas texture in the resource ca...Gravatar robertphillips2015-11-06
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-06
* 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
* Add support for hoisting layers in pictures drawn with a matrixGravatar robertphillips2014-11-24
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Address MSAA rendering in layer hoistingGravatar robertphillips2014-11-10
* 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
* 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
* Expose layer hoisting API in GrContextGravatar robertphillips2014-10-08
* Allow previously-hoisted layers to be reused in the same drawGravatar robertphillips2014-09-30
* Move offset and CTM from LayerCache Key to per-hoisted-layer infoGravatar robertphillips2014-09-29
* Update layer hoisting code to correctly render sub-picture layersGravatar robertphillips2014-09-24
* Refactor layer hoisting codeGravatar robertphillips2014-09-18
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Reorganize Layer Hoisting codeGravatar robertphillips2014-09-02