Mesa (master): intel/dev: store whether the device uses an aux map tables on devinfo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 28 07:46:34 UTC 2019


Module: Mesa
Branch: master
Commit: 830cdaf3f01e34a430131ca8bec26827383f95cd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=830cdaf3f01e34a430131ca8bec26827383f95cd

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Mon Oct 21 17:16:05 2019 +0300

intel/dev: store whether the device uses an aux map tables on devinfo

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

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

diff --git a/src/intel/dev/gen_device_info.h b/src/intel/dev/gen_device_info.h
index ea344684f2b..4389b8e2931 100644
--- a/src/intel/dev/gen_device_info.h
+++ b/src/intel/dev/gen_device_info.h
@@ -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




More information about the mesa-commit mailing list