Bug 91143 - [BlackBerry] Upstream WebGL Code
Summary: [BlackBerry] Upstream WebGL Code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 13:27 PDT by Joshua Netterfield
Modified: 2012-07-16 13:29 PDT (History)
5 users (show)

See Also:


Attachments
Patch (39.04 KB, patch)
2012-07-13 15:12 PDT, Joshua Netterfield
no flags Details | Formatted Diff | Diff
Patch (32.55 KB, patch)
2012-07-16 08:20 PDT, Joshua Netterfield
no flags Details | Formatted Diff | Diff
Patch (31.99 KB, patch)
2012-07-16 08:47 PDT, Joshua Netterfield
no flags Details | Formatted Diff | Diff
Patch (32.08 KB, patch)
2012-07-16 09:53 PDT, Joshua Netterfield
no flags Details | Formatted Diff | Diff
Patch (30.29 KB, patch)
2012-07-16 12:11 PDT, Joshua Netterfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Netterfield 2012-07-12 13:27:48 PDT
Upstream WebGL code for BlackBerry port
Comment 1 Joshua Netterfield 2012-07-13 15:12:03 PDT
Created attachment 152350 [details]
Patch
Comment 2 Joshua Netterfield 2012-07-13 15:28:27 PDT
Will revert changes to readPixels Monday.
Comment 3 Joshua Netterfield 2012-07-16 08:20:28 PDT
Created attachment 152538 [details]
Patch
Comment 4 Rob Buis 2012-07-16 08:39:49 PDT
Comment on attachment 152538 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=152538&action=review

Still some things to cleanup.

> Source/WebCore/ChangeLog:3
> +        This patch includes BlackBerry-specific fixes for anti-aliasing, logging, and shader compilation.

This line should go below the Reviewed by line.

> Source/WebCore/ChangeLog:23
> +        * platform/graphics/opengl/Extensions3DOpenGL.h: Remove unnecessary  whitespace.

Remove unnecessary whitespace. <- there is unnecessary whitespace in that sentence.

> Source/WebKit/ChangeLog:3
> +        This patch includes BlackBerry-specific fixes for anti-aliasing, logging, and shader compilation.

This line should go below the Reviewed by line.

> Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:142
> +#endif

Better add some whitespace in some of these lines.

> Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:53
> +    // Currently only format=RGBA, type=UNSIGNED_BYTE is supported by the specification: http://www.khronos.org/reg

Huh? gives 404
Comment 5 Joshua Netterfield 2012-07-16 08:47:19 PDT
Created attachment 152543 [details]
Patch
Comment 6 Joshua Netterfield 2012-07-16 09:53:04 PDT
Created attachment 152554 [details]
Patch
Comment 7 Joshua Netterfield 2012-07-16 12:11:05 PDT
Created attachment 152582 [details]
Patch
Comment 8 Rob Buis 2012-07-16 12:52:59 PDT
Comment on attachment 152582 [details]
Patch

Ok.
Comment 9 WebKit Review Bot 2012-07-16 13:29:19 PDT
Comment on attachment 152582 [details]
Patch

Clearing flags on attachment: 152582

Committed r122754: <http://trac.webkit.org/changeset/122754>
Comment 10 WebKit Review Bot 2012-07-16 13:29:25 PDT
All reviewed patches have been landed.  Closing bug.