On 26 August 2015 at 12:52, Boyan Ding <[email protected]> wrote: > This avoids generation of undefined packing in qir and qpu instructions, > fixing a lot of rendering errors. > > Fixes 8b36d107fdd (vc4: Pack the unorm-packing bits into a src MUL > instruction when possible.) > > Cc: [email protected] > Signed-off-by: Boyan Ding <[email protected]> > --- > src/gallium/drivers/vc4/vc4_qir.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/drivers/vc4/vc4_qir.c > b/src/gallium/drivers/vc4/vc4_qir.c > index 9d93071..12dedce 100644 > --- a/src/gallium/drivers/vc4/vc4_qir.c > +++ b/src/gallium/drivers/vc4/vc4_qir.c > @@ -314,6 +314,7 @@ qir_get_temp(struct vc4_compile *c) > > reg.file = QFILE_TEMP; > reg.index = c->num_temps++; > + reg.pack = 0; > Reviewed-by: Emil Velikov <[email protected]>
Eric, would you mind if we commit this ? It's been around a week and it's dead trivial. Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
