summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-24 23:41:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-24 23:41:10 +0000
commit6d6efd605f662c1f07e183e58416db804f0a058f (patch)
treefdb50ed2b8d878f8def9a1368c79192bfee55f55
parentee2b34215fc91b1c8b36b0b998df4ec9d9526fb8 (diff)
disable prototyped GLX_ARB_render_texture extension
-rw-r--r--src/mesa/drivers/x11/fakeglx.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c
index 86a328a066..96b1ee60f9 100644
--- a/src/mesa/drivers/x11/fakeglx.c
+++ b/src/mesa/drivers/x11/fakeglx.c
@@ -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"),
@@ -80,9 +80,10 @@
"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 );