intel/compiler: Delete sampler key handling for planar format stuff
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 8 Dec 2022 06:34:40 +0000 (22:34 -0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 10:18:25 +0000 (10:18 +0000)
commit8c2448d4e67a19647afc7785fb31be6f7a6f094c
tree432c65238e2c1950c580a6ba9e7be1aa9f60f05f
parent88918baf5ca3a1e78e14ce4f7ade9048b4f035aa
intel/compiler: Delete sampler key handling for planar format stuff

i965 used these, but Gallium drivers do this lowering via a separate
nir_lower_tex call from st/mesa.  Vulkan drivers don't use these at all.

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20223>
src/gallium/drivers/crocus/crocus_program.c
src/intel/compiler/brw_compiler.h
src/intel/compiler/brw_debug_recompile.c
src/intel/compiler/brw_nir.c