intel/fs: Get rid of the IMAGE_SIZE opcode
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 21 Feb 2019 15:59:35 +0000 (09:59 -0600)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 28 Feb 2019 22:58:20 +0000 (16:58 -0600)
commita04c73721591d4b8174f32e5d1fe5db2a5157ea4
treeb34c0fd4c476541e8a6762756e3c4e6ab2bfaf16
parent10b7d14c3177a4631c6b9f3cd850e749793b7e6f
intel/fs: Get rid of the IMAGE_SIZE opcode

Since switching to SHADER_OPCODE_SEND for image operations, we no longer
need the non-logical opcode.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
src/intel/compiler/brw_eu_defines.h
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_shader.cpp