summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-11-30 23:29:51 +0000
committerIan Romanick <idr@us.ibm.com>2004-11-30 23:29:51 +0000
commitf1f18cd1b899fd614e788942e6474050944490b3 (patch)
treea36a532e31025cf9487a4e4c30aa5187e0a234ab
parent6106502fdfaef6a9fe08c17b7a0d29f396dc9d9d (diff)
Since we know the problem with HP_occlusion_test is / was on the server-side,
re-enable the extension on the client-side.
-rw-r--r--src/glx/x11/glxextensions.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/glx/x11/glxextensions.c b/src/glx/x11/glxextensions.c
index 8e7afa6b4b..cf899e40c6 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 },