intel/devinfo: DG2 supports ray-tracing

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
This commit is contained in:
Jason Ekstrand
2020-11-05 11:53:51 -06:00
committed by Marge Bot
parent 4c0dbe6420
commit 647773a094

View File

@@ -1060,7 +1060,8 @@ static const struct intel_device_info intel_device_info_sg1 = {
.has_lsc = true, \
.apply_hwconfig = true, \
.has_coarse_pixel_primitive_and_cb = true, \
.has_mesh_shading = true
.has_mesh_shading = true, \
.has_ray_tracing = true
static const struct intel_device_info intel_device_info_dg2_g10 = {
DG2_FEATURES,