From fb26608318947b76908eec3d781f90c4f7548368 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 3 Jan 2010 18:44:56 +0000 Subject: Make vo gl print the OpenGL vendor and version strings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30193 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 071fccebb2..ab24a65494 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -449,6 +449,7 @@ static void autodetectGlExtensions(void) { const char *version = GetString(GL_VERSION); int is_ati = strstr(vendor, "ATI") != NULL; int ati_broken_pbo = 0; + mp_msg(MSGT_VO, MSGL_V, "[gl] Running on OpenGL by '%s', versions '%s'\n", vendor, version); if (is_ati && strncmp(version, "2.1.", 4) == 0) { int ver = atoi(version + 4); mp_msg(MSGT_VO, MSGL_V, "[gl] Detected ATI driver version: %i\n", ver); -- cgit v1.2.3