Re: [Mesa-dev] [PATCH 2/4] intel/compiler: Don't propagate cmod into integer multiplies

2017-10-04 Thread Matt Turner
On Wed, Oct 4, 2017 at 4:58 PM, Jason Ekstrand wrote: > No shader-db change on Sky Lake. > > Cc: mesa-sta...@lists.freedesktop.org > --- > src/intel/compiler/brw_fs_cmod_propagation.cpp | 17 + > src/intel/compiler/brw_vec4_cmod_propagation.cpp | 17

[Mesa-dev] [PATCH 2/4] intel/compiler: Don't propagate cmod into integer multiplies

2017-10-04 Thread Jason Ekstrand
No shader-db change on Sky Lake. Cc: mesa-sta...@lists.freedesktop.org --- src/intel/compiler/brw_fs_cmod_propagation.cpp | 17 + src/intel/compiler/brw_vec4_cmod_propagation.cpp | 17 + 2 files changed, 34 insertions(+) diff --git