From: Jonathan Marek Date: Sun, 15 Dec 2019 15:46:03 +0000 (-0500) Subject: turnip: remove compute emit_border_color X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65007d438ca515031dbaf4194c05528005e9cc2a;p=mesa.git 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 Reviewed-by: Eric Anholt Part-of: --- diff --git a/src/freedreno/vulkan/tu_cmd_buffer.c b/src/freedreno/vulkan/tu_cmd_buffer.c index 54e353704e5..d96a26272e5 100644 --- a/src/freedreno/vulkan/tu_cmd_buffer.c +++ b/src/freedreno/vulkan/tu_cmd_buffer.c @@ -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);