projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c8b1a
)
pan/decode: Dump missing field on Bifrost
author
Alyssa Rosenzweig
<alyssa.rosenzweig@collabora.com>
Fri, 22 May 2020 18:53:27 +0000
(14:53 -0400)
committer
Marge Bot
<eric+marge@anholt.net>
Tue, 26 May 2020 22:58:21 +0000
(22:58 +0000)
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
patch
|
blob
|
history
diff --git
a/src/panfrost/pandecode/decode.c
b/src/panfrost/pandecode/decode.c
index d5e07a0940ce832bb62fc0f288152104374457e9..7dc19d0a7396e00872280f79d0096f3115c47ecf 100644
(file)
--- a/
src/panfrost/pandecode/decode.c
+++ b/
src/panfrost/pandecode/decode.c
@@
-2675,6
+2675,8
@@
pandecode_vertex_tiler_postfix_pre(
mali_ptr shader = pandecode_midgard_blend(&blend, s->unknown2_3 & MALI_HAS_BLEND_SHADER);
if (shader & ~0xF)
pandecode_blend_shader_disassemble(shader, job_no, job_type, false, gpu_id);
+ } else {
+ pandecode_msg("mdg_blend = %" PRIx64 "\n", s->blend.shader);
}
pandecode_indent--;