diff options
author | Ian Romanick <[email protected]> | 2009-08-31 16:57:49 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-08-31 16:57:49 -0700 |
commit | dc8ec05ace3d2a0284dbe47ec2d88168b1efb517 (patch) | |
tree | 3be06626a37dd5330e34cb2d34171144bd5e0b7a /src/mesa/shader/program_parser.h | |
parent | efff7aa980e78dc3ee1782308f0c9f3861c9992a (diff) |
NV fp: Parse 'OPTION NV_fragment_program' in ARB assembly shaders
Diffstat (limited to 'src/mesa/shader/program_parser.h')
-rw-r--r-- | src/mesa/shader/program_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program_parser.h b/src/mesa/shader/program_parser.h index fa47d84565a..be32a1bed15 100644 --- a/src/mesa/shader/program_parser.h +++ b/src/mesa/shader/program_parser.h @@ -202,6 +202,7 @@ struct asm_parser_state { unsigned Shadow:1; unsigned TexRect:1; unsigned TexArray:1; + unsigned NV_fragment:1; } option; struct { |