Re: [Mesa-dev] [PATCH 2/3] nir: print 8 and 16 bit constants correctly

2018-04-25 Thread Jason Ekstrand
Making the float comment thing work with 16-bit would be cool. R-b anyway. On April 25, 2018 05:14:18 Karol Herbst wrote: Signed-off-by: Karol Herbst --- src/compiler/nir/nir_print.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_print

Re: [Mesa-dev] [PATCH 2/3] nir: print 8 and 16 bit constants correctly

2018-04-25 Thread Rob Clark
On Wed, Apr 25, 2018 at 5:14 AM, Karol Herbst wrote: > Signed-off-by: Karol Herbst Reviewed-by: Rob Clark > --- > src/compiler/nir/nir_print.c | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c >

[Mesa-dev] [PATCH 2/3] nir: print 8 and 16 bit constants correctly

2018-04-25 Thread Karol Herbst
Signed-off-by: Karol Herbst --- src/compiler/nir/nir_print.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c index 21f13097651..1c84b4b7076 100644 --- a/src/compiler/nir/nir_print.c +++ b/src/compiler/