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

Kenneth Graunke kenneth at whitecape.org
Tue Oct 25 08:28:38 UTC 2016


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 same location just remove it
> and let other drivers implement a solution if needed when they add
> ARB_enhanced_layouts support.

Good point, I hadn't done this because I was afraid it might break
st_glsl_to_nir...but freedreno and vc4 don't do enhanced layouts,
so it should be fine.

I'm not honestly sure why st_glsl_to_nir uses it.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161025/e308da54/attachment.sig>


More information about the mesa-dev mailing list