Skip to content

aco: don't skip VS->TCS barrier if TCS output vertices doesn't match input

Rhys Perry requested to merge pendingchaos/mesa:aco_6564_sc_fix into main

TCS invocations correspond to output patch vertices, not input. If they differ, TCS invocations can be in a different subgroup than VS invocations of the input patch.

Merge request reports