Module: Mesa Branch: master Commit: fc446dc3220f618b485f5364f85651b373db81eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc446dc3220f618b485f5364f85651b373db81eb
Author: Alyssa Rosenzweig <[email protected]> Date: Mon Apr 6 14:06:59 2020 -0400 pan/bit: Enable more debug for `run` Signed-off-by: Alyssa Rosenzweig <[email protected]> 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); } _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
