commit | 1737e75bfb85eb22a30e4f1c69a825b3abd946f6 | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Fri Jul 15 10:48:03 2016 +0200 |
committer | Iago Toral Quiroga <itoral@igalia.com> | Mon Jul 18 09:53:16 2016 +0200 |
tree | cc312265de6ceff993a3a6ed1cff430b7b445b76 | |
parent | 18f67c8a69fcde5d3f585effeef670d0861b0730 [diff] |
i965/tcs/scalar: only update imm_offset for second message in 64bit input loads Our indirect URB read messages take both a direct and an indirect offset so when we emit the second message for a 64-bit input load we can just always incremement the immediate offset, even for the indirect case. Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>