Re: [Mesa-dev] [PATCH 13/17] intel/compiler: Lower flrp32 on Gen11+

2018-02-23 Thread Kenneth Graunke
On Tuesday, February 20, 2018 9:15:20 PM PST Matt Turner wrote: > The LRP instruction is no more. > --- > src/intel/compiler/brw_compiler.c | 35 > + > src/intel/compiler/brw_fs_builder.h | 2 +- > src/intel/compiler/brw_fs_generator.cpp | 2 +- > src/i

[Mesa-dev] [PATCH 13/17] intel/compiler: Lower flrp32 on Gen11+

2018-02-20 Thread Matt Turner
The LRP instruction is no more. --- src/intel/compiler/brw_compiler.c | 35 + src/intel/compiler/brw_fs_builder.h | 2 +- src/intel/compiler/brw_fs_generator.cpp | 2 +- src/intel/compiler/brw_vec4_builder.h | 2 +- src/intel/compiler/brw_vec4_visitor