ARB prog parser: Add new constructor for asm_instruction
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 4 Sep 2009 23:35:50 +0000 (16:35 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 4 Sep 2009 23:35:50 +0000 (16:35 -0700)
commit9ea4319744fb7474635cb1994e1babe1552d4d4f
treea31aa6fb4ac72d77121cc1e9092dd0063bdc5368
parenteeb1402c0514248773e66f2077b0fb52f7245d56
ARB prog parser: Add new constructor for asm_instruction

The new constructor copies fields from the prog_instruction that the
parser expects the lexer to set.
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.tab.h
src/mesa/shader/program_parse.y