mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
show OpenGL extension string with -v, very helpful for debugging
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18496 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
02f41cc9f6
commit
0ae8d69733
@ -297,6 +297,7 @@ static void getFunctions(void *(*getProcAddress)(const GLubyte *),
|
|||||||
strcpy(allexts, extensions);
|
strcpy(allexts, extensions);
|
||||||
strcat(allexts, " ");
|
strcat(allexts, " ");
|
||||||
strcat(allexts, ext2);
|
strcat(allexts, ext2);
|
||||||
|
mp_msg(MSGT_VO, MSGL_V, "OpenGL extensions string:\n%s\n", allexts);
|
||||||
if (!getProcAddress)
|
if (!getProcAddress)
|
||||||
getProcAddress = setNull;
|
getProcAddress = setNull;
|
||||||
for (dsc = extfuncs; dsc->funcptr; dsc++) {
|
for (dsc = extfuncs; dsc->funcptr; dsc++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user