projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b0e4ad
)
svga: Remove spurious argument to SVGA_DBG.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 26 Nov 2009 12:02:14 +0000
(12:02 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 26 Nov 2009 12:02:59 +0000
(12:02 +0000)
src/gallium/drivers/svga/svga_screen_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_screen_texture.c
b/src/gallium/drivers/svga/svga_screen_texture.c
index d61d88114c4857d26d2c43b0feaa5b89d0ec985a..e7301aba8412825b8fdf4611e45ad94e1b7d1ef4 100644
(file)
--- a/
src/gallium/drivers/svga/svga_screen_texture.c
+++ b/
src/gallium/drivers/svga/svga_screen_texture.c
@@
-556,7
+556,7
@@
svga_texture_view_surface(struct pipe_context *pipe,
return NULL;
}
- SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n"
, handle
);
+ SVGA_DBG(DEBUG_DMA, "surface_create for texture view\n");
handle = svga_screen_surface_create(ss, key);
if (!handle) {
key->cachable = 0;