intel/compiler: Delete key->msaa_16
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 8 Dec 2022 05:18:02 +0000 (21:18 -0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 10:18:25 +0000 (10:18 +0000)
commit88918baf5ca3a1e78e14ce4f7ade9048b4f035aa
tree76ea99b80d90fcd7201b62e822c4af22f1e1f0b9
parent5d2a290cc7b5f850674cc03f9a6a7526b6b87d20
intel/compiler: Delete key->msaa_16

None of the drivers have used this since we dropped i965, and BLORP
no longer uses it as of the previous commit.  We can also drop the
former compressed_multisample_tex_mask (now padding) field so that
things remain 64-bit aligned.

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/iris/iris_program.c
src/intel/blorp/blorp_blit.c
src/intel/blorp/blorp_clear.c
src/intel/compiler/brw_compiler.h
src/intel/compiler/brw_debug_recompile.c
src/intel/compiler/brw_fs_nir.cpp
src/intel/vulkan/anv_pipeline.c
src/intel/vulkan_hasvk/anv_pipeline.c