intel/fs: FS_OPCODE_REP_FB_WRITE has side effects
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 17 May 2018 00:51:10 +0000 (17:51 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 28 Jun 2018 20:19:38 +0000 (13:19 -0700)
commitd91fa20655bbfbd42b0ddb6acb84db7482e7ddb1
tree6346b0821ecb2617c321f1f148c78011b00e1ff6
parente83cd38eac26167cdab9205f17fd276c73daf3fb
intel/fs: FS_OPCODE_REP_FB_WRITE has side effects

It doesn't matter since we don't ever run replicated write shaders
through the optimizer but it's good to be complete.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/compiler/brw_shader.cpp