mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
draw: default edgeflag should be one
This commit is contained in:
parent
bceebffc17
commit
da8312a1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ void draw_pt_fetch_prepare( struct pt_fetch *fetch,
|
|||
fetch->translate = translate_cache_find(fetch->cache, &key);
|
||||
|
||||
{
|
||||
static struct vertex_header vh = { 0, 0, 0, 0xffff };
|
||||
static struct vertex_header vh = { 0, 1, 0, 0xffff };
|
||||
fetch->translate->set_buffer(fetch->translate,
|
||||
draw->pt.nr_vertex_buffers,
|
||||
&vh,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue