nv50: allow immediates for MOV, ADD and MUL
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sat, 23 May 2009 13:12:04 +0000 (15:12 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 28 May 2009 06:06:22 +0000 (16:06 +1000)
commit708c711f8361ea82c1217e2614914ae047bc5bdf
tree32ffaf82e2c583786c6fd68b85d15fe865cc4629
parentd015cba88f1ef217f6ef9d116ba6abb32e043baa
nv50: allow immediates for MOV, ADD and MUL

Immediates are inlined now where possible, so we need to set
pc->allow32 to FALSE in LIT where we have the conditional MOV,
since immediates swallow the predicate bits.
src/gallium/drivers/nv50/nv50_program.c