RESOLVED FIXED 93313
[chromium] add sync points and GL_CHROMIUM_texture_mailbox entrypoints to WebGraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=93313
Summary [chromium] add sync points and GL_CHROMIUM_texture_mailbox entrypoints to Web...
Antoine Labour
Reported 2012-08-06 17:53:10 PDT
[chromium] add sync points and GL_CHROMIUM_texture_mailbox entrypoints to WebGraphicsContext3D
Attachments
Patch (2.37 KB, patch)
2012-08-06 17:53 PDT, Antoine Labour
no flags
Patch for landing (2.36 KB, patch)
2012-08-06 18:03 PDT, Antoine Labour
no flags
Antoine Labour
Comment 1 2012-08-06 17:53:59 PDT
WebKit Review Bot
Comment 2 2012-08-06 17:55:55 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
James Robinson
Comment 3 2012-08-06 17:56:41 PDT
Comment on attachment 156814 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=156814&action=review > Source/Platform/chromium/public/WebGraphicsContext3D.h:175 > + virtual unsigned int insertSyncPoint() { return 0; } > + virtual void waitSyncPoint(unsigned int) { } we normally just use "unsigned" as the type name in WebKit (although this isn't universal).
Antoine Labour
Comment 4 2012-08-06 18:03:46 PDT
Created attachment 156815 [details] Patch for landing
Antoine Labour
Comment 5 2012-08-06 18:04:26 PDT
(In reply to comment #3) > (From update of attachment 156814 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=156814&action=review > > > Source/Platform/chromium/public/WebGraphicsContext3D.h:175 > > + virtual unsigned int insertSyncPoint() { return 0; } > > + virtual void waitSyncPoint(unsigned int) { } > > we normally just use "unsigned" as the type name in WebKit (although this isn't universal). Yep. Done.
WebKit Review Bot
Comment 6 2012-08-06 20:18:54 PDT
Comment on attachment 156815 [details] Patch for landing Clearing flags on attachment: 156815 Committed r124840: <http://trac.webkit.org/changeset/124840>
WebKit Review Bot
Comment 7 2012-08-06 20:18:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.