diff options
author | José Fonseca <[email protected]> | 2012-07-06 18:37:48 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2012-07-06 18:37:48 +0100 |
commit | 1abb070633916e4d261e3174e681bba10075f225 (patch) | |
tree | bc35c466010c064e74d0222e24199ca2fe5754df /src/gallium/drivers/galahad/glhd_context.c | |
parent | d78dee167117cbdeab5807e151cac0e347812497 (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.c | 2 |
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; } |