[Bug 91158] Piglit regression: spec/ARB_texture_multisample/arb_texture_multisample-sample-mask-execution
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 13 06:49:31 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91158
--- Comment #1 from Iago Toral <itoral at igalia.com> ---
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?
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150713/34b19d2f/attachment.html>
More information about the intel-3d-bugs
mailing list