Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SkTaskGroup::batch(fn, args, N) | mtklein | 2014-10-29 |
| | | | | | | | | Porting QuiltTask isn't important in itself; this is mostly an API feeler. BUG=skia: Review URL: https://codereview.chromium.org/689673003 | ||
* | MultiPictureDraw is taskgroup aware. | reed | 2014-10-29 |
| | | | | | | | | SampleApp is multipicturedraw aware. BUG=skia: Review URL: https://codereview.chromium.org/684923002 | ||
* | SkMultiPictureDraw API | robertphillips | 2014-08-21 |
This CL adds a new API to optimize across multiple SkPicture draw calls. Note that multiple pictures rendered at once (i.e., picture piles) should be flattened into a single new picture that includes the required clipping on the different layers. R=bsalomon@google.com, reed@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/491313003 |