iris: XXX for compute state tracking :/

Maybe we should just move dirty to batch, it would help with the
reset stuff too
This commit is contained in:
Kenneth Graunke 2018-10-18 22:38:32 -07:00
parent 643030f4fb
commit 155e1a63d5

View file

@ -115,6 +115,7 @@ iris_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *info)
ice->vtbl.update_surface_base_address(batch, &ice->state.binder);
ice->vtbl.upload_compute_state(ice, batch, info);
// XXX: this is wrong. we need separate dirty tracking for compute/render
ice->state.dirty = 0ull;
// XXX: postdraw resolve tracking