projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0f7f1
)
pan/bit: Enable more debug for `run`
author
Alyssa Rosenzweig
<alyssa.rosenzweig@collabora.com>
Mon, 6 Apr 2020 18:06:59 +0000
(14:06 -0400)
committer
Marge Bot
<eric+marge@anholt.net>
Mon, 6 Apr 2020 19:41:56 +0000
(19:41 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4470>
src/panfrost/bifrost/cmdline.c
patch
|
blob
|
history
diff --git
a/src/panfrost/bifrost/cmdline.c
b/src/panfrost/bifrost/cmdline.c
index a0d6364f398ed8356b3b5ae8b913a9fcd362d5db..3668de5487d764c31452c232c26fd7e1ac99f7b1 100644
(file)
--- 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_
FAI
L);
+ bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_
AL
L);
free(code);
}