<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - FBO with GL_RGBA16F texture format silent drawing corruption"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69689#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - FBO with GL_RGBA16F texture format silent drawing corruption"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69689">bug 69689</a>
              from <span class="vcard"><a class="email" href="mailto:greg@chown.ath.cx" title="Grigori Goronzy <greg@chown.ath.cx>"> <span class="fn">Grigori Goronzy</span></a>
</span></b>
        <pre>This does not work because glBlitFramebuffer fails, since it is trying to blit
between FBOs with different pixel formats. This isn't allowed, check for
instance the OpenGL 3.3 core specification, section 4.3.2 or the
EXT_framebuffer_multisample specification. They unambiguously state that read
and draw framebuffer must have the same pixel format for blits that involve
multisample framebuffers.

As far as I can see, this is not a problem with Mesa, but rather with your
OpenGL compliance.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>