freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
authorRob Clark <robdclark@chromium.org>
Sun, 21 Jun 2020 20:26:57 +0000 (13:26 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 24 Jun 2020 22:29:28 +0000 (22:29 +0000)
commit3065c4bf925e69e27dc93ded99bc339ed0972307
treeb56ecc268010c8be003666201e22658280a4c602
parente6d650353a0b53e4b954cb41d0e7b0add9329283
freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD

We don't really need the varying remapping, and it seems to somehow
happen twice when shader-cache comes into the picture.  But we can
just choose not to have this problem.

Now that everything is using the ir3_point_sprite() helper, we can
flip this pipe cap without it being a massive flag-day.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5595>
src/freedreno/ir3/ir3_nir.c
src/gallium/drivers/freedreno/freedreno_screen.c
src/gallium/drivers/freedreno/ir3/ir3_gallium.h