[Bug 69689] FBO with GL_RGBA16F texture format silent drawing corruption

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 14 17:29:20 PST 2013


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

--- Comment #10 from Grigori Goronzy <greg at chown.ath.cx> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131115/85ee9947/attachment.html>


More information about the dri-devel mailing list