mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
intel/dev: store whether the device uses an aux map tables on devinfo
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
412badd059
commit
830cdaf3f0
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ struct gen_device_info
|
|||
bool supports_simd16_3src;
|
||||
bool has_resource_streamer;
|
||||
bool disable_ccs_repack;
|
||||
bool has_aux_map;
|
||||
|
||||
/**
|
||||
* \name Intel hardware quirks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue