Mesa (main): panfrost: Add a table for images

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 7 14:34:59 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Wed Mar 30 14:11:56 2022 -0400

panfrost: Add a table for images

For the default Valhall ABI.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15793>

---

 src/panfrost/util/pan_ir.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panfrost/util/pan_ir.h b/src/panfrost/util/pan_ir.h
index a529e2c15d6..ffd1d855b0a 100644
--- a/src/panfrost/util/pan_ir.h
+++ b/src/panfrost/util/pan_ir.h
@@ -43,6 +43,7 @@ enum pan_resource_table {
         PAN_TABLE_ATTRIBUTE_BUFFER,
         PAN_TABLE_SAMPLER,
         PAN_TABLE_TEXTURE,
+        PAN_TABLE_IMAGE,
 
         PAN_NUM_RESOURCE_TABLES
 };



More information about the mesa-commit mailing list