diff options
author | Corbin Simpson <[email protected]> | 2010-08-19 23:34:39 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-08-19 23:34:39 -0700 |
commit | 11fde173c21039fdab18439641ffeb74bddaca9b (patch) | |
tree | 8f16e1a849352f6f0c5f36d23f25fdcbcad697b5 /src/gallium/drivers/galahad/glhd_screen.c | |
parent | d377abd93fed4f5d27047bf3c8b9a032a21c5224 (diff) |
galahad: Make it obvious on stderr that Galahad's active.
Diffstat (limited to 'src/gallium/drivers/galahad/glhd_screen.c')
-rw-r--r-- | src/gallium/drivers/galahad/glhd_screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/galahad/glhd_screen.c b/src/gallium/drivers/galahad/glhd_screen.c index 4117485702e..e1a1b59f203 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; } |