panfrost: Set PIPE_CAP_TGSI_TEXCOORD
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 7 Aug 2019 19:00:14 +0000 (12:00 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 13 Aug 2019 16:43:09 +0000 (09:43 -0700)
commit4b0001c42df10134e792fcd7879e997b0ae4cdbf
tree20de65bb4a4c8386230fae3078dbca2a3c0aba6d
parent72fc06df9cabdc67ccbf53a99e3d61d516feab7b
panfrost: Set PIPE_CAP_TGSI_TEXCOORD

It doesn't really make sense, since we don't have special texture
coordinate varyings, but it'll make some code simpler for XFB and it
doesn't hurt us, even if I lose a bit of my soul setting it.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
src/gallium/drivers/panfrost/pan_screen.c
src/gallium/drivers/panfrost/pan_varyings.c