diff options
Diffstat (limited to 'drmtools-egl.c')
-rw-r--r-- | drmtools-egl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drmtools-egl.c b/drmtools-egl.c index 8c91c0f..01cbab9 100644 --- a/drmtools-egl.c +++ b/drmtools-egl.c @@ -176,6 +176,9 @@ gfxstate *drm_init_egl(const char *device, const char *output) if (drm_setup_egl() < 0) return NULL; + fprintf(stderr, "%s: %s\n", + glGetString(GL_VENDOR), glGetString(GL_RENDERER)); + /* prepare gfx */ gfx = malloc(sizeof(*gfx)); memset(gfx, 0, sizeof(*gfx)); |