intel/fs: Remove min_dispatch_width from fs_visitor
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Aug 2017 02:16:45 +0000 (19:16 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Nov 2017 18:37:52 +0000 (10:37 -0800)
commit1077981eb56f63b595c3bd74ab8af2e11af2a8eb
tree67ef00750ffd4e4bb6464db0d74ae9d9369f9c9e
parentb299ded02eccfa94aede65086bd1ad254aaa5180
intel/fs: Remove min_dispatch_width from fs_visitor

It's 8 for everything except compute shaders.  For compute shaders,
there's no need to duplicate the computation and it's just a possible
source of error.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_visitor.cpp