Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-09-18 Thread Juan A. Suarez Romero
On Wed, 2017-09-06 at 10:32 +1000, Timothy Arceri wrote: > > On 01/09/17 21:15, Juan A. Suarez Romero wrote: > > On Thu, 2017-06-29 at 14:43 +1000, Timothy Arceri wrote: > > > On 27/06/17 21:20, Juan A. Suarez Romero wrote: > > > > On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: > > > > >

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-09-05 Thread Timothy Arceri
On 01/09/17 21:15, Juan A. Suarez Romero wrote: On Thu, 2017-06-29 at 14:43 +1000, Timothy Arceri wrote: On 27/06/17 21:20, Juan A. Suarez Romero wrote: On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: On 16/06/17 18:12, Juan A. Suarez Romero wrote: Commit 00620782c9 (i965: use nir

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-09-01 Thread Juan A. Suarez Romero
On Thu, 2017-06-29 at 14:43 +1000, Timothy Arceri wrote: > On 27/06/17 21:20, Juan A. Suarez Romero wrote: > > On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: > > > On 16/06/17 18:12, Juan A. Suarez Romero wrote: > > > > > > > Commit 00620782c9 (i965: use nir_shader_gather_info() over > >

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-08-01 Thread Juan A. Suarez Romero
On Mon, 2017-07-10 at 12:18 +0200, Juan A. Suarez Romero wrote: > On Thu, 2017-06-29 at 14:43 +1000, Timothy Arceri wrote: > > On 27/06/17 21:20, Juan A. Suarez Romero wrote: > > > On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: > > > > On 16/06/17 18:12, Juan A. Suarez Romero wrote: > > >

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-07-10 Thread Juan A. Suarez Romero
On Thu, 2017-06-29 at 14:43 +1000, Timothy Arceri wrote: > On 27/06/17 21:20, Juan A. Suarez Romero wrote: > > On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: > > > On 16/06/17 18:12, Juan A. Suarez Romero wrote: > > > > > > > Commit 00620782c9 (i965: use nir_shader_gather_info() over > >

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-06-28 Thread Timothy Arceri
On 27/06/17 21:20, Juan A. Suarez Romero wrote: On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: On 16/06/17 18:12, Juan A. Suarez Romero wrote: Commit 00620782c9 (i965: use nir_shader_gather_info() over do_set_program_inouts()) changed how we compute the outputs written. In the previ

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-06-27 Thread Juan A. Suarez Romero
On Tue, 2017-06-27 at 09:29 +1000, Timothy Arceri wrote: > On 16/06/17 18:12, Juan A. Suarez Romero wrote: > > > Commit 00620782c9 (i965: use nir_shader_gather_info() over > > do_set_program_inouts()) changed how we compute the outputs written. > > > > In the previous version it was using the IR

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-06-26 Thread Timothy Arceri
On 16/06/17 18:12, Juan A. Suarez Romero wrote: Commit 00620782c9 (i965: use nir_shader_gather_info() over do_set_program_inouts()) changed how we compute the outputs written. In the previous version it was using the IR declared outputs, while in the new one it uses NIR to parse the instruction

Re: [Mesa-dev] [PATCH] i965: skip varyings without slot

2017-06-26 Thread Juan A. Suarez Romero
On Fri, 2017-06-16 at 10:12 +0200, Juan A. Suarez Romero wrote: > Commit 00620782c9 (i965: use nir_shader_gather_info() over > do_set_program_inouts()) changed how we compute the outputs written. > > In the previous version it was using the IR declared outputs, while in > the new one it uses NIR t

[Mesa-dev] [PATCH] i965: skip varyings without slot

2017-06-16 Thread Juan A. Suarez Romero
Commit 00620782c9 (i965: use nir_shader_gather_info() over do_set_program_inouts()) changed how we compute the outputs written. In the previous version it was using the IR declared outputs, while in the new one it uses NIR to parse the instructions that write outputs. Thus, if the shader has decl