Mesa (main): asahi: Add unknown bits seen with the GL driver

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun May 30 23:42:26 UTC 2021


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

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Mon May 31 02:00:43 2021 +0530

asahi: Add unknown bits seen with the GL driver

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11084>

---

 src/asahi/lib/cmdbuf.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/asahi/lib/cmdbuf.xml b/src/asahi/lib/cmdbuf.xml
index 0ead9374608..6059a9c2c22 100644
--- a/src/asahi/lib/cmdbuf.xml
+++ b/src/asahi/lib/cmdbuf.xml
@@ -196,6 +196,8 @@
     <field name="Tag" size="32" start="0:0" type="hex" default="0x200000"/>
     <field name="Cull front" size="1" start="1:0" type="bool"/>
     <field name="Cull back" size="1" start="1:1" type="bool"/>
+    <field name="Unk GL 1" size="1" start="1:7" type="bool"/>
+    <field name="Unk GL 2" size="1" start="1:8" type="bool"/>
     <field name="Depth clip" size="1" start="1:10" type="bool"/>
     <field name="Depth clamp" size="1" start="1:11" type="bool"/>
     <field name="Front face CCW" size="1" start="1:16" type="bool"/>



More information about the mesa-commit mailing list