From f1f18cd1b899fd614e788942e6474050944490b3 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 30 Nov 2004 23:29:51 +0000 Subject: [PATCH] Since we know the problem with HP_occlusion_test is / was on the server-side, re-enable the extension on the client-side. --- src/glx/x11/glxextensions.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c index 8e7afa6b4b5..cf899e40c6b 100644 --- a/src/glx/x11/glxextensions.c +++ b/src/glx/x11/glxextensions.c @@ -186,13 +186,7 @@ static const struct extension_info known_gl_extensions[] = { { GL(ATI_texture_mirror_once), VER(0,0), Y, N, N, N }, { GL(ATIX_texture_env_combine3), VER(0,0), Y, N, N, N }, { GL(HP_convolution_border_modes), VER(0,0), Y, N, N, N }, - - /* 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), VER(0,0), N, N, N, N }, - + { GL(HP_occlusion_test), VER(0,0), Y, N, N, N }, { GL(IBM_cull_vertex), VER(0,0), Y, N, N, N }, { GL(IBM_pixel_filter_hint), VER(0,0), Y, N, N, N }, { GL(IBM_rasterpos_clip), VER(0,0), Y, N, N, N },