summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.y
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-08-31 17:00:31 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-08-31 17:00:31 -0700
commitede0cd4d8c8eb8c6c443c84905138091944d69af (patch)
tree6785d6aaa25dcd194674877f8e7d7e9b742c01c7 /src/mesa/shader/program_parse.y
parentdc8ec05ace3d2a0284dbe47ec2d88168b1efb517 (diff)
NV fp lexer: Add new opcodes
Diffstat (limited to 'src/mesa/shader/program_parse.y')
-rw-r--r--src/mesa/shader/program_parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program_parse.y b/src/mesa/shader/program_parse.y
index e2e83e484f..9dab00c385 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