[965] Flush icache on new batch, not just new context.

This is required since our buffer manager may now move our
instruction-containing buffers at any batchbuffer emit.
This commit is contained in:
Eric Anholt
2008-02-07 12:09:16 -08:00
parent 5c0c883104
commit 70908a793b
+1 -1
View File
@@ -394,7 +394,7 @@ static void upload_pipe_control(struct brw_context *brw)
const struct brw_tracked_state brw_pipe_control = {
.dirty = {
.mesa = 0,
.brw = BRW_NEW_CONTEXT,
.brw = BRW_NEW_BATCH,
.cache = 0
},
.update = upload_pipe_control