|
|
Created:
4 years, 3 months ago by bsalomon Modified:
4 years, 3 months ago Reviewers:
robertphillips CC:
reviews_skia.org Target Ref:
refs/heads/master Project:
skia Visibility:
Public. |
DescriptionStop closing filled paths in GrShape
This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002
Committed: https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8
Committed: https://skia.googlesource.com/skia/+/8eb43e5f63306a22570b977bbb69e4ec78432d24
Patch Set 1 #Patch Set 2 : Fix MSAA path renderer to use closing iterator #
Dependent Patchsets: Messages
Total messages: 19 (9 generated)
Description was changed from ========== Stop closing filled paths in GrShape. This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. ========== to ========== Stop closing filled paths in GrShape. This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 ==========
bsalomon@google.com changed reviewers: + robertphillips@google.com
Description was changed from ========== Stop closing filled paths in GrShape. This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 ========== to ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 ==========
lgtm
The CQ bit was checked by bsalomon@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 ========== to ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 Committed: https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8
Message was sent while issue was closed.
On 2016/09/20 19:44:39, commit-bot: I haz the power wrote: > Committed patchset #1 (id:1) as > https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 c:\b\work\skia\src\gpu\grmesh.h:76: fatal error: "assert(indexCount)" Caught exception 2147483651 EXCEPTION_BREAKPOINT, was running: msaa16 svg cartman.svg Likely culprit: msaa16 svg cartman.svg step returned non-zero exit code: -2147483645 Eric reverted https://codereview.chromium.org/2353503005/, but I think the assert is actually triggered by this CL. Just a heads up, waiting on the bots...
Message was sent while issue was closed.
On 2016/09/20 20:58:47, f(malita) wrote: > On 2016/09/20 19:44:39, commit-bot: I haz the power wrote: > > Committed patchset #1 (id:1) as > > https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 > > c:\b\work\skia\src\gpu\grmesh.h:76: fatal error: "assert(indexCount)" > > Caught exception 2147483651 EXCEPTION_BREAKPOINT, was running: > msaa16 svg cartman.svg > Likely culprit: > msaa16 svg cartman.svg > step returned non-zero exit code: -2147483645 > > Eric reverted https://codereview.chromium.org/2353503005/, but I think the > assert is actually triggered by this CL. Just a heads up, waiting on the > bots... Yup, still red. I've also manually checked that the assert is tripped with this CL. Going to revert.
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2357713002/ by fmalita@google.com. The reason for reverting is: Triggers msaa16 asserts: https://build.chromium.org/p/client.skia/builders/Test-Win10-MSVC-ShuttleA-GP... c:\b\work\skia\src\gpu\grmesh.h:76: fatal error: "assert(indexCount)" Caught exception 2147483651 EXCEPTION_BREAKPOINT, was running: msaa16 svg cartman.svg Likely culprit: msaa16 svg cartman.svg.
Message was sent while issue was closed.
Description was changed from ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 Committed: https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 ========== to ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 Committed: https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 ==========
The MSAAPathRenderer was relying on the closing behavior of GrShape. I modified it to use a force-closing iterator so it will see a final lineTo for unclosed contours. This is better overall as GrShape was only closing the last contour.
The CQ bit was checked by bsalomon@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from robertphillips@google.com Link to the patchset: https://codereview.chromium.org/2355833002/#ps20001 (title: "Fix MSAA path renderer to use closing iterator")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 Committed: https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 ========== to ========== Stop closing filled paths in GrShape This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002 Committed: https://skia.googlesource.com/skia/+/ad001fdc77b2dfe32c1723cb58636728dfb776d8 Committed: https://skia.googlesource.com/skia/+/8eb43e5f63306a22570b977bbb69e4ec78432d24 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/8eb43e5f63306a22570b977bbb69e4ec78432d24 |