[Bug 95322] GL33-CTS.transform_feedback.capture_special_interleaved_test fails on haswell

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 9 06:34:28 UTC 2016


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

            Bug ID: 95322
           Summary: GL33-CTS.transform_feedback.capture_special_interleave
                    d_test fails on haswell
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i965
          Assignee: idr at freedesktop.org
          Reporter: airlied at freedesktop.org
        QA Contact: intel-3d-bugs at lists.freedesktop.org

I haven't tested this on other, but on haswell this test fails.

The test is pretty simple, it goes transform feedback 3 test, which does

vec4(0, 1, 2, 3), skip4, vec4(4, 5, 6, 7), nextbuffer, vec4(8, 9, 10, 11),
skip4, vec4(12, 13, 14, 15)

it expects:
buffer0
0, 1, 2, 3, 0, 0, 0, 0, 4, 5, 6, 7
buffer1
8, 9, 10, 11, 0, 0, 0, 0, 12, 13, 14, 15

we get
buffer 0 is okay,
buffer 1 lacks the gap in the middle.

It runs correctly on llvmpipe.

-- 
You are receiving this mail because:
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/20160509/a64db01d/attachment.html>


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