mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 05:00:09 +01:00
mesa: Remove unused Emit flags from gl_shader_compiler_options
This commit is contained in:
parent
55aaee6020
commit
d8a3662008
1 changed files with 0 additions and 2 deletions
|
|
@ -2186,9 +2186,7 @@ struct gl_shader_state
|
||||||
struct gl_shader_compiler_options
|
struct gl_shader_compiler_options
|
||||||
{
|
{
|
||||||
/** Driver-selectable options: */
|
/** Driver-selectable options: */
|
||||||
GLboolean EmitHighLevelInstructions; /**< IF/ELSE/ENDIF vs. BRA, etc. */
|
|
||||||
GLboolean EmitCondCodes; /**< Use condition codes? */
|
GLboolean EmitCondCodes; /**< Use condition codes? */
|
||||||
GLboolean EmitComments; /**< Annotated instructions */
|
|
||||||
GLboolean EmitNVTempInitialization; /**< 0-fill NV temp registers */
|
GLboolean EmitNVTempInitialization; /**< 0-fill NV temp registers */
|
||||||
/**
|
/**
|
||||||
* Attempts to flatten all ir_if (OPCODE_IF) for GPUs that can't
|
* Attempts to flatten all ir_if (OPCODE_IF) for GPUs that can't
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue