glsl2: Start integrating ir_to_mesa.cpp into shader_api.h
authorEric Anholt <eric@anholt.net>
Fri, 25 Jun 2010 19:37:21 +0000 (12:37 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 25 Jun 2010 19:37:21 +0000 (12:37 -0700)
commit364fcd8ee1af39e215338fba59306a14dd81c2b2
treef8cac6a8a903645ae72fc506b0c1ee00a2778945
parent7f2bf62d25b2fdc059163ee046cf2fe007e5041e
glsl2: Start integrating ir_to_mesa.cpp into shader_api.h

The compiler is now called by the driver, and generates program
instructions.  Parameter lists are still not set up, so the driver
chokes on it shortly thereafter.
src/glsl/program.h
src/mesa/Makefile
src/mesa/shader/ir_to_mesa.cpp
src/mesa/shader/shader_api.h