Mesa (master): pan/bit: Enable more debug for `run`

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 6 19:59:02 UTC 2020


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

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Mon Apr  6 14:06:59 2020 -0400

pan/bit: Enable more debug for `run`

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4470>

---

 src/panfrost/bifrost/cmdline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/bifrost/cmdline.c b/src/panfrost/bifrost/cmdline.c
index a0d6364f398..3668de5487d 100644
--- a/src/panfrost/bifrost/cmdline.c
+++ b/src/panfrost/bifrost/cmdline.c
@@ -158,7 +158,7 @@ run(const char *filename)
                 },
         };
 
-        bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_FAIL);
+        bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_ALL);
 
         free(code);
 }



More information about the mesa-commit mailing list