Mesa (main): intel/devinfo: Add has_local_mem

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 24 16:52:03 UTC 2021


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

Author: Jordan Justen <jordan.l.justen at intel.com>
Date:   Wed Oct  2 17:37:33 2019 -0700

intel/devinfo: Add has_local_mem

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5599>

---

 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 cf13ba43b2a..518e73ef75d 100644
--- a/src/intel/dev/intel_device_info.h
+++ b/src/intel/dev/intel_device_info.h
@@ -85,6 +85,7 @@ struct intel_device_info
    bool has_aux_map;
    bool has_tiling_uapi;
    bool has_ray_tracing;
+   bool has_local_mem;
 
    /**
     * \name Intel hardware quirks



More information about the mesa-commit mailing list