diff options
author | Caio Oliveira <caio.oliveira@intel.com> | 2021-07-07 12:41:57 -0700 |
---|---|---|
committer | Caio Oliveira <caio.oliveira@intel.com> | 2021-11-04 14:41:06 -0700 |
commit | ecba8178bdc513ba791efff95c1c8400b25ce45a (patch) | |
tree | 8a75687a0bbf47e6f7392d19187a6d43ddfb7377 | |
parent | bba26939b1710dcab5a0cd2ae2df68d2b23d5946 (diff) |
intel/dev: Add an intel_device_info::has_mesh_shading bit
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13660>
-rw-r--r-- | src/intel/dev/intel_device_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/dev/intel_device_info.h b/src/intel/dev/intel_device_info.h index 215c07b87b7..cc70a824e4f 100644 --- a/src/intel/dev/intel_device_info.h +++ b/src/intel/dev/intel_device_info.h @@ -92,6 +92,7 @@ struct intel_device_info bool has_ray_tracing; bool has_local_mem; bool has_lsc; + bool has_mesh_shading; /** * \name Intel hardware quirks |