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>
This commit is contained in:

committed by
Marge Bot

parent
5d2a290cc7
commit
88918baf5c
@@ -63,7 +63,6 @@ debug_sampler_recompile(const struct brw_compiler *c, void *log,
|
||||
bool found = false;
|
||||
|
||||
found |= check("gather channel quirk", gather_channel_quirk_mask);
|
||||
found |= check("16x msaa", msaa_16);
|
||||
found |= check("y_uv image bound", y_uv_image_mask);
|
||||
found |= check("y_u_v image bound", y_u_v_image_mask);
|
||||
found |= check("yx_xuxv image bound", yx_xuxv_image_mask);
|
||||
|
Reference in New Issue
Block a user