Bug 93859

Summary: Implement SIMD8 instanced geometry shader support
Product: Mesa Reporter: Kenneth Graunke <kenneth>
Component: Drivers/DRI/i965Assignee: Ian Romanick <idr>
Status: RESOLVED FIXED QA Contact: Intel 3D Bugs Mailing List <intel-3d-bugs>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Kenneth Graunke 2016-01-25 19:20:37 UTC
The SIMD8 GS backend doesn't implement support for instanced geometry shaders yet.  This should be relatively simple.

Notably, the thread payload is different when InstanceCount > 1 - the ICP handles are layed out differently.  There may be a few other differences too.

Unfortunately, it appears that we have no Piglit tests that verify that instanced GS inputs work properly.  All instanced GS tests pass today with the assert removed, when there is obvious code missing.
Comment 1 Kenneth Graunke 2017-09-15 02:05:33 UTC
I added this support in Mesa 12.0 apparently.  I also wrote a Piglit test in commit 41fee6eba3537361dbf3bca73f0f2c6756c57c39.

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.