i965: Fix gen6 WM push constants updates.
authorEric Anholt <eric@anholt.net>
Fri, 8 Oct 2010 18:33:40 +0000 (11:33 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 8 Oct 2010 18:59:19 +0000 (11:59 -0700)
commit624ce6f61b70e033fe367da791ef5a9881887685
treeefc3b709c84ccb8a797651b9e94649ae0d293f30
parent3fde8167a5d9c1e845053ae4e6a9cd49628adc71
i965: Fix gen6 WM push constants updates.

We would compute a new buffer, but never point the hardware at the new
buffer.  This partially fixes glsl-routing, as now it get the updated
uniform for which attribute to draw.
src/mesa/drivers/dri/i965/gen6_wm_state.c