[Webkit-unassigned] [Bug 92301] [BlackBerry] readPixels on FBOs are limited to canvas size on SGX platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 07:04:54 PDT 2012


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #154642|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #5 from Rob Buis <rwlbuis at gmail.com>  2012-07-26 07:04:57 PST ---
(From update of attachment 154642)
View in context: https://bugs.webkit.org/attachment.cgi?id=154642&action=review

Better :)

> Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:127
> +        ::glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);

You do the same thing twice, could add a helper method for that, but as we discussed can be done later.

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