iris/compute: Flush compute batch on memory-barriers

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jordan Justen 2018-09-18 15:08:44 -07:00 committed by Kenneth Graunke
parent fb4637797e
commit 229450a2a6

View file

@ -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