glapi: comment-out TIMEOUT_IGNORED
[mesa.git] / src / mesa / vbo / vbo_rebase.c
index 799a25fc1cb34a8a1ff5ed18a09f2829aaa9146e..55a82ee369e46478d509f6a3c7c16c2e8ebe04c0 100644 (file)
@@ -127,7 +127,10 @@ void vbo_rebase_prims( GLcontext *ctx,
       _mesa_printf("%s %d..%d\n", __FUNCTION__, min_index, max_index);
 
 
-   if (ib && ctx->Extensions.ARB_draw_elements_base_vertex) {
+   /* XXX this path is disabled for now.
+    * There's rendering corruption in some apps when it's enabled.
+    */
+   if (0 && ib && ctx->Extensions.ARB_draw_elements_base_vertex) {
       /* If we can just tell the hardware or the TNL to interpret our
        * indices with a different base, do so.
        */