diff options
author | Ian Romanick <[email protected]> | 2009-08-31 17:00:31 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-08-31 17:00:31 -0700 |
commit | ede0cd4d8c8eb8c6c443c84905138091944d69af (patch) | |
tree | 6785d6aaa25dcd194674877f8e7d7e9b742c01c7 /src/mesa/shader/program_parse.y | |
parent | dc8ec05ace3d2a0284dbe47ec2d88168b1efb517 (diff) |
NV fp lexer: Add new opcodes
Diffstat (limited to 'src/mesa/shader/program_parse.y')
-rw-r--r-- | src/mesa/shader/program_parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program_parse.y b/src/mesa/shader/program_parse.y index e2e83e484f5..9dab00c3856 100644 --- a/src/mesa/shader/program_parse.y +++ b/src/mesa/shader/program_parse.y @@ -142,7 +142,7 @@ static struct asm_instruction *asm_instruction_ctor(gl_inst_opcode op, /* Tokens for instructions */ %token <temp_inst> BIN_OP BINSC_OP SAMPLE_OP SCALAR_OP TRI_OP VECTOR_OP -%token <temp_inst> ARL KIL SWZ +%token <temp_inst> ARL KIL SWZ TXD_OP %token <integer> INTEGER %token <real> REAL |