aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecordDraw.h
Commit message (Expand)AuthorAge
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* Add comments to SkRecordDraw to help people follow.Gravatar danakj2014-11-03
* Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...Gravatar robertphillips2014-11-03
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* SkRecordPartialDraw with less code duplicationGravatar mtklein2014-09-02
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.Gravatar mtklein2014-08-08
* Tick off some TODOs:Gravatar Mike Klein2014-06-24
* Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.Gravatar mtklein2014-06-17