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>master
@@ -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); |