intel/dev: Enable Mesh Shading for DG2

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13662>
This commit is contained in:
Caio Oliveira 2021-07-07 12:47:15 -07:00 committed by Marge Bot
parent da273b2b7b
commit d9416cd8bd

View file

@ -1060,7 +1060,8 @@ static const struct intel_device_info intel_device_info_sg1 = {
.num_subslices = dual_subslices(1), \
.has_lsc = true, \
.apply_hwconfig = true, \
.has_coarse_pixel_primitive_and_cb = true
.has_coarse_pixel_primitive_and_cb = true, \
.has_mesh_shading = true
UNUSED static const struct intel_device_info intel_device_info_dg2_g10 = {
DG2_FEATURES,