st/mesa: fix type confusion with reladdrs
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 8 Jun 2016 15:32:54 +0000 (11:32 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 10 Jun 2016 01:01:53 +0000 (21:01 -0400)
commitf48f3447005ba4f888fa2e4a7335014c7d04878a
tree6edb060f88aac9284698facc59e6ae8fa68f2988
parentf140ed6d956d3595551d34836029325f1ae819d6
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>
src/mesa/state_tracker/st_glsl_to_tgsi.cpp