Re: [Mesa-dev] [PATCH] i965/sbe: fix number of inputs for active components

2018-02-26 Thread Ian Romanick
On 02/26/2018 02:39 AM, Iago Toral Quiroga wrote: > In 16631ca30ea6 we fixed gen9 active components to account for padded > inputs in the URB, which we can have with SSO programs. To do that, > instead of going through the bitfield of inputs (which doesn't include > padding information), we

Re: [Mesa-dev] [PATCH] i965/sbe: fix number of inputs for active components

2018-02-26 Thread Mark Janes
Please add the Fixes: tag, so this patch gets applied to the appropriate stable branches. Iago Toral Quiroga writes: > In 16631ca30ea6 we fixed gen9 active components to account for padded > inputs in the URB, which we can have with SSO programs. To do that, > instead of

[Mesa-dev] [PATCH] i965/sbe: fix number of inputs for active components

2018-02-26 Thread Iago Toral Quiroga
In 16631ca30ea6 we fixed gen9 active components to account for padded inputs in the URB, which we can have with SSO programs. To do that, instead of going through the bitfield of inputs (which doesn't include padding information), we compute the number of inputs from the size of the URB entry.