diff options
author | Michal Krol <[email protected]> | 2010-03-10 12:05:25 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-03-10 14:16:40 +0100 |
commit | 9b348d0ed125a22be3f318ac60cef6f201edfdab (patch) | |
tree | f8c44ee40eac9a8f4be56dd134a637e8f14e244c /src | |
parent | 504ad3606dfd5891ee04d85d3af2c233fd362c51 (diff) |
svga: Disable debug message.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/svga/svga_pipe_sampler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_pipe_sampler.c b/src/gallium/drivers/svga/svga_pipe_sampler.c index acba2b8f9da..1a8ef296cac 100644 --- a/src/gallium/drivers/svga/svga_pipe_sampler.c +++ b/src/gallium/drivers/svga/svga_pipe_sampler.c @@ -155,7 +155,7 @@ static void svga_bind_sampler_states(struct pipe_context *pipe, /* Check for no-op */ if (num == svga->curr.num_samplers && !memcmp(svga->curr.sampler, sampler, num * sizeof(void *))) { - debug_printf("sampler noop\n"); + if (0) debug_printf("sampler noop\n"); return; } |