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
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.