summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCaio Oliveira <caio.oliveira@intel.com>2021-07-07 12:47:15 -0700
committerMarge Bot <emma+marge@anholt.net>2022-02-02 18:17:57 +0000
commitd9416cd8bd437bd877b21c685ccd28bbb425d7eb (patch)
tree4634403c2946f80913c74a5ca9f2fe199a156df1 /src
parentda273b2b7b4ceb46dc10a8f746aa74a8c502d2d6 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/intel/dev/intel_device_info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c
index 7e3827e1eb3..0119e7c29b1 100644
--- a/src/intel/dev/intel_device_info.c
+++ b/src/intel/dev/intel_device_info.c
@@ -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,