From 62f933a6f617050a267079b27360eaae2d0e1a70 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Mon, 16 Aug 2010 18:00:39 +0200 Subject: nv50: generate JOINs for outermost IF clauses --- src/gallium/drivers/nv50/nv50_pc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/nv50/nv50_pc.h') diff --git a/src/gallium/drivers/nv50/nv50_pc.h b/src/gallium/drivers/nv50/nv50_pc.h index 28208ad247b..d24375100d8 100644 --- a/src/gallium/drivers/nv50/nv50_pc.h +++ b/src/gallium/drivers/nv50/nv50_pc.h @@ -83,7 +83,8 @@ #define NV_OP_NOP 53 #define NV_OP_SELECT 54 #define NV_OP_EXPORT 55 -#define NV_OP_COUNT 56 +#define NV_OP_JOIN 56 +#define NV_OP_COUNT 57 #define NV_FILE_GPR 0 #define NV_FILE_OUT 1 -- cgit v1.2.3