mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 18:18:06 +02:00
It was previously done dzn_cmd_buffer_flush_transition_barriers(),
leaving the queue+flush case unhandled. Let's fix that by moving
this piece of code to dzn_cmd_buffer_exec_transition_barriers().
Fixes:
|
||
|---|---|---|
| .. | ||
| dzn_cmd_buffer.c | ||
| dzn_descriptor_set.c | ||
| dzn_device.c | ||
| dzn_image.c | ||
| dzn_meta.c | ||
| dzn_nir.c | ||
| dzn_nir.h | ||
| dzn_pipeline.c | ||
| dzn_private.h | ||
| dzn_query.c | ||
| dzn_sync.c | ||
| dzn_util.c | ||
| dzn_wsi.c | ||
| meson.build | ||