summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvvertexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/nvvertexec.h')
-rw-r--r--src/mesa/shader/nvvertexec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/nvvertexec.h b/src/mesa/shader/nvvertexec.h
index 5516c6b0eab..d7792879736 100644
--- a/src/mesa/shader/nvvertexec.h
+++ b/src/mesa/shader/nvvertexec.h
@@ -39,6 +39,7 @@ struct vp_machine
GLfloat Inputs[VERT_ATTRIB_MAX][4];
GLuint InputsSize[VERT_ATTRIB_MAX];
GLfloat Outputs[VERT_RESULT_MAX][4];
+ GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
GLint AddressReg[MAX_VERTEX_PROGRAM_ADDRESS_REGS][4];
};