Re: [Mesa-dev] [PATCH 3/3] spirv: add support for Int64 capability

2017-02-14 Thread Jason Ekstrand
It's entirely possible something important is missing but I don't see anything wrong off-hand. All three are Reviewed-by: Jason Ekstrand Are there CTS tests for this? On Feb 14, 2017 8:55 PM, "Dave Airlie" wrote: > From: Dave Airlie > > This just adds the support at the spirv->nir level for

[Mesa-dev] [PATCH 3/3] spirv: add support for Int64 capability

2017-02-14 Thread Dave Airlie
From: Dave Airlie This just adds the support at the spirv->nir level for the Int64 cap. Signed-off-by: Dave Airlie --- src/compiler/spirv/nir_spirv.h| 1 + src/compiler/spirv/spirv_to_nir.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/compiler/spirv/nir_spirv