llvmpipe: Remove partial tile override.

This commit is contained in:
José Fonseca 2009-10-09 16:50:32 +01:00
parent 8c34c86d19
commit 6464ec4836
1 changed files with 0 additions and 5 deletions

View File

@ -423,15 +423,10 @@ do_triangle_ccw(struct setup_context *setup,
}
else
{
#if 1
bin_command( &setup->tile[x][y], lp_rast_shade_tile,
lp_rast_arg_inputs(&tri->inputs) );
#else
/* shade partial tile */
bin_command( &setup->tile[x][y],
lp_rast_triangle,
lp_rast_arg_triangle(tri) );
#endif
}
/* Iterate cx values across the region: