Mesa (master): panfrost/decode: Print negative_start

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Mar 31 04:43:10 UTC 2019


Module: Mesa
Branch: master
Commit: 4fcd3189aea22d3384a7d9b4920b2e0202e69594
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fcd3189aea22d3384a7d9b4920b2e0202e69594

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Sun Mar 31 04:15:46 2019 +0000

panfrost/decode: Print negative_start

This property slipped through..

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>

---

 src/gallium/drivers/panfrost/pandecode/decode.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/drivers/panfrost/pandecode/decode.c b/src/gallium/drivers/panfrost/pandecode/decode.c
index 966bce6ebd7..20f789dc9f8 100644
--- a/src/gallium/drivers/panfrost/pandecode/decode.c
+++ b/src/gallium/drivers/panfrost/pandecode/decode.c
@@ -985,6 +985,8 @@ pandecode_replay_vertex_tiler_prefix(struct mali_vertex_tiler_prefix *p, int job
         if (p->index_count)
                 pandecode_prop("index_count = MALI_POSITIVE(%" PRId32 ")", p->index_count + 1);
 
+        pandecode_prop("negative_start = %d", p->negative_start);
+
         DYN_MEMORY_PROP(p, job_no, indices);
 
         if (p->zero1) {




More information about the mesa-commit mailing list