Re: [Mesa-dev] [PATCH 12/20] i965/fs: Handle explicit flag sources in flags_read()

2017-07-17 Thread Matt Turner
On Fri, Jul 14, 2017 at 5:52 PM, Francisco Jerez wrote: > Matt Turner writes: > >> The implementations of the ARB_shader_ballot intrinsics will explicitly >> read the flag as a source register. >> --- >> src/intel/compiler/brw_fs.cpp | 18

Re: [Mesa-dev] [PATCH 12/20] i965/fs: Handle explicit flag sources in flags_read()

2017-07-14 Thread Francisco Jerez
Matt Turner writes: > The implementations of the ARB_shader_ballot intrinsics will explicitly > read the flag as a source register. > --- > src/intel/compiler/brw_fs.cpp | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > > diff --git

[Mesa-dev] [PATCH 12/20] i965/fs: Handle explicit flag sources in flags_read()

2017-07-06 Thread Matt Turner
The implementations of the ARB_shader_ballot intrinsics will explicitly read the flag as a source register. --- src/intel/compiler/brw_fs.cpp | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp index