Skip to content

svga/nir: enable PIPE_CAP_TGSI_TEXCOORD

Charmaine Lee requested to merge charmainel/mesa:fix-svga-texcoord-varyings into main

Use texcoord semantic instead of generic with nir. Fixes assert in nir_gather_info with offsetted varying slots.

Fixes piglit tests spec@glsl-1.10@execution@varying-packing@simple *

/cc @bhenden

Merge request reports