iris: fix sample mask
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 27 Jul 2018 23:02:09 +0000 (16:02 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:08 +0000 (10:26 -0800)
commit80c70966728f843f0fffe9236fa1b04205d44160
treebffea09832854cca8552dc7562968ba14d2f4513
parente990558152ba64b26e991409c5d783357ef1aecb
iris: fix sample mask

0xffffffff does not mean 1, it means enable as many as there actually
are.  we don't get set_sample_mask() calls until some masking is
actually applied...i.e. it doesn't get updated based on # of samples
in the FBO changing.
src/gallium/drivers/iris/iris_state.c