iris: clear dirty

This commit is contained in:
Kenneth Graunke 2018-06-15 12:44:59 -07:00
parent 23987df412
commit 477ea6c39a

View file

@ -66,7 +66,7 @@ iris_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
iris_binder_reserve_3d(batch, ice->shaders.prog);
ice->vtbl.upload_render_state(ice, batch, info);
// XXX: ice->state.dirty = 0ull;
ice->state.dirty = 0ull;
// XXX: don't flush always
iris_batch_flush(batch);