Summary: | Varying passed from gs->fs corrupted if not first similar draw. | ||
---|---|---|---|
Product: | Mesa | Reporter: | David Gow <david> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | itoral |
Version: | 10.1 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
David Gow
2014-06-05 15:12:47 UTC
I think this got fixed at some point, at least with current master I get an ellipse when replaying the attached apitrace. (In reply to Iago Toral from comment #1) > I think this got fixed at some point, at least with current master I get an > ellipse when replaying the attached apitrace. And FWIW, I can confirm that the problem existed before, since I can reproduce it with mesa 10.3.2 from Ubuntu. Any chance one of you gentlemen could bisect this, and we'll close it? (In reply to Ian Romanick from comment #3) > Any chance one of you gentlemen could bisect this, and we'll close it? Sure, this got fixed by: commit b51ff50a767cc78d678ed3d2c25995f5c4194fea Author: Chris Forbes <chrisf@ijw.co.nz> Date: Sat Feb 28 19:57:20 2015 +1300 i965/gs: Check newly-generated GS-out VUE map against correct stage Previously, we compared our new GS-out VUE map to the existing *VS*-out VUE map, which is bogus. This would mostly manifest as redundant dirty flagging where the GS is in use but the VS and GS output layouts differ; but there is a scary case where we would fail to flag a GS-out layout change if it happened to match the VS-out layout. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Cc: "10.5, 10.4" <mesa-stable@lists.freedesktop.org> Reviewed-by: Matt Turner <mattst88@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88885 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.