mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 08:00:12 +01:00
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:
parent
da273b2b7b
commit
d9416cd8bd
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue