i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnr
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 24 Nov 2015 19:24:57 +0000 (11:24 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 14 Dec 2015 22:28:31 +0000 (14:28 -0800)
commit4be9a1c7bbad8c95e1f5aab91e8cdf3c0cfb0ec1
tree2369f9317cf06af4d64d0ea8adaa0efdf5834ab6
parent653d8044abb69ff2eaa8637412e240d1a33f4f12
i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnr

The subnr field is in bytes so we don't need to multiply by type_sz.
src/mesa/drivers/dri/i965/brw_fs.cpp