<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;">


    <h1 style="font-size: 150%;font-weight:normal; color:#ff3228;"><a href="https://ci.appveyor.com/project/mesa3d/mesa/builds/24276095" style="color:#ff3228;">Build mesa 11014 failed</a></h1>

    <p style="color: #888;">
        Commit <a href="">512a31a412</a> by <a href="mailto:airlied@redhat.com">Dave Airlie</a> on 4/29/2019 3:17 AM:
        <br />
        <span style="font-size: 110%;color:#222;">util/bitset: fix bitset range mask calculations.\n\nThe MASK macro is used in the RANGE macro, and it should\nreturn the pre-bitset word mask for the (b) value.\n\ni.e.\nBITSET_MASK(0) should be undefined since it's meaningless.\nBITSET_MASK(31) should give 0x7fffffff\nBITSET_MASK(32) should give 0xffffffff\nBITSET_MASK(33) should give 0x00000001\nBITSET_MASK(64) should give 0xffffffff\n\nHowever then BITSET_RANGE ends up broken for cases where\nit's (b) value is the 0,32,64 value as in that case the lower\nmask would be 0 not 0xffffffff.\n\nThis fixes the unit tests that I've added, and my code that\nuses bitsets.\n\nReviewed-by: Jason Ekstrand <jason@jlekstrand.net>\nFixes: bb38cadb1c5f2 "More GLSL code"\nReviewed-by: Kristian H. Kristensen <hoegsberg@google.com></span>
    </p>

    <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p>
</div>