mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
intel/dev: Add a bit for when the HW can do a indirect draw/dispatch unroll
Signed-off-by: Rohan Garg <rohan.garg@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26421>
This commit is contained in:
parent
fa350862e9
commit
6e060d99ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue