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

--- Comment #5 from Roland Scheidegger <srol...@vmware.com> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to