<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Piglit regression: spec/ARB_texture_multisample/arb_texture_multisample-sample-mask-execution"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91158#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Piglit regression: spec/ARB_texture_multisample/arb_texture_multisample-sample-mask-execution"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91158">bug 91158</a>
              from <span class="vcard"><a class="email" href="mailto:itoral@igalia.com" title="Iago Toral <itoral@igalia.com>"> <span class="fn">Iago Toral</span></a>
</span></b>
        <pre>I can't reproduce this with current master (de5c2b6f2b5) on IvyBridge:

$ bin/arb_texture_multisample-sample-mask-execution -auto -fbo
Using classic MSAA renderbuffer
PIGLIT: {"result": "pass" }

$ bin/arb_texture_multisample-sample-mask-execution -tex -auto -fbo
Using GL_TEXTURE_2D_MULTISAMPLE
PIGLIT: {"result": "pass" }

FWIW, compatible_resolve_formats() is returning TRUE for me on the first check:

if (_mesa_get_srgb_format_linear(readRb->Format) ==
    _mesa_get_srgb_format_linear(drawRb->Format)) {
   return GL_TRUE;
}

where:

readRb->format == drawRb->Format == MESA_FORMAT_R8G8B8A8_UNORM

Could it be that the regression is specific to a particular hardware platform
or could this be already fixed in master?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>