aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMultiPictureDraw.cpp
Commit message (Expand)AuthorAge
* Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Mike Reed2016-11-13
* Revert "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Heather Miller2016-11-10
* Change SkCanvas to *not* inherit from SkRefCntGravatar Mike Reed2016-11-09
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of h...Gravatar robertphillips2016-05-09
* Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 ...Gravatar robertphillips2016-05-06
* Disable layer hoisting for non-8888 canvasesGravatar robertphillips2016-05-05
* Clean up test drawContext usageGravatar robertphillips2016-04-28
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for.Gravatar mtklein2016-01-04
* 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
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Add sk_parallel_for()Gravatar mtklein2015-06-17
* Implement support for mixed sampled render targetsGravatar vbuzinov2015-06-12
* Add a flag to flush the canvases during SkMultiPictureDraw::draw().Gravatar senorblanco2015-01-28
* fix images in multi-thread by doing shallow-copiesGravatar reed2014-12-25
* 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
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Address MSAA rendering in layer hoistingGravatar robertphillips2014-11-10
* Include SkTypes so that SK_SUPPORT_GPU is meaningful.Gravatar scroggo2014-11-04
* Turn SkTaskGroups back on.Gravatar mtklein2014-11-03
* Always enable layer hoisting in SkiaGravatar robertphillips2014-11-03
* Revert of Turn SkTaskGroups back on. (patchset #1 id:1 of https://codereview....Gravatar mtklein2014-10-31
* Turn SkTaskGroups back on.Gravatar mtklein2014-10-31
* Fix member variable namingGravatar robertphillips2014-10-30
* Disable SkTaskGroup in SkMultiPictureDraw temporarily.Gravatar mtklein2014-10-30
* use SkTaskGroup::batchGravatar reed2014-10-29
* SkTaskGroup::batch(fn, args, N)Gravatar mtklein2014-10-29
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* MultiPictureDraw is taskgroup aware.Gravatar reed2014-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
* Expose layer hoisting API in GrContextGravatar robertphillips2014-10-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* SkMultiPictureDraw APIGravatar robertphillips2014-08-21