summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-04-10 13:48:21 -0600
committerBrian Paul <[email protected]>2017-04-26 11:37:59 -0600
commit943f4f47e0d69aeed531bf24475f429c1b2ec215 (patch)
tree8cdbcaa1cf2eb00ecb33dbc4aa408026e80100c8 /src/gallium/drivers/svga/svga_screen.c
parent577e114e4654c645fcb1673afe5bb849deccb2b3 (diff)
svga: add DEBUG_SAMPLERS
The debug output in svga_create_sampler_state() was controlled by DEBUG_VIEWS but that's not consistent with the other debug output for sampler views. Create/use a new debug flag just for this. Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_screen.c')
-rw-r--r--src/gallium/drivers/svga/svga_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c
index c3ba6221874..08e09ec3361 100644
--- a/src/gallium/drivers/svga/svga_screen.c
+++ b/src/gallium/drivers/svga/svga_screen.c
@@ -65,6 +65,7 @@ static const struct debug_named_value svga_debug_flags[] = {
{ "cache", DEBUG_CACHE, NULL },
{ "streamout", DEBUG_STREAMOUT, NULL },
{ "query", DEBUG_QUERY, NULL },
+ { "samplers", DEBUG_SAMPLERS, NULL },
DEBUG_NAMED_VALUE_END
};
#endif