svga: add DEBUG_SAMPLERS
authorBrian Paul <brianp@vmware.com>
Mon, 10 Apr 2017 19:48:21 +0000 (13:48 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 26 Apr 2017 17:37:59 +0000 (11:37 -0600)
commit943f4f47e0d69aeed531bf24475f429c1b2ec215
tree8cdbcaa1cf2eb00ecb33dbc4aa408026e80100c8
parent577e114e4654c645fcb1673afe5bb849deccb2b3
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 <charmainel@vmware.com>
src/gallium/drivers/svga/svga_debug.h
src/gallium/drivers/svga/svga_pipe_sampler.c
src/gallium/drivers/svga/svga_screen.c