Re: [Mesa-dev] [PATCH 7/7] i965: Make uniform offsets be in terms of bytes

2015-12-07 Thread Kenneth Graunke
On Monday, December 07, 2015 04:52:27 PM Jason Ekstrand wrote: > This commit pushes makes uniform offsets be terms of bytes starting with > nir_lower_io. They get converted to be in terms of vec4s or floats when we > cram them in the UNIFORM register file but reladdr remains in terms of > bytes al

[Mesa-dev] [PATCH 7/7] i965: Make uniform offsets be in terms of bytes

2015-12-07 Thread Jason Ekstrand
This commit pushes makes uniform offsets be terms of bytes starting with nir_lower_io. They get converted to be in terms of vec4s or floats when we cram them in the UNIFORM register file but reladdr remains in terms of bytes all the way down to the point where we lower it to a pull constant load.