Bug 95322 - [HSW] GL33-CTS.transform_feedback.capture_special_interleaved_test fails
Summary: [HSW] GL33-CTS.transform_feedback.capture_special_interleaved_test fails
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Intel 3D Bugs Mailing List
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-09 06:34 UTC by Dave Airlie
Modified: 2016-11-03 04:10 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Dave Airlie 2016-05-09 06:34:28 UTC
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.
Comment 1 Matt Turner 2016-11-03 04:10:58 UTC
Test passes for me on Haswell. Not sure if a Mesa change or a CTS change is responsible.


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.