Re: [Mesa-dev] [PATCH] draw: initialize prim header flags when clipping lines

2016-01-07 Thread Jose Fonseca
On 07/01/16 18:39, srol...@vmware.com wrote: From: Roland Scheidegger Otherwise, clipped lines would have undefined stippling reset bit if line stippling is enabled. (Untested, and I just assume copying over the bits from the original line is actually the right thing to do.) --- src/gallium/a

[Mesa-dev] [PATCH] draw: initialize prim header flags when clipping lines

2016-01-07 Thread sroland
From: Roland Scheidegger Otherwise, clipped lines would have undefined stippling reset bit if line stippling is enabled. (Untested, and I just assume copying over the bits from the original line is actually the right thing to do.) --- src/gallium/auxiliary/draw/draw_pipe_clip.c | 2 ++ 1 file ch