Re: [Mesa-dev] [PATCH] st/mesa: fix weird UCMP opcode use for bool ubo load

2013-05-09 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, May 9, 2013 at 12:58 AM, wrote: > From: Roland Scheidegger > > 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

[Mesa-dev] [PATCH] st/mesa: fix weird UCMP opcode use for bool ubo load

2013-05-08 Thread sroland
From: Roland Scheidegger 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