disable prototyped GLX_ARB_render_texture extension
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2003 23:41:10 +0000 (23:41 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2003 23:41:10 +0000 (23:41 +0000)
src/mesa/drivers/x11/fakeglx.c

index 86a328a066c20d77f10afd0722eef533af0eae1c..96b1ee60f91633b8db60e71e61e7354b99af1492 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: fakeglx.c,v 1.80 2003/03/01 01:50:24 brianp Exp $ */
+/* $Id: fakeglx.c,v 1.81 2003/03/24 23:41:10 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  5.1
  *
- * Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
    "GLX_EXT_visual_rating " \
    "GLX_SGI_video_sync " \
    "GLX_SGIX_fbconfig " \
-   "GLX_SGIX_pbuffer" \
+   "GLX_SGIX_pbuffer "
+/*
    "GLX_ARB_render_texture"
-
+*/
 
 /* Silence compiler warnings */
 extern void Fake_glXDummyFunc( void );