commit | 7452f18b226e2f5949729c1ed5c2f87c6dae89c0 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Tue Dec 30 12:56:13 2014 -0800 |
committer | Matt Turner <mattst88@gmail.com> | Fri Jan 23 17:57:40 2015 -0800 |
tree | 1f81ca7d80377b2ee32a2db3d86bb66cd0bf3860 | |
parent | eed7223243c35bba092dc0b26e592f6af1ba3fd7 [diff] |
i965/fs: Apply conditional mod specially to split MAD/LRP. Otherwise we'll apply the conditional mod to only one of SIMD8 instructions and trigger an assertion. NoDDClr/NoDDChk have the same problem but we never apply those to these instructions, so I'm leaving them for a later time. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>