nvc0: change TGSI CMP translation to use slct
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 23 Feb 2011 16:29:02 +0000 (17:29 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 24 Feb 2011 16:35:36 +0000 (17:35 +0100)
commitd0caaba370cb70f426180a46e5475bf8a05ac19b
treeaab76a4d7ced16cfeae6b4c7d45611f7e270f05f
parentb0bf4ee85f01e9cbe240e49e67a947d052daa3f3
nvc0: change TGSI CMP translation to use slct

Saves us the explicit compare instruction needed with selp.
src/gallium/drivers/nvc0/nvc0_pc_optimize.c
src/gallium/drivers/nvc0/nvc0_pc_print.c
src/gallium/drivers/nvc0/nvc0_tgsi_to_nc.c