aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2013-04-22 15:28:32 +0100
committerJosé Fonseca <[email protected]>2013-04-22 18:23:42 +0100
commitc0538860bf656a1796b4a5c9c136c7d3517dfba6 (patch)
treef973e33ca878733b77283463c5981e6792c5210c /src/mesa/drivers/dri/i965
parentec646e465493ffc12caeccad01a9333f82e85517 (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