[Bug 110404] Iris fails piglit.spec.ext_transform_feedback.immediate-reuse test

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 11 14:02:53 UTC 2019


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

            Bug ID: 110404
           Summary: Iris fails
                    piglit.spec.ext_transform_feedback.immediate-reuse
                    test
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/Iris
          Assignee: intel-3d-bugs at lists.freedesktop.org
          Reporter: andrey.simiklit at gmail.com
        QA Contact: intel-3d-bugs at lists.freedesktop.org

I found that the OpenGL saying:
OpenGL spec:
   "5.3.3 Rules
    .......
    Note: “Updates” via rendering or transform feedback
    are treated consistently with updates via GL commands.
    Once EndTransformFeedback has been issued, any subsequent
    command in the same context that uses the results of the
    transform feedback operation will see the results."

i965 makes the several cache invalidations (VF, L3, ...)
in EndTransformFeedback function to make the streamout result visible for
others
but unfortunately Iris doesn't do it.
I will provide a solution for this issue shortly.

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


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