Re: [Mesa-dev] [PATCH 09/23] glsl/ir: add support for 64-bit integer conversions.

2016-06-09 Thread Ian Romanick
On 06/08/2016 05:48 PM, Dave Airlie wrote: > From: Dave Airlie > > This adds all the conversions in the world, I'm not 100% > sure of all of these are needed, but add all of them and > we can cut them down later. I think we'll probably need them all. A couple of trivial comments below. With th

[Mesa-dev] [PATCH 09/23] glsl/ir: add support for 64-bit integer conversions.

2016-06-08 Thread Dave Airlie
From: Dave Airlie This adds all the conversions in the world, I'm not 100% sure of all of these are needed, but add all of them and we can cut them down later. Signed-off-by: Dave Airlie --- src/compiler/glsl/ir.cpp | 82 + src/compiler/glsl/ir.h|