i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.
authorPaul Berry <stereotype441@gmail.com>
Wed, 18 Jul 2012 04:06:01 +0000 (21:06 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 24 Jul 2012 21:52:58 +0000 (14:52 -0700)
commit304be9db1437b9c7cb4ea17f2a05aa50b6483dc9
tree2b8a8f1a49a0dd95753126526be3b4fdb24c6f0f
parent2a9ab29ed9ff3a5e92ade4c44b4deaededc1c4bc
i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.

The code to emit 3DSTATE_SAMPLE_MASK was already correct for 8x
MSAA--this patch just removes an assertion that would have prevented
it from being used for 8x MSAA.

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