DRI/swrast: Remove color-index support from DRI swrast driver
[mesa.git] / src / mesa / vbo / vbo_exec.h
index 0a05b8df8947f7d7455965740f61c45057511989..98c1f363d98a64ee3fda83d79c97b06d487177ae 100644 (file)
@@ -138,6 +138,10 @@ struct vbo_exec_context
        */
       const struct gl_client_array *inputs[VERT_ATTRIB_MAX];
    } array;
+
+#ifdef DEBUG
+   GLint flush_call_depth;
+#endif
 };