cell: don't need to trim prims
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user