<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - GL33-CTS.transform_feedback.capture_special_interleaved_test fails on haswell"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95322">95322</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>GL33-CTS.transform_feedback.capture_special_interleaved_test fails on haswell
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Drivers/DRI/i965
</td>
</tr>
<tr>
<th>Assignee</th>
<td>idr@freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>airlied@freedesktop.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>