freedreno/a3xx/compiler: new compiler
[mesa.git] / src / gallium / drivers / freedreno / freedreno_screen.c
index e32f97039b7eda26916112393ffccd0fbd7c228b..f6affd6c417505ff617f0f27f957e5f14bdd237a 100644 (file)
@@ -68,6 +68,8 @@ static const struct debug_named_value debug_options[] = {
                {"binning",   FD_DBG_BINNING,  "Enable hw binning"},
                {"dbinning",  FD_DBG_DBINNING, "Disable hw binning"},
                {"optimize",  FD_DBG_OPTIMIZE, "Enable optimization passes in compiler"},
+               {"optmsgs",   FD_DBG_OPTMSGS,  "Enable optimizater debug messages"},
+               {"optdump",   FD_DBG_OPTDUMP,  "Dump shader DAG to .dot files"},
                DEBUG_NAMED_VALUE_END
 };