panfrost: Print intended field when decoding
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3625>
This commit is contained in:
@@ -1999,7 +1999,7 @@ pandecode_texture(mali_ptr u,
|
||||
|
||||
if (!f.unknown2) {
|
||||
pandecode_msg("XXX: expected unknown texture bit set\n");
|
||||
pandecode_prop("unknown2 = %" PRId32, f.unknown1);
|
||||
pandecode_prop("unknown2 = %" PRId32, f.unknown2);
|
||||
}
|
||||
|
||||
if (t->swizzle_zero) {
|
||||
|
||||
Reference in New Issue
Block a user