summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program_parser.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2016-02-27 14:05:17 -0800
committerMatt Turner <[email protected]>2016-03-01 11:41:29 -0800
commited72a1c118d3108c3f48fd4e374c3fb22abdb7f2 (patch)
tree28827599cc301c9e220e22956f614d842ed294dc /src/mesa/program/program_parser.h
parent5429554f09427b582e447ba3cd7350b45272054d (diff)
program: Remove NV_fragment_program opcode parsing.
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/program/program_parser.h')
-rw-r--r--src/mesa/program/program_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h
index d5a1e229de4..af7b2a0be3e 100644
--- a/src/mesa/program/program_parser.h
+++ b/src/mesa/program/program_parser.h
@@ -207,7 +207,6 @@ struct asm_parser_state {
unsigned Shadow:1;
unsigned TexRect:1;
unsigned TexArray:1;
- unsigned NV_fragment:1;
unsigned OriginUpperLeft:1;
unsigned PixelCenterInteger:1;
} option;