<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - gl_PrimitiveId seems to reset at 340"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90130#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - gl_PrimitiveId seems to reset at 340"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90130">bug 90130</a>
from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
<pre>Or even better, a piglit test :-).
I suspect there's an issue with the prim assembler in draw.
Since from a quick look it seems like the prim assembler would always reset the
prim_id it's going to inject whenever it's run, and that's going to happen per
chunk (as we don't process all vertices in a draw call at once if there's too
many). Probably would need to fix that somehow so it's only reset per instance.
We possibly (?) handle this correctly if there's a gs.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>