[Bug 91017] [bisected, byt, bsw] arb_framebuffer_no_attachments.arb_framebuffer_no_attachments-atomic
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 18 05:01:15 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91017
--- Comment #3 from Kevin Rogovin <kevin.rogovin at intel.com> ---
Arr.. and the block to comment out is exactly this:
glBindFramebuffer(GL_FRAMEBUFFER, fbo);
/* Setup default width and height. */
glFramebufferParameteri(GL_FRAMEBUFFER,
GL_FRAMEBUFFER_DEFAULT_WIDTH, piglit_width);
glFramebufferParameteri(GL_FRAMEBUFFER,
GL_FRAMEBUFFER_DEFAULT_HEIGHT, piglit_height);
/* Check that fbo is marked complete. */
if (glCheckFramebufferStatus(GL_FRAMEBUFFER) !=
GL_FRAMEBUFFER_COMPLETE)
piglit_report_result(PIGLIT_FAIL);
(For whatever reason I included in the past the next 4 lines).
-Kevin
--
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/20150618/8e0f40ac/attachment.html>
More information about the intel-3d-bugs
mailing list