softpipe: Enable PIPE_CAP_TGSI_TEXCOORD.
authorEric Anholt <eric@anholt.net>
Thu, 23 Jan 2020 19:43:04 +0000 (11:43 -0800)
committerMarge Bot <eric+marge@anholt.net>
Thu, 23 Jul 2020 00:24:26 +0000 (00:24 +0000)
commit8e61fd92d4ac415770a173fd1a51c77761f72775
tree438947a5d9cb90c3d1b1c9d59c60ad6359178348
parent259a03b4f0b04903d348a38bccc8954ef9f83738
softpipe: Enable PIPE_CAP_TGSI_TEXCOORD.

The tgsi_exec path can handle it, and otherwise when we start using NIR
our MAX_VARYINGS value will cause us to have VARYING_SLOT_VARx above the
maximum.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6018>
src/gallium/drivers/softpipe/sp_screen.c