From 9f81ce945680515e6db7da6c87458bee7c0f053d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 9 Jun 2005 21:48:45 +0000 Subject: [PATCH] Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bug were fixed by Brian Paul in Mesa version 6.1. The current Mesa version in the X.org tree is 6.2.1. Xorg bug: 762 --- GL/glx/glxscreens.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/GL/glx/glxscreens.c b/GL/glx/glxscreens.c index 3ffefa36a..5a58f265d 100644 --- a/GL/glx/glxscreens.c +++ b/GL/glx/glxscreens.c @@ -99,13 +99,7 @@ static const char GLServerExtensions[] = "GL_APPLE_packed_pixels " "GL_ATI_texture_mirror_once " "GL_ATI_texture_env_combine3 " -#if 0 - /* This is currently removed because there seem to be some problems with - * it and the software-only indirect rendering path. At this point, I'm - * not sure which side (client or server) has the problem. - idr - */ "GL_HP_occlusion_test " -#endif "GL_IBM_texture_mirrored_repeat " "GL_MESA_pack_invert " "GL_MESA_ycbcr_texture "