nv50: create value references with the right type
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 9 Sep 2010 17:17:55 +0000 (19:17 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 9 Sep 2010 17:21:34 +0000 (19:21 +0200)
commit9cc80e25db3d0bfd38015a197de3a1a80b6733ab
treeb3ff6e9f8d6f5a645525dc19871efd6f0d6e8426
parentf30810cb68a53c4fef360778a230126ed0ee0ee3
nv50: create value references with the right type

Since atm our OPs aren't typed but instead values are, we need to
take care if they're used as different types (e.g. a load makes a
value u32 by default).

Maybe this should be changed (also to match TGSI), but it should
work as well if done properly.
src/gallium/drivers/nv50/nv50_pc.h
src/gallium/drivers/nv50/nv50_tgsi_to_nc.c