mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
intel/devinfo: Add is_dg1 to device info
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4956>
This commit is contained in:
parent
64ccb74028
commit
f1fba99695
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ struct gen_device_info
|
|||
bool is_coffeelake;
|
||||
bool is_cannonlake;
|
||||
bool is_elkhartlake;
|
||||
bool is_dg1;
|
||||
|
||||
bool has_hiz_and_separate_stencil;
|
||||
bool must_use_separate_stencil;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue