diff options
author | Rob Clark <[email protected]> | 2014-01-29 17:03:07 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2014-02-03 18:26:53 -0500 |
commit | f0e2d7ab4615651b40e37205bed12c9ca92e84f3 (patch) | |
tree | 0aec22fb5ead962adde65952801fd07ad48567ad /src/gallium/drivers/freedreno/freedreno_screen.c | |
parent | a418573c4d7fc7f896e7077378d2b4daf98d5217 (diff) |
freedreno/a3xx/compiler: split out old compiler
For the time being, keep old compiler as fallback for things that the
new compiler does not support yet. Split out as it's own commit to make
the later new-compiler commits easier to follow.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.c')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.c b/src/gallium/drivers/freedreno/freedreno_screen.c index d6d3c6c3fd9..e32f97039b7 100644 --- a/src/gallium/drivers/freedreno/freedreno_screen.c +++ b/src/gallium/drivers/freedreno/freedreno_screen.c @@ -67,6 +67,7 @@ static const struct debug_named_value debug_options[] = { {"fraghalf", FD_DBG_FRAGHALF, "Use half-precision in fragment shader"}, {"binning", FD_DBG_BINNING, "Enable hw binning"}, {"dbinning", FD_DBG_DBINNING, "Disable hw binning"}, + {"optimize", FD_DBG_OPTIMIZE, "Enable optimization passes in compiler"}, DEBUG_NAMED_VALUE_END }; |