Merge branch 'mesa_7_6_branch'
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 6 Nov 2009 19:17:00 +0000 (11:17 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 6 Nov 2009 19:17:00 +0000 (11:17 -0800)
commit4e4c2ee1fd574d1d651c559f46afb6ca5487156d
treebac4ff3a1bd0580ff321cac44d5eed9fd347694c
parent96e938f62c729fab74601627d54c9c4cf499ebdf
parent9348ac03ce23392013ba22c22a182eea4453027a
Merge branch 'mesa_7_6_branch'

This should fix the memory leaks in the assembly parser without the
regressions.

The conflicts in program_lexer.l were related to changes in returning
strings between the branches (always return IDENTIFIER vs. returing
either IDENTIFIER or USED_IDENTIFIER).

The conflicts in program_parse.y were related to two changes in master
One change prints a variable name in an error message.  The other
change adds outputVarSize to the OUTPUT_statement rule.  The cause the
position of the IDENTIFIER to change from $2 to $3.

Conflicts:
src/mesa/shader/lex.yy.c
src/mesa/shader/program_lexer.l
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.y
src/mesa/main/histogram.c
src/mesa/shader/lex.yy.c
src/mesa/shader/program_lexer.l
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.y
src/mesa/shader/program_parser.h