Re: [Mesa-dev] [PATCH 3/3] draw: fix clipping of layer/vp index outputs

2015-12-03 Thread Jose Fonseca
On 03/12/15 00:35, srol...@vmware.com wrote: From: Roland Scheidegger This was just plain broken. It used always the value from v0 (for vp_index) but would pass the value from the provoking vertex to later stages - but only if there was a corresponding fs input, otherwise the layer/vp index wou

Re: [Mesa-dev] [PATCH 3/3] draw: fix clipping of layer/vp index outputs

2015-12-02 Thread Brian Paul
The series LGTM. Reviewed-by: Brian Paul Just minor whitespace nits below. On 12/02/2015 05:35 PM, srol...@vmware.com wrote: From: Roland Scheidegger This was just plain broken. It used always the value from v0 (for vp_index) but would pass the value from the provoking vertex to later stag

[Mesa-dev] [PATCH 3/3] draw: fix clipping of layer/vp index outputs

2015-12-02 Thread sroland
From: Roland Scheidegger This was just plain broken. It used always the value from v0 (for vp_index) but would pass the value from the provoking vertex to later stages - but only if there was a corresponding fs input, otherwise the layer/vp index would get lost completely (as it would try to inte