DescriptionMake sure pictures draw Clears even when the clip is empty.
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
Committed: https://skia.googlesource.com/skia/+/7cc1a34fbf5506e3a9e6834f0dcd988aa7c94084
Patch Set 1 #Patch Set 2 : Fix in SkRecordDraw instead #Patch Set 3 : rebase again #Patch Set 4 : only if empty #
Total comments: 1
Patch Set 5 : Decouple #Messages
Total messages: 9 (2 generated)
|