From eabb9b0fd9d3a8b757c54465618b0d050ae0852f Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Sat, 27 Aug 2011 21:00:39 +0200 Subject: nv50: handle TGSI_OPCODE_ROUND Will round to nearest-even. --- src/gallium/drivers/nv50/nv50_pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/nv50/nv50_pc.c') diff --git a/src/gallium/drivers/nv50/nv50_pc.c b/src/gallium/drivers/nv50/nv50_pc.c index 7900bf811df..9137f871f5a 100644 --- a/src/gallium/drivers/nv50/nv50_pc.c +++ b/src/gallium/drivers/nv50/nv50_pc.c @@ -102,6 +102,7 @@ nv50_nvi_can_load(struct nv_instruction *nvi, int s, struct nv_value *value) case NV_OP_FLOOR: case NV_OP_TRUNC: case NV_OP_CVT: + case NV_OP_ROUND: case NV_OP_NEG: case NV_OP_MAD: case NV_OP_MUL: -- cgit v1.2.3