[Webkit-unassigned] [Bug 76248] Initial implementation of GraphicsContext3DOpenGLES.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 08:09:18 PST 2012


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





--- Comment #8 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-01-25 08:09:18 PST ---
(From update of attachment 122730)
View in context: https://bugs.webkit.org/attachment.cgi?id=122730&action=review

>> Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:133
>> +        ::glBindRenderbufferEXT(GL_RENDERBUFFER_EXT, 0);
> 
> OpenGL ES also has the concept of a packed depth/stencil buffer as well -- see the GL_OES_packed_depth_stencil extension. If you used that you could share setting up the single-sample framebuffer with the desktop implementation. If, for some reason, that's not an option (your target device does not support packed depth/stencil), then at the very least you should consider avoiding calling ::glBindRenderbufferEXT(GL_RENDERBUFFER_EXT, 0) twice in a row here.

Hm. To tell you the truth. I haven't know about GL_OES_packed_depth_stencil extension. I need more time to research and test it. :p. Here I opened a new bug to support it. http://webkit.org/b/77011
Removed  calling ::glBindRenderbufferEXT twice.

-- 
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