mesa: Remove unused Emit flags from gl_shader_compiler_options
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 10 Sep 2010 20:10:26 +0000 (13:10 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 10 Sep 2010 20:10:26 +0000 (13:10 -0700)
src/mesa/main/mtypes.h

index a1a0a23..cabc42b 100644 (file)
@@ -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