[Webkit-unassigned] [Bug 64613] Use supported framebuffer renderbuffer mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 12:25:21 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64613





--- Comment #6 from Tom Hudson <tomhudson at google.com>  2011-07-15 12:25:21 PST ---
Although that framebuffer configuration is supported, that enum for requesting the framebuffer configuration isn't. This is an EGL oddness that the Chromium command buffer mimics: you can get a DEPTH_STENCIL buffer, but only by requesting separately as DEPTH and STENCIL.

So in practice: we succeed at the extensions->supports() call, then we get an error message from gles2_cmd_decoder.cc ("glFramebufferRenderbuffer: attachment GL_INVALID_ENUM) and cascading errors.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list