v3d: Enable PIPE_CAP_TGSI_TEXCOORD.
authorEric Anholt <eric@anholt.net>
Tue, 3 Dec 2019 22:48:39 +0000 (14:48 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 29 Jun 2020 16:07:21 +0000 (09:07 -0700)
commitf55a308c75d1c18dc3e8268ba7cdc3e6f66067b9
tree53edf9491d69cc329552be01615b3a6fbca6e230
parenta60e8dfdc5d6302db6b79325572b020d55e426d9
v3d: Enable PIPE_CAP_TGSI_TEXCOORD.

Dave wants to drop the !TEXCOORD path from NIR, and it's easy enough to
do.  Untested.

Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2952>
src/broadcom/compiler/nir_to_vir.c
src/gallium/drivers/v3d/v3d_screen.c