mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
c9b12c71d7
commit
65007d438c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue