pan/decode: Dump unknown2
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 22 May 2020 18:56:49 +0000 (14:56 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 26 May 2020 22:58:21 +0000 (22:58 +0000)
Looks to be 0.

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

src/panfrost/pandecode/decode.c

index 7dc19d0..02f320c 100644 (file)
@@ -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 = ");