Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Defer saves() until they're needed | reed | 2014-12-11 |
| | | | | | | | | patch from issue 759443006 at patchset 40001 (http://crrev.com/759443006#ps40001) BUG=skia: Review URL: https://codereview.chromium.org/767333002 | ||
* | add some debugging to SkNVRefCnt | reed | 2014-11-24 |
| | | | | | | BUG=skia: Review URL: https://codereview.chromium.org/745383003 | ||
* | Make sure pictures draw Clears even when the clip is empty. | mtklein | 2014-11-20 |
| | | | | | | | | | | | | We fix this by rewriting empty queries to very tiny queries, which will certainly hit ops that span the entire picture (like Clear) and hopefully not much more. (This doesn't quite work in the full cull rect world if [0,0,ε,ε] doesn't overlap the picture. Let's cross that bridge when we get there.) BUG=432991 Review URL: https://codereview.chromium.org/732723004 | ||
* | Make RTree handle the case where the playback canvas has empty clip bounds | junov | 2014-10-30 |
BUG=skia:3074 Review URL: https://codereview.chromium.org/678303004 |