From 2afed7c92a10bf094172a84fd1a371b430c1b070 Mon Sep 17 00:00:00 2001 From: Gernot Ziegler Date: Fri, 31 Oct 2003 16:40:20 +0000 Subject: glsink with correct threading support Original commit message from CVS: glsink with correct threading support --- sys/glsink/ARB_multitexture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/glsink/ARB_multitexture.h') 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; i1) && extensions[i-1]==' ')) { -- cgit v1.2.1