Re: [Mesa-dev] [PATCH v3] i965/fs: force pull model for 64-bit GS inputs

2017-09-29 Thread Iago Toral
On Thu, 2017-09-28 at 21:19 -0700, Kenneth Graunke wrote: > On Thursday, September 28, 2017 1:24:21 AM PDT Iago Toral Quiroga > wrote: > > Triggering the push model when 64-bit inputs are involved is not > > easy due to > > the constrains on the maximum number of registers that we allow for > >

Re: [Mesa-dev] [PATCH v3] i965/fs: force pull model for 64-bit GS inputs

2017-09-28 Thread Kenneth Graunke
On Thursday, September 28, 2017 1:24:21 AM PDT Iago Toral Quiroga wrote: > Triggering the push model when 64-bit inputs are involved is not easy due to > the constrains on the maximum number of registers that we allow for this mode, > however, for GS with 'points' primitive type and just a couple

[Mesa-dev] [PATCH v3] i965/fs: force pull model for 64-bit GS inputs

2017-09-28 Thread Iago Toral Quiroga
Triggering the push model when 64-bit inputs are involved is not easy due to the constrains on the maximum number of registers that we allow for this mode, however, for GS with 'points' primitive type and just a couple of double varyings we can trigger this and it just doesn't work because the