Re: [Mesa-dev] [PATCH] draw: fix line stippling with unfilled prims

2016-01-07 Thread Jose Fonseca
On 06/01/16 22:26, srol...@vmware.com wrote: From: Roland Scheidegger The unfilled stage was not filling in the prim header, and the line stage then decided to reset the stipple counter or not based on the uninitialized data. This causes some failures in conform linestipple

Re: [Mesa-dev] [PATCH] draw: fix line stippling with unfilled prims

2016-01-06 Thread Brian Paul
Reviewed-by: Brian Paul On 01/06/2016 03:26 PM, srol...@vmware.com wrote: From: Roland Scheidegger The unfilled stage was not filling in the prim header, and the line stage then decided to reset the stipple counter or not based on the uninitialized

[Mesa-dev] [PATCH] draw: fix line stippling with unfilled prims

2016-01-06 Thread sroland
From: Roland Scheidegger The unfilled stage was not filling in the prim header, and the line stage then decided to reset the stipple counter or not based on the uninitialized data. This causes some failures in conform linestipple test (albeit quite randomly happening