commit | 4900fa3f82fa98aa30ca06de5eefa0e84e889b12 | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Fri Apr 07 20:17:47 2017 -0400 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Wed Apr 12 11:32:27 2017 +0100 |
tree | d14d798e3ebb8257a2140fa01b28ffe5078b318d | |
parent | 29a7d73c9ceccc56c3b913b0655849702bd0f7fd [diff] |
nvc0/ir: fix LSB/BFE/BFI implementations Overwriting the src register is a very bad idea - it logically maps onto the TGSI registers, and so is effectively overwriting the source values. Reported-by: Boyan Ding <boyan.j.ding@gmail.com> Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: mesa-stable@lists.freedesktop.org (cherry picked from commit 60f5766db48fe81f55f4b7be47c2be27bdbe2c10)