Re: [Mesa-dev] [PATCH 08/20] nir: Add intrinsics from ARB_shader_ballot

2017-07-18 Thread Connor Abbott
With Ken's suggestion, Reviewed-by: Connor Abbott On Thu, Jul 6, 2017 at 4:48 PM, Matt Turner wrote: > --- > src/compiler/glsl/glsl_to_nir.cpp | 45 > +++ > src/compiler/nir/nir_intrinsics.h | 13 +++ > 2

Re: [Mesa-dev] [PATCH 08/20] nir: Add intrinsics from ARB_shader_ballot

2017-07-17 Thread Kenneth Graunke
On Thursday, July 6, 2017 4:48:18 PM PDT Matt Turner wrote: > --- > src/compiler/glsl/glsl_to_nir.cpp | 45 > +++ > src/compiler/nir/nir_intrinsics.h | 13 +++ > 2 files changed, 58 insertions(+) > > diff --git a/src/compiler/glsl/glsl_to_nir.cpp >

[Mesa-dev] [PATCH 08/20] nir: Add intrinsics from ARB_shader_ballot

2017-07-06 Thread Matt Turner
--- src/compiler/glsl/glsl_to_nir.cpp | 45 +++ src/compiler/nir/nir_intrinsics.h | 13 +++ 2 files changed, 58 insertions(+) diff --git a/src/compiler/glsl/glsl_to_nir.cpp b/src/compiler/glsl/glsl_to_nir.cpp index 43d7e07042..23632f27c2 100644 ---