commit | f48f3447005ba4f888fa2e4a7335014c7d04878a | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Wed Jun 08 11:32:54 2016 -0400 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Thu Jun 09 21:01:53 2016 -0400 |
tree | 6edb060f88aac9284698facc59e6ae8fa68f2988 | |
parent | f140ed6d956d3595551d34836029325f1ae819d6 [diff] |
st/mesa: fix type confusion with reladdrs The reality is that this doesn't matter, because we manually emit the ARL to the sampler reladdr, and those arguments don't get an extra load later, so it's effectively just a boolean. However having the types be wrong is confusing and could trigger very odd bugs should usage change down the line. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Brian Paul <brianp@vmware.com>