turnip: drop GS clear path
authorJonathan Marek <jonathan@marek.ca>
Tue, 7 Jul 2020 17:12:14 +0000 (13:12 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 14 Jul 2020 04:05:24 +0000 (04:05 +0000)
commit53e36cf062fb28039ea7b942466065d4ff9c54e2
tree98e9362cd7c40d7f8ecab02b7a77479d9b0f3f18
parenta1a80c38ea2f8df3118f258f73cbe2b9440986a7
turnip: drop GS clear path

We didn't know how to write layer id without GS, since that's the only way
to do it through VK/GL, and the blob didn't implement this clear case (and
failed cases where it was absolutely necessary). However now we know how to
set it after some educated guesses and looking at tess/geom traces, so the
GS path can be dropped.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5790>
src/freedreno/vulkan/tu_clear_blit.c
src/freedreno/vulkan/tu_pipeline.c
src/freedreno/vulkan/tu_private.h