Re: [Mesa-dev] [MESA][PATCH] tgsi: fix mis-matching AOS instruction emission

2013-02-27 Thread Roland Scheidegger
Yeah the tgsi_aos emit code doesn't really get much testing, as it isn't actually used anywhere. It might have other unnoticed bugs. Roland Am 27.02.2013 21:21, schrieb Jose Fonseca: > Good catch. Thanks! > > Jose > > - Original Message - >> Catched this that morning >> >> >> From e5037

Re: [Mesa-dev] [MESA][PATCH] tgsi: fix mis-matching AOS instruction emission

2013-02-27 Thread Jose Fonseca
Good catch. Thanks! Jose - Original Message - > Catched this that morning > > > From e50374e62254e7532c695bebb3e608242638bb73 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= < maxence.led...@gmail.com > > Date: Wed, 27 Feb 2013 10:24:10 +0100 > Subject: [PATCH] tgs

[Mesa-dev] [MESA][PATCH] tgsi: fix mis-matching AOS instruction emission

2013-02-27 Thread Maxence Le Doré
Catched this that morning >From e50374e62254e7532c695bebb3e608242638bb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= Date: Wed, 27 Feb 2013 10:24:10 +0100 Subject: [PATCH] tgsi: fix mis-matching instruction emission --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c |