vc4: Enable glSampleMask() even when !rasterizer->multisample.
authorEric Anholt <eric@anholt.net>
Fri, 10 Feb 2017 21:24:37 +0000 (13:24 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 10 Feb 2017 22:17:05 +0000 (14:17 -0800)
commit0514b0bdc91e34509f09c27cecc3c3d323967f13
tree6b532accf9badc0c114bdb710752fc00780c5bb8
parent5c86f119b946e2557643b78687326322feb1ecea
vc4: Enable glSampleMask() even when !rasterizer->multisample.

gallium's blitter expects that it can set the sample mask even when the
rasterizer doesn't have the flag on.

Between this and the previous test, 10 new ext_framebuffer_multisample
tests start passing.
src/gallium/drivers/vc4/vc4_program.c