summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-04-06 01:33:21 +0200
committerMarek Olšák <[email protected]>2013-04-16 13:56:47 +0200
commit413ca78af3b29036c051c827a0bfc4d20454e6bf (patch)
treea8fd3bf9276126256a1dd3dd31fa12c46e3280c6 /src/gallium/drivers/r600/r600_pipe.c
parent05fa3595e06c8b504f0eb86db8ed6ba88bffc98e (diff)
r600g: add a debug flag for printing virtual addresses of resources
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 609f4a09c1a..0c115787c09 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -44,6 +44,7 @@ static const struct debug_named_value debug_options[] = {
/* logging */
{ "texdepth", DBG_TEX_DEPTH, "Print texture depth info" },
{ "compute", DBG_COMPUTE, "Print compute info" },
+ { "vm", DBG_VM, "Print virtual addresses when creating resources" },
/* shaders */
{ "fs", DBG_FS, "Print fetch shaders" },