[Bug 90422] [SKL] Many Piglit multisample tests fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 13 08:59:05 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90422

--- Comment #4 from Neil Roberts <neil at linux.intel.com> ---
I can make the test pass by causing a flush in PatternRender::draw in between
where it renders to the texture and then calls glBlitFramebuffer to sample from
it with some gdb commands like this:

 b formats.cpp:326
 commands 1
 call intel_batchbuffer_emit_mi_flush(_glapi_Context)
 c
 end

This is mysterious because Mesa does seem to do its own flush when a buffer is
switched from rendering to sampling in brw_render_cache_set_check_flush and
this does seem to successfully call intel_batchbuffer_emit_mi_flush. I thought
maybe it's something about needing to flush twice but I tried duplicating the
call to intel_batchbuffer_emit_mi_flush in that function and that doesn't solve
it.

-- 
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/20150513/631b31e0/attachment.html>


More information about the intel-3d-bugs mailing list