commit | e2344e11ce8ddefb89a222bbf63a7c60e8ba5655 | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Tue Oct 20 18:23:50 2015 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Thu Oct 22 12:26:54 2015 -0700 |
tree | 58767764343979f84c76741d2fcccca815020ce9 | |
parent | e10fc055e7dc5281f03a77088a24392098e3473b [diff] |
i965/fs: Trim unneeded channels in SampleID setup. The AND and SHR produce a scalar value that we had been replicating across $dispatch_width channels. The immediate MOV produces only four useful channels of data. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>