i965/vs: Fix the mlen of scratch read/write messages.
authorEric Anholt <eric@anholt.net>
Wed, 3 Oct 2012 23:15:07 +0000 (16:15 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 17 Oct 2012 19:24:00 +0000 (12:24 -0700)
commite1a518e2b1490ff4afe2efc69aa64e193bfb1324
tree6d813688467ff442611d0e9bee78009e422171d5
parentc226b7a4d3f0fbba08a384e3bacd08b3a0a82531
i965/vs: Fix the mlen of scratch read/write messages.

These messages always have m0 = g0 and m1 = offset, and write has m2 = data.
Avoids regression in opt_compute_to_mrf() with a change to scratch writes to
set up the data as an MRF write in the IR.

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