iris/compute: Flush compute batch on memory-barriers
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
committed by
Kenneth Graunke
parent
fb4637797e
commit
229450a2a6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user