Re: [Mesa-dev] [PATCH 13/59] glsl/ast/ir: Add 64-bit integer constant support

2016-11-15 Thread Nicolai Hähnle
On 10.11.2016 23:42, Ian Romanick wrote: On 10/27/2016 06:09 AM, Nicolai Hähnle wrote: On 26.10.2016 02:59, Ian Romanick wrote: From: Dave Airlie This adds support for 64-bit integer constants to the parser, ast and ir. v2: fix a few issues found in testing. v3: Add missing ir_constant copy

Re: [Mesa-dev] [PATCH 13/59] glsl/ast/ir: Add 64-bit integer constant support

2016-11-10 Thread Ian Romanick
On 10/27/2016 06:09 AM, Nicolai Hähnle wrote: > On 26.10.2016 02:59, Ian Romanick wrote: >> From: Dave Airlie >> >> This adds support for 64-bit integer constants to the parser, >> ast and ir. >> >> v2: fix a few issues found in testing. >> >> v3: Add missing ir_constant copy contructor support. >

Re: [Mesa-dev] [PATCH 13/59] glsl/ast/ir: Add 64-bit integer constant support

2016-10-27 Thread Nicolai Hähnle
On 26.10.2016 02:59, Ian Romanick wrote: From: Dave Airlie This adds support for 64-bit integer constants to the parser, ast and ir. v2: fix a few issues found in testing. v3: Add missing ir_constant copy contructor support. Signed-off-by: Dave Airlie Reviewed-by: Ian Romanick [v2] --- sr

[Mesa-dev] [PATCH 13/59] glsl/ast/ir: Add 64-bit integer constant support

2016-10-25 Thread Ian Romanick
From: Dave Airlie This adds support for 64-bit integer constants to the parser, ast and ir. v2: fix a few issues found in testing. v3: Add missing ir_constant copy contructor support. Signed-off-by: Dave Airlie Reviewed-by: Ian Romanick [v2] --- src/compiler/glsl/ast.h |