i965: Support relative addressed VS constant reads using the appropriate msg.
authorEric Anholt <eric@anholt.net>
Thu, 22 Jul 2010 01:29:06 +0000 (18:29 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Jul 2010 03:17:24 +0000 (20:17 -0700)
commit96b11f1e3ee12f06be1d33bf085bf1353f23e667
tree164971c3ee34fa3c0829f616a37a861872ed2234
parent9e9e87a9b20c581315ff679dc2541d9e442a6301
i965: Support relative addressed VS constant reads using the appropriate msg.

The previous support was overly complicated by trying to use the same
1-OWORD message for both offsets.
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