Re: [Mesa-dev] [PATCH 02/14] radv/shader_info: start gathering tess output info (v2)

2018-03-14 Thread Samuel Pitoiset
On 03/14/2018 09:06 AM, Samuel Pitoiset wrote: On 03/14/2018 05:41 AM, Dave Airlie wrote: From: Dave Airlie This gathers the ls outputs written by the vertex shader, and the tcs outputs, these are needed to calculate certain tcs parameters. These have to be separate for combined gfx9 shad

Re: [Mesa-dev] [PATCH 02/14] radv/shader_info: start gathering tess output info (v2)

2018-03-14 Thread Samuel Pitoiset
On 03/14/2018 05:41 AM, Dave Airlie wrote: From: Dave Airlie This gathers the ls outputs written by the vertex shader, and the tcs outputs, these are needed to calculate certain tcs parameters. These have to be separate for combined gfx9 shaders. This is a bit pessimistic compared to the ni

[Mesa-dev] [PATCH 02/14] radv/shader_info: start gathering tess output info (v2)

2018-03-13 Thread Dave Airlie
From: Dave Airlie This gathers the ls outputs written by the vertex shader, and the tcs outputs, these are needed to calculate certain tcs parameters. These have to be separate for combined gfx9 shaders. This is a bit pessimistic compared to the nir pass, as we don't work out the individual slo