Re: [Mesa-dev] [PATCH 1/3] tgsi: add infer support for double opcodes.

2015-06-29 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Jun 29, 2015 at 9:21 AM, Dave Airlie wrote: > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/tgsi/tgsi_info.c | 37 > ++ > 1 file changed, 37 insertions(+) > > diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.c

[Mesa-dev] [PATCH 1/3] tgsi: add infer support for double opcodes.

2015-06-29 Thread Dave Airlie
Signed-off-by: Dave Airlie --- src/gallium/auxiliary/tgsi/tgsi_info.c | 37 ++ 1 file changed, 37 insertions(+) diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.c b/src/gallium/auxiliary/tgsi/tgsi_info.c index 9295311..4b16ef3 100644 --- a/src/gallium/auxiliary/