Re: [Mesa-dev] [PATCH 6/6] tgsi/text: fix parsing of memory instructions

2016-04-28 Thread Dave Airlie
On 29 April 2016 at 08:56, Ilia Mirkin wrote: > Patches 3-6 are Reviewed-by: Ilia Mirkin All 6 are Reviewed-by: Dave Airlie ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH 6/6] tgsi/text: fix parsing of memory instructions

2016-04-28 Thread Ilia Mirkin
Patches 3-6 are Reviewed-by: Ilia Mirkin On Thu, Apr 28, 2016 at 6:50 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Properly handle Target and Format parameters when present. > --- >

[Mesa-dev] [PATCH 6/6] tgsi/text: fix parsing of memory instructions

2016-04-28 Thread Nicolai Hähnle
From: Nicolai Hähnle Properly handle Target and Format parameters when present. --- src/gallium/auxiliary/tgsi/tgsi_text.c | 40 +++--- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c