i965/brw_reg: Make the accumulator register take an explicit width.
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 30 Sep 2014 17:15:23 +0000 (10:15 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 30 Sep 2014 18:42:34 +0000 (11:42 -0700)
commit98d00d664009c74ac0c827b3c41c15e3fe1993d4
tree171b075e18dd80b2718bf673f27bc622cc17e3bc
parent6b65847835b63a254c374a3562b54c5d58559c19
i965/brw_reg: Make the accumulator register take an explicit width.

The big pile of patches I just pushed regresses about 25 piglit tests on
SNB.  This fixes the regressions.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_reg.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp