summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-09-10 13:10:26 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-09-10 13:10:26 -0700
commitd8a36620089e72d431ae853ec168f193f3376782 (patch)
tree01fa6f6704eff36a64fd3265a22536621eb73b79 /src/mesa/main/mtypes.h
parent55aaee602078a8a57681cd4c205a71048fd184fe (diff)
mesa: Remove unused Emit flags from gl_shader_compiler_options
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index a1a0a23bd2..cabc42b854 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2186,9 +2186,7 @@ struct gl_shader_state
struct gl_shader_compiler_options
{
/** Driver-selectable options: */
- GLboolean EmitHighLevelInstructions; /**< IF/ELSE/ENDIF vs. BRA, etc. */
GLboolean EmitCondCodes; /**< Use condition codes? */
- GLboolean EmitComments; /**< Annotated instructions */
GLboolean EmitNVTempInitialization; /**< 0-fill NV temp registers */
/**
* Attempts to flatten all ir_if (OPCODE_IF) for GPUs that can't