i965/fs: Support pull parameters in SIMD16 mode.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 8 Mar 2014 00:10:50 +0000 (16:10 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Mar 2014 17:11:36 +0000 (10:11 -0700)
commitb207e88b25e526d0f1ada7b19605b880a27866dc
tree177aff8c20e3c30eecc40818562177bac9ba6fdc
parent229319e0f0f872cfb19de3eb0ab620ca611d65d8
i965/fs: Support pull parameters in SIMD16 mode.

This is just a matter of reusing the pull/push constant information set
up by the SIMD8 compile.

This gains us 78 SIMD16 programs in shader-db.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp