aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMultiPictureDraw.cpp
Commit message (Expand)AuthorAge
* 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