i965: Fix the disasm output for da16 src widths.
authorEric Anholt <eric@anholt.net>
Thu, 22 Jul 2010 08:53:43 +0000 (01:53 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Jul 2010 17:06:55 +0000 (10:06 -0700)
commit4ea71cbd0e5f622f760a01120b0ccf4baf4ee7c7
tree4830ecc34e5d7c155db6ef043ba5268661186d1c
parent86fb92f59c98168d41c7d827f60c12b244f26382
i965: Fix the disasm output for da16 src widths.

This has confused me twice now.  It's a fixed width of 4 (usually a
region description of <4,4,1>), not 1.  If it was 1, we'd have been
skipping all over register space.
src/mesa/drivers/dri/i965/brw_disasm.c