svga: Disable debug message.
authorMichal Krol <michal@vmware.com>
Wed, 10 Mar 2010 11:05:25 +0000 (12:05 +0100)
committerMichal Krol <michal@vmware.com>
Wed, 10 Mar 2010 13:16:40 +0000 (14:16 +0100)
src/gallium/drivers/svga/svga_pipe_sampler.c

index acba2b8f9da64d79cd13d4a126dabe90ab7b14ae..1a8ef296cac09eb4064c994f184e26fdcd76d620 100644 (file)
@@ -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;
    }