assembler: Fix the decoding of the destination horizontal stride
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Feb 2013 12:23:57 +0000 (12:23 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:42 +0000 (15:54 +0000)
commit92262e1ff8c1b2d68b910adcadafe24761469d10
tree7d8a64c9fbed3d659afd847aa6045d24b12dfde8
parentd9afa5bfeac435dcfded66908b49fd342a007312
assembler: Fix the decoding of the destination horizontal stride

dest_horizontal_stride needs go through the horiz_stride[] indirection
to pick up the rigth stride when its value is 11b (4 elements).

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
assembler/brw_disasm.c