Re: [Mesa-dev] [PATCH] i965/sbe: fix active components for SSO programs with over 16 inputs

2017-10-18 Thread Kenneth Graunke
On Friday, October 13, 2017 2:10:15 AM PDT Iago Toral Quiroga wrote: > When we have up to 16 FS inputs, the SF unit will reorder our inputs > to be consecutive, however, when we have more than 16 we need to > to read our inputs from the URB exactly as they have been > output from the previous

Re: [Mesa-dev] [PATCH] i965/sbe: fix active components for SSO programs with over 16 inputs

2017-10-18 Thread Iago Toral
Ken, do you have any thoughts on this patch? Iago On Fri, 2017-10-13 at 11:10 +0200, Iago Toral Quiroga wrote: > When we have up to 16 FS inputs, the SF unit will reorder our inputs > to be consecutive, however, when we have more than 16 we need to > to read our inputs from the URB exactly as

[Mesa-dev] [PATCH] i965/sbe: fix active components for SSO programs with over 16 inputs

2017-10-13 Thread Iago Toral Quiroga
When we have up to 16 FS inputs, the SF unit will reorder our inputs to be consecutive, however, when we have more than 16 we need to to read our inputs from the URB exactly as they have been output from the previous stage. This means that for SSO we have to consider if we have URB padding due to