From 11fde173c21039fdab18439641ffeb74bddaca9b Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Thu, 19 Aug 2010 23:34:39 -0700 Subject: galahad: Make it obvious on stderr that Galahad's active. --- src/gallium/drivers/galahad/glhd_context.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/galahad/glhd_context.c') diff --git a/src/gallium/drivers/galahad/glhd_context.c b/src/gallium/drivers/galahad/glhd_context.c index fe14a287ef..ddf38860ab 100644 --- a/src/gallium/drivers/galahad/glhd_context.c +++ b/src/gallium/drivers/galahad/glhd_context.c @@ -972,5 +972,7 @@ galahad_context_create(struct pipe_screen *_screen, struct pipe_context *pipe) glhd_pipe->pipe = pipe; + glhd_warn("Created context %p", glhd_pipe); + return &glhd_pipe->base; } -- cgit v1.2.3