i965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.
authorEric Anholt <eric@anholt.net>
Thu, 12 May 2011 15:49:53 +0000 (08:49 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 May 2011 20:57:17 +0000 (13:57 -0700)
commit4bbc7915f16a8b0dcead3f34aa1b4f0328147bea
treed296a51de641f2558b7faac20d3b6e5e9c9c84e3
parentb126a0c0cb30b1e2f2df1953fe14d8596d1cf4f7
i965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.

In the 16-wide rework, I missed that we were setting some things to be
SIMD16 mode (corresponding to their setup in emit_texture_gen4()).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp