diff options
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index 55e2e87d0d..8d40d8476a 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 |