diff options
author | D Scott Phillips <[email protected]> | 2020-04-30 23:12:07 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-01 16:49:11 +0000 |
commit | 65b05ebdda18c1cebd88c72cc8f50530addb80c6 (patch) | |
tree | d08fb6334ffbc2d839a1bc9fbacd75a99fdfcd7d /src/intel/genxml | |
parent | 8f01fa1fb3bbb94648ab3955860933aefbcb191a (diff) |
anv,iris: Fix input vertex max for tcs on gen12
gen12 does away with the single patch dispatch mode for tcs, and
increases some limits so that 8_patch mode can always work. Make the
necessary changes so we don't try to fall back to single patch mode.
Fixes KHR-GL46.tessellation_shader.single.max_patch_vertices and others
Fixes: 44754279ace7 ("intel/fs/gen12: Use TCS 8_PATCH mode.")
Reviewed-by: Kenneth Graunke <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4843>
Diffstat (limited to 'src/intel/genxml')
-rw-r--r-- | src/intel/genxml/gen12.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/genxml/gen12.xml b/src/intel/genxml/gen12.xml index 9be40f66003..3eebc30f4be 100644 --- a/src/intel/genxml/gen12.xml +++ b/src/intel/genxml/gen12.xml @@ -1964,7 +1964,7 @@ <value name="9-12 Samplers" value="3"/> <value name="13-16 Samplers" value="4"/> </field> - <field name="Instance Count" start="64" end="67" type="uint"/> + <field name="Instance Count" start="64" end="68" type="uint"/> <field name="Maximum Number of Threads" start="72" end="80" type="uint"/> <field name="Statistics Enable" start="93" end="93" type="bool"/> <field name="Enable" start="95" end="95" type="bool"/> |