On Apr 10, 2015 1:42 PM, "Rob Clark" <[email protected]> wrote: > > From: Rob Clark <[email protected]> > > I guess I was looking too much at how lower_system_values worked when > writing lower_idiv. > > Since ttn wasn't emitting load_var for sysvals and the only drivers > using lower_idiv were using ttn, I think nothing was broken as a result. > But might as well fix this before it becomes a problem.
Yup. No harm done. Reviewed-by: Jason Ekstrand <[email protected]> > Signed-off-by: Rob Clark <[email protected]> > --- > src/glsl/nir/nir_lower_idiv.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/glsl/nir/nir_lower_idiv.c b/src/glsl/nir/nir_lower_idiv.c > index c2f08df..7b68032 100644 > --- a/src/glsl/nir/nir_lower_idiv.c > +++ b/src/glsl/nir/nir_lower_idiv.c > @@ -152,6 +152,4 @@ nir_lower_idiv(nir_shader *shader) > if (overload->impl) > convert_impl(overload->impl); > } > - > - exec_list_make_empty(&shader->system_values); > } > -- > 2.1.0 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
