Same code as nvc0, looks fine.
Reviewed-by: Samuel Pitoiset
On 12/01/2015 09:04 PM, Ilia Mirkin wrote:
There's a post-RA fixup to replace 0's with $r63 (or $r127 if too many
regs are used), so just as nvc0, let an immediate 0 be loaded anywhere.
Signed-off-by: Ilia Mirkin
---
src/gallium/d
There's a post-RA fixup to replace 0's with $r63 (or $r127 if too many
regs are used), so just as nvc0, let an immediate 0 be loaded anywhere.
Signed-off-by: Ilia Mirkin
---
src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp | 6 ++
1 file changed, 6 insertions(+)
diff --git a/src/