Re: [Mesa-dev] [PATCH] gallivm: Fix assignment of unsigned values to OUT register.

2013-04-22 Thread Roland Scheidegger
Am 22.04.2013 16:43, schrieb jfons...@vmware.com: > From: José Fonseca > > TEMP is not the only register file that accept unsigned. OUT too. > > Actually, what determines the appropriate type of the destination value is > not the opcode, but rather the register. > > Also cleanup/simplify code.

[Mesa-dev] [PATCH] gallivm: Fix assignment of unsigned values to OUT register.

2013-04-22 Thread jfonseca
From: José Fonseca TEMP is not the only register file that accept unsigned. OUT too. Actually, what determines the appropriate type of the destination value is not the opcode, but rather the register. Also cleanup/simplify code. Add a few more asserts, but also make code more robust by handlin