OSDN Git Service

i965: Use RNDZ for ir_unop_trunc in the new FS.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Oct 2010 18:39:09 +0000 (11:39 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Oct 2010 19:40:16 +0000 (12:40 -0700)
commitf541b685aaf404fa7c8142f51d91c2720d82f264
tree87b10baa1915a7342069d9ad373916d552623886
parentf9bd4c6c26e406834aaeec85d9068a901a4defb0
i965: Use RNDZ for ir_unop_trunc in the new FS.

The existing code used RNDD, which rounds down, rather than toward zero.
src/mesa/drivers/dri/i965/brw_fs.cpp