On Mon, 2016-02-08 at 13:45 +1000, Dave Airlie wrote:
> From: Dave Airlie
>
> We have a requirement to store the index into the mesa parameterlist
> for uniforms. Up until now we've overwritten var->data.location with
> this info. However this then stops us accessing UniformStorage,
> which is ne
From: Dave Airlie
We have a requirement to store the index into the mesa parameterlist
for uniforms. Up until now we've overwritten var->data.location with
this info. However this then stops us accessing UniformStorage,
which is needed to do proper dereferencing.
Add a new variable to ir_variabl