[Bug 79685] Varying passed from gs->fs corrupted if not first similar draw.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 11 02:09:40 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=79685

Iago Toral <itoral at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Iago Toral <itoral at igalia.com> ---
(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 at 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 at ijw.co.nz>
    Cc: "10.5, 10.4" <mesa-stable at lists.freedesktop.org>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88885

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150311/d73e68a1/attachment-0001.html>


More information about the intel-3d-bugs mailing list