diff options
author | Khaled Emara <[email protected]> | 2019-08-03 14:29:43 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-08-12 22:30:54 +0000 |
commit | e11a239e8ca642414a61ac6fddf442a269a51d92 (patch) | |
tree | 93bca53a603f30cf0f539610a189fa754f8a0fe1 /src/gallium/drivers/freedreno/freedreno_screen.c | |
parent | 866bb775de7942ee120fb1f33c7a92ce47f8904b (diff) |
freedreno: enable tiled textures for debug builds
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.c')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.c b/src/gallium/drivers/freedreno/freedreno_screen.c index b1c53707501..a3bbd4c390b 100644 --- a/src/gallium/drivers/freedreno/freedreno_screen.c +++ b/src/gallium/drivers/freedreno/freedreno_screen.c @@ -85,7 +85,7 @@ static const struct debug_named_value debug_options[] = { {"noindirect",FD_DBG_NOINDR, "Disable hw indirect draws (emulate on CPU)"}, {"noblit", FD_DBG_NOBLIT, "Disable blitter (fallback to generic blit path)"}, {"hiprio", FD_DBG_HIPRIO, "Force high-priority context"}, - {"ttile", FD_DBG_TTILE, "Enable texture tiling (a2xx/a5xx)"}, + {"ttile", FD_DBG_TTILE, "Enable texture tiling (a2xx/a3xx/a5xx)"}, {"perfcntrs", FD_DBG_PERFC, "Expose performance counters"}, {"noubwc", FD_DBG_NOUBWC, "Disable UBWC for all internal buffers"}, DEBUG_NAMED_VALUE_END |