i965: Actually claim to support MSAA on Broadwell.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Feb 2014 19:42:47 +0000 (11:42 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 19 Feb 2014 23:43:22 +0000 (15:43 -0800)
commit57405605a8c320f9d6ea389afd43ce6f013330a5
treeeeb493ed61be9f5547b24436b71f1d6a6c28dbeb
parent4af8c95783acb632befa40c5bfc7fc58b62873d0
i965: Actually claim to support MSAA on Broadwell.

We need to advertise 8x, 4x, and 2x multisamples.  Previously, we only
claimed to support 0/1 samples.

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/brw_context.c
src/mesa/drivers/dri/i965/intel_screen.c