Skip to content

radv: add support for emitting VS+TCS compiled separately (shader object) on GFX9

Samuel Pitoiset requested to merge hakzsam/mesa:radv_eso_vs_tcs_gfx9 into main

Based on !27301 (merged)

Pass VKCTS with ESO force enabled on GFX9 (but geometryShader still disabled).

Basically, if we have a VS prolog we end up with 3 long jumps (VS prolog -> VS -> TCS -> TCS epilog), which is really annoying to handle.

Merge request reports