r600 : Enable draw_prim.

This commit is contained in:
Richard Li 2009-09-27 14:47:12 -04:00
parent a77226071f
commit eea30906de

View file

@ -1147,9 +1147,7 @@ void r700InitDraw(GLcontext *ctx)
struct vbo_context *vbo = vbo_context(ctx);
/* to be enabled */
/*
vbo->draw_prims = r700DrawPrims;
*/
}