mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
r600: enable tcs/tes dumping for R600_DUMP_SHADERS.
Trivial patch just to enable dumping more. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
b8df7d03c8
commit
958d617d98
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws)
|
|||
if (debug_get_bool_option("R600_DEBUG_COMPUTE", FALSE))
|
||||
rscreen->b.debug_flags |= DBG_COMPUTE;
|
||||
if (debug_get_bool_option("R600_DUMP_SHADERS", FALSE))
|
||||
rscreen->b.debug_flags |= DBG_FS | DBG_VS | DBG_GS | DBG_PS | DBG_CS;
|
||||
rscreen->b.debug_flags |= DBG_FS | DBG_VS | DBG_GS | DBG_PS | DBG_CS | DBG_TCS | DBG_TES;
|
||||
if (!debug_get_bool_option("R600_HYPERZ", TRUE))
|
||||
rscreen->b.debug_flags |= DBG_NO_HYPERZ;
|
||||
if (debug_get_bool_option("R600_LLVM", FALSE))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue