i965/vs: Add support for loading uniform buffer variables as pull constants.
authorEric Anholt <eric@anholt.net>
Mon, 25 Jun 2012 21:55:01 +0000 (14:55 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 7 Aug 2012 20:54:52 +0000 (13:54 -0700)
commit04871058eb01c5b51a0180055e7dbdc967f56604
treea96922d05ccda01c4aaeeb51dfa822cc5964f669
parent90de96ff0d6d54ba0f9a337a6a107acf4134682d
i965/vs: Add support for loading uniform buffer variables as pull constants.

Unlike the FS side in the previous commit, this does variable indexing just
fine, using the same code as we used for other variable-indexed pull
constants.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
src/mesa/drivers/dri/i965/brw_vs.c