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

Author: Rohan Garg <rohan.g...@intel.com>
Date:   Thu Sep  1 15:03:52 2022 +0200

intel/dev: Add a bit for when the HW can do a indirect draw/dispatch unroll

Signed-off-by: Rohan Garg <rohan.g...@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26421>

---

 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 1ece5258aa9..cd48cbedf32 100644
--- a/src/intel/dev/intel_device_info.h
+++ b/src/intel/dev/intel_device_info.h
@@ -203,6 +203,7 @@ struct intel_device_info
    bool has_userptr_probe;
    bool has_context_isolation;
    bool has_set_pat_uapi;
+   bool has_indirect_unroll;
 
    /**
     * \name Intel hardware quirks

Reply via email to