<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [bisected, byt, bsw] arb_framebuffer_no_attachments.arb_framebuffer_no_attachments-atomic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91017#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [bisected, byt, bsw] arb_framebuffer_no_attachments.arb_framebuffer_no_attachments-atomic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91017">bug 91017</a>
              from <span class="vcard"><a class="email" href="mailto:kevin.rogovin@intel.com" title="Kevin Rogovin <kevin.rogovin@intel.com>"> <span class="fn">Kevin Rogovin</span></a>
</span></b>
        <pre>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</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>