summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i915/i830_context.c')
-rw-r--r--src/mesa/drivers/dri/i915/i830_context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/i830_context.c b/src/mesa/drivers/dri/i915/i830_context.c
index d34fbb0d26..093a2f96f2 100644
--- a/src/mesa/drivers/dri/i915/i830_context.c
+++ b/src/mesa/drivers/dri/i915/i830_context.c
@@ -45,6 +45,7 @@
*/
static const GLubyte *i830GetString( GLcontext *ctx, GLenum name )
{
+#if 0
if (name == GL_EXTENSIONS)
return
"GL_ARB_multitexture "
@@ -82,7 +83,7 @@ static const GLubyte *i830GetString( GLcontext *ctx, GLenum name )
"GL_MESA_window_pos "
"GL_NV_texgen_reflection "
"GL_SGIS_generate_mipmap ";
-
+#endif
return intelGetString( ctx, name );
}