Mesa (master): pan/decode: Dump unknown2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 26 23:17:51 UTC 2020


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

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Fri May 22 14:56:49 2020 -0400

pan/decode: Dump unknown2

Looks to be 0.

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

---

 src/panfrost/pandecode/decode.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c
index 7dc19d0a739..02f320c7fe4 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -2613,6 +2613,9 @@ pandecode_vertex_tiler_postfix_pre(
                                        MALI_GET_ALPHA_COVERAGE(inverted_coverage));
                 }
 
+                if (s->unknown2_2)
+                        pandecode_prop(".unknown2_2 = %X", s->unknown2_2);
+
                 if (s->unknown2_3 || s->unknown2_4) {
                         pandecode_log(".unknown2_3 = ");
 



More information about the mesa-commit mailing list