Mesa (master): galahad: Make it obvious on stderr that Galahad's active.

Corbin Simpson csimpson at kemper.freedesktop.org
Fri Aug 20 07:40:28 UTC 2010


Module: Mesa
Branch: master
Commit: 11fde173c21039fdab18439641ffeb74bddaca9b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11fde173c21039fdab18439641ffeb74bddaca9b

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Thu Aug 19 23:34:39 2010 -0700

galahad: Make it obvious on stderr that Galahad's active.

---

 src/gallium/drivers/galahad/glhd_context.c |    2 ++
 src/gallium/drivers/galahad/glhd_screen.c  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/galahad/glhd_context.c b/src/gallium/drivers/galahad/glhd_context.c
index fe14a28..ddf3886 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;
 }
diff --git a/src/gallium/drivers/galahad/glhd_screen.c b/src/gallium/drivers/galahad/glhd_screen.c
index 4117485..e1a1b59 100644
--- a/src/gallium/drivers/galahad/glhd_screen.c
+++ b/src/gallium/drivers/galahad/glhd_screen.c
@@ -330,5 +330,7 @@ galahad_screen_create(struct pipe_screen *screen)
 
    glhd_screen->screen = screen;
 
+   glhd_warn("Created screen %p", glhd_screen);
+
    return &glhd_screen->base;
 }




More information about the mesa-commit mailing list