mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 14:40:13 +01:00
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>
This commit is contained in:
parent
6a19d49b2e
commit
247f2fb32a
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = ");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue