projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55aaee6
)
mesa: Remove unused Emit flags from gl_shader_compiler_options
author
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 10 Sep 2010 20:10:26 +0000
(13:10 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 10 Sep 2010 20:10:26 +0000
(13:10 -0700)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index a1a0a23bd2cda81b90f9a3f512ab1a03663e0629..cabc42b8543f9a0c90b63084bfde31d8d421251e 100644
(file)
--- 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