turnip: do not include compute stage in pipeline_builder
authorJonathan Marek <jonathan@marek.ca>
Thu, 3 Dec 2020 04:28:38 +0000 (23:28 -0500)
committerJonathan Marek <jonathan@marek.ca>
Tue, 8 Dec 2020 18:16:11 +0000 (13:16 -0500)
commit2d886fb43656bf38dfbc3f6c2266b5c421e1837a
tree8bdb5a4e9ada281c81b24dd66ad4b1bdbbc5ddf4
parentd7ea266e6f5cdcde5dd880839a057afaa560e97e
turnip: do not include compute stage in pipeline_builder

This avoids emitting compute-related state in the graphics pipeline
(tu6_emit_xs_config was being called for compute stage).

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