Skip to content

anv,iris: Fix input vertex max for tcs on gen12

D Scott Phillips requested to merge scott-ph/mesa:wip/2020-04/gen12_tcs into master

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.

Merge request reports