mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
iris: clear dirty
This commit is contained in:
parent
23987df412
commit
477ea6c39a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue