From: Daniel Borca Date: Tue, 9 Mar 2004 11:23:39 +0000 (+0000) Subject: fxMesa: remove buffer_obj_ext, cos it breaks UT2004 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bcada8c278a17e6170e35f1aaf74dd88294ddc5;p=mesa.git fxMesa: remove buffer_obj_ext, cos it breaks UT2004 --- diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index 55e2e87d0d0..8d40d8476a0 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -1519,7 +1519,8 @@ fxDDInitExtensions(GLcontext * ctx) /* not until texel fetchers are right */ _mesa_enable_extension(ctx, "GL_SGIS_generate_mipmaps"); #endif -#if 1 +#if 0 + /* breaks UT2004 */ _mesa_enable_extension(ctx, "GL_ARB_vertex_buffer_object"); #endif #if 0