Re: [Mesa-dev] [PATCH 14/20] i965/fs: Implement ARB_shader_ballot operations

2017-07-17 Thread Kenneth Graunke
On Thursday, July 6, 2017 4:48:24 PM PDT Matt Turner wrote: > --- > src/intel/compiler/brw_fs_nir.cpp | 41 > +++ > src/intel/compiler/brw_nir.c | 1 + > 2 files changed, 42 insertions(+) > > diff --git a/src/intel/compiler/brw_fs_nir.cpp > b/src/intel/

[Mesa-dev] [PATCH 14/20] i965/fs: Implement ARB_shader_ballot operations

2017-07-06 Thread Matt Turner
--- src/intel/compiler/brw_fs_nir.cpp | 41 +++ src/intel/compiler/brw_nir.c | 1 + 2 files changed, 42 insertions(+) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp index 17f35e081d..25e9b703eb 100644 --- a/src/intel/c