summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2016-02-27 11:23:32 -0800
committerMatt Turner <[email protected]>2016-03-01 11:41:29 -0800
commitfc61b41a956f05d57afcb6af7eb61637b4936fb4 (patch)
treeec0e80f2eaf6568f9377b00f158acf924fb139c1 /src/mesa/main
parent7fe206da28f39ba94990873da1d4a5c85a218c07 (diff)
mesa: Remove EmitCondCodes.
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 12d3863719b..d5f0b628d92 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2946,7 +2946,6 @@ struct gl_pipeline_shader_state
struct gl_shader_compiler_options
{
/** Driver-selectable options: */
- GLboolean EmitCondCodes; /**< Use condition codes? */
GLboolean EmitNoLoops;
GLboolean EmitNoFunctions;
GLboolean EmitNoCont; /**< Emit CONT opcode? */