i965: Only use the SIMD16 program for per-sample shading on Broadwell.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Feb 2014 01:40:24 +0000 (17:40 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 19 Feb 2014 23:42:54 +0000 (15:42 -0800)
commit0c5873c9b9cfe1e7e689b2ef92a205aeee03763b
tree5f37ec498d504cf1941c8992bcccc1ad5b145b78
parent61d7ea4b16b1d5effd273027c21cf64841b67b78
i965: Only use the SIMD16 program for per-sample shading on Broadwell.

This restriction carries forward from earlier platforms.  The code is
ported straight from gen7_wm_state.c.

v2: Actually do it right.
v3: Add missing _NEW_MULTISAMPLE bit (caught by Eric).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/gen8_ps_state.c