i965/vs: Fix setup of scratch space pointer on pre-gen6.
authorEric Anholt <eric@anholt.net>
Tue, 30 Aug 2011 23:58:03 +0000 (16:58 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 7 Sep 2011 01:01:54 +0000 (18:01 -0700)
commit838bfe0c46969c359be8f5d02e2b41bb7ff044e1
tree8ef2838f6ab1ff09bf89db7690a25589be186841
parentddf8e602a774ecfd1b660e398dd9bf763d86a074
i965/vs: Fix setup of scratch space pointer on pre-gen6.

We were failing to relocate, so on the first draw run our scratch
would tend to get written to 0x0.

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