Since we know the problem with HP_occlusion_test is / was on the server-side,
authorIan Romanick <idr@us.ibm.com>
Tue, 30 Nov 2004 23:29:51 +0000 (23:29 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 30 Nov 2004 23:29:51 +0000 (23:29 +0000)
re-enable the extension on the client-side.

src/glx/x11/glxextensions.c

index 8e7afa6..cf899e4 100644 (file)
@@ -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 },