commit | 247f2fb32ae39009f2e1ba6ae0f2c97573b910d8 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Fri May 22 14:56:49 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Tue May 26 22:58:21 2020 +0000 |
tree | 444f292fc17ada81849e76a699d694705b5c0eb9 | |
parent | 6a19d49b2e8386c963bd921c7f1f3261d66af26c [diff] [blame] |
pan/decode: Dump unknown2 Looks to be 0. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5219>
diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 7dc19d0..02f320c 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c
@@ -2613,6 +2613,9 @@ 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 = ");