diff options
author | Roland Scheidegger <[email protected]> | 2013-05-09 00:55:22 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2013-05-18 00:31:49 +0200 |
commit | 0346e9b3bb24cf79c182a86fd8445251dfaa64ca (patch) | |
tree | d9931400881c62efa3fc65a00c8a002f72e428ea /src/gallium | |
parent | a5b0452400dd6c2fd2a0921584f6fcee915a8b62 (diff) |
st/mesa: fix weird UCMP opcode use for bool ubo load
I don't know what this code was trying to do but whatever it was it couldn't
have worked since negation of integer boolean inputs while not specified as
outright illegal (not yet at least) won't do anything since it doesn't affect
the result of comparison with zero at all. In fact it looks like the whole
instruction can just be omitted.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions