Mesa (main): intel/dev: Add an intel_device_info::has_mesh_shading bit

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 21:57:07 UTC 2021


Module: Mesa
Branch: main
Commit: ecba8178bdc513ba791efff95c1c8400b25ce45a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecba8178bdc513ba791efff95c1c8400b25ce45a

Author: Caio Oliveira <caio.oliveira at intel.com>
Date:   Wed Jul  7 12:41:57 2021 -0700

intel/dev: Add an intel_device_info::has_mesh_shading bit

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13660>

---

 src/intel/dev/intel_device_info.h | 1 +
 1 file changed, 1 insertion(+)

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



More information about the mesa-commit mailing list