cell: convert all points/lines to tris for the time being

Allows more programs to look correct.  We'll want native points/lines someday.
This commit is contained in:
Brian 2008-02-28 18:02:05 -07:00
parent 6144c2bd65
commit ebe3b34ad2
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ cell_create_context(struct pipe_screen *screen,
cell_init_vbuf(cell);
draw_set_rasterize_stage(cell->draw, cell->vbuf);
/* convert all points/lines to tris for the time being */
draw_wide_point_threshold(cell->draw, 0.0);
draw_wide_line_threshold(cell->draw, 0.0);
/*
* SPU stuff
*/