iris: Allow sample mask of 0
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 16 Jan 2019 07:22:48 +0000 (23:22 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commit3b336a15139f30dcfa1a7f8191153807609860c3
tree489dd3d81114c234c1256cfdbd98dc821b45b87a
parente17333ea1e57cbf40ad3dd5c75e5caef24d0feb4
iris: Allow sample mask of 0

I think this was an attempt to work around various sample mask bugs I
had early on.  It's not correct.  A sample mask of 0 is legal and means
to disable all samples.

Fixes dEQP-GLES31.functional.texture.multisample.*.*sample_mask*
src/gallium/drivers/iris/iris_state.c