diff options
author | Brian Paul <[email protected]> | 2003-03-24 23:41:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-03-24 23:41:10 +0000 |
commit | 6d6efd605f662c1f07e183e58416db804f0a058f (patch) | |
tree | fdb50ed2b8d878f8def9a1368c79192bfee55f55 /src/mesa/drivers/x11/fakeglx.c | |
parent | ee2b34215fc91b1c8b36b0b998df4ec9d9526fb8 (diff) |
disable prototyped GLX_ARB_render_texture extension
Diffstat (limited to 'src/mesa/drivers/x11/fakeglx.c')
-rw-r--r-- | src/mesa/drivers/x11/fakeglx.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fakeglx.c index 86a328a066c..96b1ee60f91 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 ); |