turnip: remove compute emit_border_color

Current tu6_emit_border_color doesn't work for compute and there's no
example from the GL driver to base it on, so replace it with a finishme.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3104>
This commit is contained in:
Jonathan Marek 2019-12-15 10:46:03 -05:00 committed by Marge Bot
parent c9b12c71d7
commit 65007d438c

View file

@ -3490,7 +3490,7 @@ tu_dispatch(struct tu_cmd_buffer *cmd,
tu_cs_emit_ib(cs, &ib);
if (needs_border)
tu6_emit_border_color(cmd, cs);
tu_finishme("compute border color");
ib = tu6_emit_ibo(cmd->device, &cmd->sub_cs, pipeline,
descriptors_state, MESA_SHADER_COMPUTE);