mesa/src
Ian Romanick 4e4c2ee1fd 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
2009-11-06 11:17:00 -08:00
..
driclient
egl egl_glx: Add support for eglWaitClient and eglWaitNative. 2009-10-22 09:33:27 -06:00
gallium llvmpipe: Fix build with llvm 2.6. 2009-11-06 15:08:05 +00:00
glew
glu
glut glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling 2009-08-11 08:54:25 -06:00
glw
glx glx: Fix memory leak if XF86DRICreateDrawable() fails 2009-11-02 12:35:47 -07:00
mesa Merge branch 'mesa_7_6_branch' 2009-11-06 11:17:00 -08:00
Makefile
SConscript