Re: [Mesa-dev] [PATCH] nir: stop adjusting driver location for varying packing

2016-10-25 Thread Kenneth Graunke
On Tuesday, October 25, 2016 11:14:48 AM PDT Timothy Arceri wrote: > As of 59864e8e020 we just use the location assigned by the front-end and > no longer need this for i965. > > Since there were some issues in the logic with assigning arrays the same > driver location if they didn't start at the s

[Mesa-dev] [PATCH] nir: stop adjusting driver location for varying packing

2016-10-24 Thread Timothy Arceri
As of 59864e8e020 we just use the location assigned by the front-end and no longer need this for i965. Since there were some issues in the logic with assigning arrays the same driver location if they didn't start at the same location just remove it and let other drivers implement a solution if nee