Emil Velikov <emil.l.veli...@gmail.com> writes: > On 26 August 2015 at 12:52, Boyan Ding <boyan.j.d...@gmail.com> 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: mesa-sta...@lists.freedesktop.org >> Signed-off-by: Boyan Ding <boyan.j.d...@gmail.com> >> --- >> 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 <emil.l.veli...@gmail.com> > > Eric, would you mind if we commit this ? It's been around a week and > it's dead trivial.
Pushed with my review too. Sorry for the delay! I've been off in terrible kernel land, again.
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev