Re: [Mesa-dev] [PATCH] intel/fs: Fix a typo in need_matching_subreg_offset

2018-10-02 Thread Lionel Landwerlin
Wow... I was hoping to find a warning about this in coverity, but it doesn't seem to... Reviewed-by: Lionel Landwerlin On 02/10/2018 03:23, Jason Ekstrand wrote: This fixes a bunch of Vulkan subgroup tests on little core platforms. Fixes: 4150920b95 "intel/fs: Add a helper for emitting

Re: [Mesa-dev] [PATCH] intel/fs: Fix a typo in need_matching_subreg_offset

2018-10-02 Thread Mark Janes
Tested-by: Mark Janes Jason Ekstrand writes: > This fixes a bunch of Vulkan subgroup tests on little core platforms. > > Fixes: 4150920b95 "intel/fs: Add a helper for emitting scan operations" > --- > src/intel/compiler/brw_fs_builder.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Mesa-dev] [PATCH] intel/fs: Fix a typo in need_matching_subreg_offset

2018-10-01 Thread Caio Marcelo de Oliveira Filho
On Mon, Oct 01, 2018 at 08:23:56PM -0500, Jason Ekstrand wrote: > This fixes a bunch of Vulkan subgroup tests on little core platforms. > > Fixes: 4150920b95 "intel/fs: Add a helper for emitting scan operations" > --- > src/intel/compiler/brw_fs_builder.h | 2 +- > 1 file changed, 1

[Mesa-dev] [PATCH] intel/fs: Fix a typo in need_matching_subreg_offset

2018-10-01 Thread Jason Ekstrand
This fixes a bunch of Vulkan subgroup tests on little core platforms. Fixes: 4150920b95 "intel/fs: Add a helper for emitting scan operations" --- src/intel/compiler/brw_fs_builder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/compiler/brw_fs_builder.h