iris: Stop mutating the resource in get_rt_read_isl_surf().
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 15 Nov 2019 07:26:07 +0000 (23:26 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 25 Nov 2019 23:54:54 +0000 (15:54 -0800)
commit518be59c1ab3b7bab207d01b38512056e10314a7
tree78e2095b7262e3bc48b9fbcdca9303b3226883be
parentb02e0d260489cef7e98b222a52358dd75b0a37b4
iris: Stop mutating the resource in get_rt_read_isl_surf().

Mutating fields of global resources is generally not safe, and the only
reason we were doing it was to avoid passing an extra parameter to
the fill_surface_state helper.
src/gallium/drivers/iris/iris_state.c