From 7b50b0457db3acffcc2a7de092df346fa314aa95 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 27 Feb 2016 11:06:25 -0800 Subject: program: Remove condition-code and precision support. Reviewed-by: Kenneth Graunke Reviewed-by: Ian Romanick Acked-by: Brian Paul --- src/mesa/program/prog_execute.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/program/prog_execute.h') diff --git a/src/mesa/program/prog_execute.h b/src/mesa/program/prog_execute.h index ffaa0c9..3603e3b 100644 --- a/src/mesa/program/prog_execute.h +++ b/src/mesa/program/prog_execute.h @@ -63,7 +63,6 @@ struct gl_program_machine GLfloat Temporaries[MAX_PROGRAM_TEMPS][4]; GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; GLfloat (*EnvParams)[4]; /**< Vertex or Fragment env parameters */ - GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */ GLint AddressReg[MAX_PROGRAM_ADDRESS_REGS][4]; GLfloat SystemValues[SYSTEM_VALUE_MAX][4]; -- cgit v1.1