i965: fix VS constant buffer reads
authorBrian Paul <brianp@vmware.com>
Tue, 14 Apr 2009 22:05:28 +0000 (16:05 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 14 Apr 2009 22:05:37 +0000 (16:05 -0600)
commit92cc9970039d9c9385dc472fbfac58b93799f5ae
tree532346df618cf0b8a6fb17cdd2cc089fc665cd07
parenta3c3c1f1437de0186d70de9017a6a8e404ecf482
i965: fix VS constant buffer reads

This mostly came down to finding the right MRF incantation in the
brw_dp_READ_4_vs() function.

Note: this feature is still disabled (but getting close to done).
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_emit.c
src/mesa/drivers/dri/i965/brw_vs_emit.c