mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
iris/compute: Flush compute batch on memory-barriers
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
fb4637797e
commit
229450a2a6
1 changed files with 1 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ iris_memory_barrier(struct pipe_context *ctx, unsigned flags)
|
|||
// XXX: compute batch?
|
||||
|
||||
iris_emit_pipe_control_flush(&ice->render_batch, bits);
|
||||
iris_emit_pipe_control_flush(&ice->compute_batch, bits);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue