diff options
author | José Fonseca <[email protected]> | 2013-04-22 15:28:32 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-04-22 18:23:42 +0100 |
commit | c0538860bf656a1796b4a5c9c136c7d3517dfba6 (patch) | |
tree | f973e33ca878733b77283463c5981e6792c5210c /src/mesa/drivers/dri/i965 | |
parent | ec646e465493ffc12caeccad01a9333f82e85517 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965')
0 files changed, 0 insertions, 0 deletions