diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-06-09 21:48:45 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-06-09 21:48:45 +0000 |
commit | 9f81ce945680515e6db7da6c87458bee7c0f053d (patch) | |
tree | 0d71b280e44965c261ff2228bee82102c9238b4c /GL | |
parent | 92b3775ae8bdd4a84d7e101b36b306fbd3ac17a2 (diff) |
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
Diffstat (limited to 'GL')
-rw-r--r-- | GL/glx/glxscreens.c | 6 |
1 files changed, 0 insertions, 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 " |