projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504ad36
)
svga: Disable debug message.
author
Michal Krol
<michal@vmware.com>
Wed, 10 Mar 2010 11:05:25 +0000
(12:05 +0100)
committer
Michal Krol
<michal@vmware.com>
Wed, 10 Mar 2010 13:16:40 +0000
(14:16 +0100)
src/gallium/drivers/svga/svga_pipe_sampler.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_sampler.c
b/src/gallium/drivers/svga/svga_pipe_sampler.c
index acba2b8f9da64d79cd13d4a126dabe90ab7b14ae..1a8ef296cac09eb4064c994f184e26fdcd76d620 100644
(file)
--- 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;
}