mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
643030f4fb
commit
155e1a63d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue