[Webkit-unassigned] [Bug 71502] [chromium] Test for GL_EXT_bgra in addition to GL_EXT_texture_format_BGRA8888/GL_EXT_read_format_bgra for accelerated paining

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 16:59:52 PDT 2011


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


Kenneth Russell <kbr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #113577|review?                     |review-
               Flag|                            |




--- Comment #6 from Kenneth Russell <kbr at google.com>  2011-11-03 16:59:53 PST ---
(From update of attachment 113577)
GraphicsContext3D and Extensions3D have followed the functionality and naming conventions in OpenGL ES 2.0 and extensions. The most consistent way to handle this would be to have the underlying implementation report support for GL_EXT_texture_format_BGRA8888 when running on desktop GL supporting GL_EXT_bgra. This is how Chromium's command buffer implementation works. See src/gpu/command_buffer/service/feature_info.cc. For this reason I'm marking this r-. If you really want to pursue this direction then minimally you need to update the documentation on Extensions3D.h indicating which extensions it supports.

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