i965/fs: Lower SHADER_OPCODE_TXF_UMS/MCS_LOGICAL too on Gen7+.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 17 Jul 2015 15:50:27 +0000 (18:50 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 29 Jul 2015 11:12:48 +0000 (14:12 +0300)
commit03582f95b256e483fc1b0d78bd6a49203a448a23
treee70edfe57e21c91c4ac0b1b9a42f501026097b07
parent8be01e3548bdd900b7cadb5c9a77e52b01151cfe
i965/fs: Lower SHADER_OPCODE_TXF_UMS/MCS_LOGICAL too on Gen7+.

These weren't being handled by emit_texture_gen7() but we can easily
lower them here for consistency with other texturing opcodes.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp