RESOLVED FIXED 47024
Update Angle interface from 100 to 101 for chromium --in-process-webgl
https://bugs.webkit.org/show_bug.cgi?id=47024
Summary Update Angle interface from 100 to 101 for chromium --in-process-webgl
Zhenyao Mo
Reported 2010-10-01 15:48:35 PDT
Need to have support for Angle 100 and 101 at the same time until Chromium DEPS roll angle to 101. The code that's been affected is in ${WebKitRoot}/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp functions angleCreateCompilers angleValidateShaderSource()
Attachments
proposed patch (3.99 KB, patch)
2010-10-04 15:32 PDT, Alok Priyadarshi
no flags
proposed patch (3.98 KB, patch)
2010-10-04 15:58 PDT, Alok Priyadarshi
kbr: review-
proposed patch (4.01 KB, patch)
2010-10-05 10:23 PDT, Alok Priyadarshi
no flags
Alok Priyadarshi
Comment 1 2010-10-04 15:32:36 PDT
Created attachment 69701 [details] proposed patch
WebKit Review Bot
Comment 2 2010-10-04 15:33:42 PDT
Attachment 69701 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp:1423: One space before end of line comments [whitespace/comments] [5] WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp:1446: One space before end of line comments [whitespace/comments] [5] WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp:1490: One space before end of line comments [whitespace/comments] [5] Total errors found: 3 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alok Priyadarshi
Comment 3 2010-10-04 15:58:31 PDT
Created attachment 69708 [details] proposed patch Fixed style issues.
Kenneth Russell
Comment 4 2010-10-04 16:15:33 PDT
Comment on attachment 69708 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=69708&action=review This generally looks good. One minor formatting comment; please fix and submit a new patch. Also, please file a bug about updating the version of ANGLE checked in to WebKit. It would be really helpful if you could update that version as well so that Safari and Chromium stay in sync. > WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp:1426 > + &resources.MaxVertexUniformVectors); There's no 80-column limit in the WebKit coding style. I think these looked cleaner as one-line expressions. Please re-format them.
Alok Priyadarshi
Comment 5 2010-10-05 10:23:17 PDT
Created attachment 69805 [details] proposed patch Fixed formatting as suggested.
Kenneth Russell
Comment 6 2010-10-05 11:25:23 PDT
Comment on attachment 69805 [details] proposed patch Looks good to me.
WebKit Commit Bot
Comment 7 2010-10-05 13:17:36 PDT
Comment on attachment 69805 [details] proposed patch Clearing flags on attachment: 69805 Committed r69139: <http://trac.webkit.org/changeset/69139>
WebKit Commit Bot
Comment 8 2010-10-05 13:17:42 PDT
All reviewed patches have been landed. Closing bug.
Stephen White
Comment 9 2010-10-06 08:48:47 PDT
*** Bug 47116 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.