projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea99086
)
nouveau: winsys printf disappeared :)
author
Ben Skeggs
<skeggsb@gmail.com>
Tue, 1 Apr 2008 14:40:18 +0000
(
00:40
+1000)
committer
Ben Skeggs
<skeggsb@gmail.com>
Tue, 1 Apr 2008 14:40:18 +0000
(
00:40
+1000)
src/gallium/winsys/dri/nouveau/nouveau_winsys_pipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/dri/nouveau/nouveau_winsys_pipe.c
b/src/gallium/winsys/dri/nouveau/nouveau_winsys_pipe.c
index 453b3623f4ab65662bf2084b2627d94cb3e10dd8..b1bf9c521aa414bff8e9aef58ca2361929234f6b 100644
(file)
--- a/
src/gallium/winsys/dri/nouveau/nouveau_winsys_pipe.c
+++ b/
src/gallium/winsys/dri/nouveau/nouveau_winsys_pipe.c
@@
-20,15
+20,6
@@
nouveau_flush_frontbuffer(struct pipe_winsys *pws, struct pipe_surface *surf,
nouveau_copy_buffer(dPriv, surf, NULL);
}
-static void
-nouveau_printf(struct pipe_winsys *pws, const char *fmt, ...)
-{
- va_list args;
- va_start(args, fmt);
- vfprintf(stderr, fmt, args);
- va_end(args);
-}
-
static const char *
nouveau_get_name(struct pipe_winsys *pws)
{
@@
-215,7
+206,6
@@
nouveau_create_pipe_winsys(struct nouveau_context *nv)
pws = &nvpws->pws;
pws->flush_frontbuffer = nouveau_flush_frontbuffer;
- pws->printf = nouveau_printf;
pws->surface_alloc = nouveau_surface_alloc;
pws->surface_alloc_storage = nouveau_surface_alloc_storage;