From: Keith Whitwell Date: Thu, 24 Apr 2008 20:13:56 +0000 (+0100) Subject: draw: default edgeflag should be one X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da8312a1cf73d0777d51c63148ee090a9acace8b;p=mesa.git draw: default edgeflag should be one --- diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch.c b/src/gallium/auxiliary/draw/draw_pt_fetch.c index 9f74806e11c..1f765b73adf 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch.c @@ -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,