diff options
author | Eric Anholt <[email protected]> | 2012-10-09 16:59:32 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-15 11:53:24 -0700 |
commit | 8058a70763ff9e5b91eac8bd177c96679b5dd957 (patch) | |
tree | 5a0a0a955eefe2aaed2653942584fe95b1a2cadf /src/mesa/program/prog_instruction.h | |
parent | cc763f0f3f5558c4ce055e54da6ebd2279009322 (diff) |
mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_instruction.h')
-rw-r--r-- | src/mesa/program/prog_instruction.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index 7c09cdabf0f..569294e92bf 100644 --- a/src/mesa/program/prog_instruction.h +++ b/src/mesa/program/prog_instruction.h @@ -313,15 +313,6 @@ struct prog_dst_register * Condition code swizzle value. */ GLuint CondSwizzle:12; - - /** - * Selects the condition code register to use for conditional destination - * update masking. In NV_fragmnet_program or NV_vertex_program2 mode, only - * condition code register 0 is available. In NV_vertex_program3 mode, - * condition code registers 0 and 1 are available. - */ - GLuint CondSrc:1; - /*@}*/ }; |