gallium: Add TGSI_OPCODE_F2U to gallivm backend.
authorPaul Berry <stereotype441@gmail.com>
Wed, 13 Jun 2012 22:46:27 +0000 (15:46 -0700)
committerPaul Berry <stereotype441@gmail.com>
Fri, 15 Jun 2012 15:58:55 +0000 (08:58 -0700)
commit9d57d483cbcced5051d0dd4d48bbe750b5c15592
treea56e7a1312cb2d9c0fca86a04497669371d91a64
parent1be766111005e483d56ac194c224123e72ce9831
gallium: Add TGSI_OPCODE_F2U to gallivm backend.

Note: for the moment TGSI_OPCODE_F2U is implemented using
lp_build_itrunc() (the same function used to implement
TGSI_OPCODE_F2I).  In the long run, we should create an
lp_build_utrunc() function to do the proper conversion.  But this
should allow us to limp along with mostly correct behaviour for now.
src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c