disabled glXGetProcAddress code
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Oct 1999 09:50:10 +0000 (09:50 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 27 Oct 1999 09:50:10 +0000 (09:50 +0000)
src/mesa/drivers/x11/fakeglx.c
src/mesa/drivers/x11/glxapi.c

index 466fa05..bbd2368 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: fakeglx.c,v 1.11 1999/10/16 11:32:15 brianp Exp $ */
+/* $Id: fakeglx.c,v 1.12 1999/10/27 09:50:10 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -1518,6 +1518,7 @@ GLboolean Fake_glXSet3DfxModeMESA( GLint mode )
 
 
 
+#if 0
 /*GLfunction Fake_glXGetProcAddress( const GLubyte *procName )*/
 void (*Fake_glXGetProcAddress( const GLubyte *procName ))()
 {
@@ -1550,3 +1551,4 @@ void (*Fake_glXGetProcAddress( const GLubyte *procName ))()
 
    return NULL;
 }
+#endif
index dba92aa..f845b5a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glxapi.c,v 1.3 1999/09/16 15:54:21 brianp Exp $ */
+/* $Id: glxapi.c,v 1.4 1999/10/27 09:50:10 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -419,7 +419,7 @@ GLboolean glXSet3DfxModeMESA( GLint mode )
 
 
 
-#ifdef GLX_EXT_get_proc_address
+#if 0  /* spec for this not finalized yet */
 void (*glXGetProcAddressEXT( const GLubyte *procName ))()
 {
 #ifdef REALGLX