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

2017-09-27 Thread Kenneth Graunke
On Wednesday, September 27, 2017 5:21:49 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] i965/fs: force pull model for 64-bit GS inputs

2017-09-27 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 impl