nvc0: identify VERTEX_QUARANTINE
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_push2.c
index 1f4ba256c17f9e1ca4b2ace28621b19f1a9e94e1..6f51600558a0d1d7391d3c5523f7985baf73e8c7 100644 (file)
@@ -1,4 +1,6 @@
 
+#if 0 /* not used, kept for now to compare with util/translate */
+
 #include "pipe/p_context.h"
 #include "pipe/p_state.h"
 #include "util/u_inlines.h"
@@ -327,3 +329,5 @@ nvc0_push_vbo2(struct nvc0_context *nvc0, const struct pipe_draw_info *info)
       prim |= NVC0_3D_VERTEX_BEGIN_GL_INSTANCE_NEXT;
    }
 }
+
+#endif