glsl2: Start trying to hook up uniforms.
authorEric Anholt <eric@anholt.net>
Fri, 25 Jun 2010 21:35:48 +0000 (14:35 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 25 Jun 2010 23:35:36 +0000 (16:35 -0700)
commit85c978f38c819003b6447e8e4feb8b90bb352eea
treea05a23bb8f4babde37f27b769128843edb9947d1
parent0fd97db8b077ad1bd5d26e86e67ebb2d58b6a38a
glsl2: Start trying to hook up uniforms.

This should be resolved with linker.cpp's location assignment, as
currently we drop that location assignment on the ground.  However,
this gets basic programs using uniforms working for now.
src/mesa/shader/ir_to_mesa.cpp