diff options
author | Daniel Borca <[email protected]> | 2004-03-09 11:23:39 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-03-09 11:23:39 +0000 |
commit | 7bcada8c278a17e6170e35f1aaf74dd88294ddc5 (patch) | |
tree | 488631aa36890e3b55b6a656efab9034dbbd5db4 /src/mesa/drivers/glide/fxdd.c | |
parent | 15941b1d90f133453fbe34efe0add9e9ad641953 (diff) |
fxMesa: remove buffer_obj_ext, cos it breaks UT2004
Diffstat (limited to 'src/mesa/drivers/glide/fxdd.c')
-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 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 |