cell: don't need to trim prims

This commit is contained in:
Keith Whitwell 2008-04-19 00:44:09 +01:00
parent c717f1fbe2
commit 43452886e2

View file

@ -101,17 +101,6 @@ cell_draw_elements(struct pipe_context *pipe,
struct draw_context *draw = sp->draw;
unsigned i;
/* first, check that the primitive is not malformed. It is the
* state tracker's responsibility to do send only correctly formed
* primitives down. It currently isn't doing that though...
*/
#if 1
count = draw_trim_prim( mode, count );
#else
if (!draw_validate_prim( mode, count ))
assert(0);
#endif
if (sp->dirty)
cell_update_derived( sp );