commit | 457bb290efc162ea3c7c51a820ab7cf88a4efb8d | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Tue Nov 17 17:09:09 2015 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Thu Nov 19 20:17:16 2015 -0800 |
tree | 33bfa15fcb89fae6ff9783adb33ef8da313c4598 | |
parent | 06c56f443aa1850b2651df3636c42a8740cff847 [diff] |
nir: Add nir_texop_samples_identical opcode This is the NIR analog to GLSL IR ir_samples_identical. v2: Don't add the second nir_tex_src_ms_index parameter. Suggested by Ken and Jason. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>