summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad/glhd_context.c
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2012-07-06 18:37:48 +0100
committerJosé Fonseca <[email protected]>2012-07-06 18:37:48 +0100
commit1abb070633916e4d261e3174e681bba10075f225 (patch)
treebc35c466010c064e74d0222e24199ca2fe5754df /src/gallium/drivers/galahad/glhd_context.c
parentd78dee167117cbdeab5807e151cac0e347812497 (diff)
galahad: Silence creation messages.
Let galahad warnings be true warnings.
Diffstat (limited to 'src/gallium/drivers/galahad/glhd_context.c')
-rw-r--r--src/gallium/drivers/galahad/glhd_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/galahad/glhd_context.c b/src/gallium/drivers/galahad/glhd_context.c
index 823f281a7ca..66dd9aa6291 100644
--- a/src/gallium/drivers/galahad/glhd_context.c
+++ b/src/gallium/drivers/galahad/glhd_context.c
@@ -1023,7 +1023,5 @@ galahad_context_create(struct pipe_screen *_screen, struct pipe_context *pipe)
glhd_pipe->pipe = pipe;
- glhd_warn("Created context %p", (void *) glhd_pipe);
-
return &glhd_pipe->base;
}