commit | e4d0299089fe3ea0a91abb3ec34c5c0436ef9e68 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Tue Nov 11 18:02:23 2014 -0800 |
committer | Matt Turner <mattst88@gmail.com> | Mon Dec 01 16:42:13 2014 -0800 |
tree | 92d1ee6f71be0042b3469734a2f3cc8b5f81446b | |
parent | f1e5418f402c7ac087b1c127cb4476d0d02e0073 [diff] |
i965/fs: Treat the FB_WRITE as predicated if we're discarding. Pre-Haswell hardware couldn't actually predicate it, but it's easier to pretend as if it's predicated in the visitor since it will generate a MOV from f0.1. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>