commit | e10fc055e7dc5281f03a77088a24392098e3473b | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Tue Oct 20 17:51:12 2015 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Thu Oct 22 12:26:49 2015 -0700 |
tree | 6729280306014c76e036ac1ce24976f56ca31448 | |
parent | cfb67c3d0656927270302ef17d2d9de065ec44fe [diff] |
i965/fs: Use type-W for immediate in SampleID setup. Not a functional difference, but register is loaded with a signed immediate (V) and added to a signed type (D) producing a signed result (D). Also change the type of g0 to allow for compaction. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>