Skip to content

zink: enable tgsi texcoord pipe cap

Mike Blumenkrantz requested to merge zmike/mesa:zink-tgsi_texcoord_cap into master

this requires some modifications to the ntv slot remapping, as we definitely don't want to reserve another 25% of the available slots for the (deprecated) texcoord varyings

now we remap VARYING_SLOT_TEX[n] to the last available slots, which lets us avoid needing to do permanent reservation, and we check to make sure that we haven't seen the corresponding texcoord varying any time we emit a non-texcoord varying in that slot

Merge request reports