radeonsi: fix broken texture filtering on SI-CIK since GFX9 changes
authorMarek Olšák <marek.olsak@amd.com>
Sun, 2 Apr 2017 22:22:16 +0000 (00:22 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 4 Apr 2017 09:14:43 +0000 (11:14 +0200)
commit0fb5a505fac7be0a1831b565019f0f04369e56bd
treea2c875d2607ebf9b1cc7c0aeb9afa7aab1600645
parent1bcdf74cdddf713c7067b700a2c6b5c19823dbe7
radeonsi: fix broken texture filtering on SI-CIK since GFX9 changes

Don't clear state[7] on SI-CIK, and only do the meta stuff on VI+.
Fixes: 5abf60076ce4 ("radeonsi/gfx9: image descriptor changes in mutable fields")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100531
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/drivers/radeonsi/si_descriptors.c