i915g: Delete redundant i915_hw_sampler_views atom.
authorEmma Anholt <emma@anholt.net>
Wed, 30 Jun 2021 03:46:13 +0000 (20:46 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 30 Jun 2021 17:42:56 +0000 (17:42 +0000)
commitafe627ea70af7e2d74f2e65f1bf629e70be028f4
tree47bed684f88e54d0d4f91d44c6b0dd878b7da87c
parent7e75b1ca4959027197e803fca64e0846617b726c
i915g: Delete redundant i915_hw_sampler_views atom.

The i915_hw_samplers atom already updated both samplers and maps, since
both samplers and maps depend on parts of both the gallium sampler state
and the sampler view.  Just move the samplers+views atom down to the
bottom of the file for legibility, and delete the views-only one.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11648>
src/gallium/drivers/i915/i915_state_derived.c
src/gallium/drivers/i915/i915_state_sampler.c