Skip to content
Snippets Groups Projects
Commit 1ace63d8 authored by Eric Engestrom's avatar Eric Engestrom Committed by Eric Engestrom
Browse files

run: add shaderdb flag for vc4


Signed-off-by: default avatarEric Engestrom <eric@igalia.com>
parent 56413b4c
No related branches found
No related tags found
No related merge requests found
...@@ -499,6 +499,7 @@ main(int argc, char **argv) ...@@ -499,6 +499,7 @@ main(int argc, char **argv)
addenv("ST_DEBUG", "precompile"); addenv("ST_DEBUG", "precompile");
addenv("R600_DEBUG", "precompile"); addenv("R600_DEBUG", "precompile");
addenv("FD_MESA_DEBUG", "shaderdb"); addenv("FD_MESA_DEBUG", "shaderdb");
addenv("VC4_DEBUG", "shaderdb");
addenv("V3D_DEBUG", "precompile"); addenv("V3D_DEBUG", "precompile");
addenv("ETNA_MESA_DEBUG", "shaderdb"); addenv("ETNA_MESA_DEBUG", "shaderdb");
addenv("PAN_MESA_DEBUG", "precompile"); addenv("PAN_MESA_DEBUG", "precompile");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment