summaryrefslogtreecommitdiffstats
path: root/sys/glsink/ARB_multitexture.h
diff options
context:
space:
mode:
authorGernot Ziegler <gz@lysator.liu.se>2003-10-31 16:40:20 +0000
committerGernot Ziegler <gz@lysator.liu.se>2003-10-31 16:40:20 +0000
commit2afed7c92a10bf094172a84fd1a371b430c1b070 (patch)
tree43a0b454412de346f7fbe6c83f88e3b38a9f4786 /sys/glsink/ARB_multitexture.h
parent2636f4ed33d00db4bdb8ee20d7411b680d44d68e (diff)
downloadgst-plugins-bad-2afed7c92a10bf094172a84fd1a371b430c1b070.tar.gz
gst-plugins-bad-2afed7c92a10bf094172a84fd1a371b430c1b070.tar.bz2
gst-plugins-bad-2afed7c92a10bf094172a84fd1a371b430c1b070.zip
glsink with correct threading support
Original commit message from CVS: glsink with correct threading support
Diffstat (limited to 'sys/glsink/ARB_multitexture.h')
-rw-r--r--sys/glsink/ARB_multitexture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/glsink/ARB_multitexture.h b/sys/glsink/ARB_multitexture.h
index af6de323..36dcf011 100644
--- a/sys/glsink/ARB_multitexture.h
+++ b/sys/glsink/ARB_multitexture.h
@@ -201,7 +201,9 @@ int CheckForARBMultitextureSupport(void) {
int i, pos=0;
int maxpos=strlen(search)-1;
char extensions[10000];
+ printf("Getting GLstring, context is %p\n", glXGetCurrentContext());
strcpy(extensions,(const char *)glGetString(GL_EXTENSIONS));
+ printf("Examinig GLstring\n");
int len=strlen(extensions);
for ( i=0; i<len; i++) {
if ((i==0) || ((i>1) && extensions[i-1]==' ')) {