mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
zink: remove duplicated struct member set
this should only happen in zink_descriptors_update_lazy_masked Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12931>
This commit is contained in:
parent
a198c6b7dd
commit
1cb8d11b6c
1 changed files with 0 additions and 1 deletions
|
|
@ -528,7 +528,6 @@ zink_descriptors_update_lazy(struct zink_context *ctx, bool is_compute)
|
|||
dd_lazy(ctx)->push_state_changed[is_compute] |= bdd->push_usage[is_compute] != pg->dd->push_usage;
|
||||
bdd->push_usage[is_compute] = pg->dd->push_usage;
|
||||
}
|
||||
bdd->pg[is_compute] = pg;
|
||||
|
||||
uint8_t changed_sets = pg->dd->binding_usage & dd_lazy(ctx)->state_changed[is_compute];
|
||||
bool need_push = pg->dd->push_usage &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue