History log of /external/mesa3d/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0538860bf656a1796b4a5c9c136c7d3517dfba6 22-Apr-2013 José Fonseca <jfonseca@vmware.com> gallivm: Fix assignment of unsigned values to OUT register.

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 handling graceful if assert fails.

This fixes segfault / assertion in the included vert-uadd.sh graw shader.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
/external/mesa3d/src/gallium/tests/graw/vertex-shader/vert-uadd.sh