mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
r300g/swtcl: disable converting points/lines to triangles
This commit is contained in:
parent
0ab72a5a0a
commit
6a0ec833e4
1 changed files with 3 additions and 0 deletions
|
|
@ -214,6 +214,9 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen,
|
|||
draw_set_rasterize_stage(r300->draw, r300_draw_stage(r300));
|
||||
/* Enable Draw's clipping. */
|
||||
draw_set_driver_clipping(r300->draw, FALSE);
|
||||
/* Disable converting points/lines to triangles. */
|
||||
draw_wide_line_threshold(r300->draw, 10000000.f);
|
||||
draw_wide_point_threshold(r300->draw, 10000000.f);
|
||||
}
|
||||
|
||||
r300_setup_atoms(r300);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue