changeset 18495:56e78892c895

show OpenGL extension string with -v, very helpful for debugging
author reimar
date Sat, 13 May 2006 23:06:18 +0000
parents 7a1ad9f0d718
children 94a69e600846
files libvo/gl_common.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.c	Sat May 13 23:03:19 2006 +0000
+++ b/libvo/gl_common.c	Sat May 13 23:06:18 2006 +0000
@@ -297,6 +297,7 @@
   strcpy(allexts, extensions);
   strcat(allexts, " ");
   strcat(allexts, ext2);
+  mp_msg(MSGT_VO, MSGL_V, "OpenGL extensions string:\n%s\n", allexts);
   if (!getProcAddress)
     getProcAddress = setNull;
   for (dsc = extfuncs; dsc->funcptr; dsc++) {