From 6d6efd605f662c1f07e183e58416db804f0a058f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 24 Mar 2003 23:41:10 +0000 Subject: disable prototyped GLX_ARB_render_texture extension --- src/mesa/drivers/x11/fakeglx.c | 9 +++++---- 1 file 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 ); -- cgit v1.2.3