WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126942
[WebGL2] Sync objects
https://bugs.webkit.org/show_bug.cgi?id=126942
Summary
[WebGL2] Sync objects
Dean Jackson
Reported
2014-01-13 15:46:19 PST
/* Sync objects */ WebGLSync? fenceSync(GLenum condition, GLbitfield flags); GLboolean isSync(WebGLSync? sync); void deleteSync(WebGLSync? sync); GLenum clientWaitSync(WebGLSync? sync, GLbitfield flags, GLuint64 timeout); void waitSync(WebGLSync? sync, GLbitfield flags, GLuint64 timeout); /* TODO: document return type */ any getSyncParameter(WebGLSync? sync, GLenum pname);
Attachments
Patch
(21.01 KB, patch)
2020-07-16 18:01 PDT
,
James Darpinian
no flags
Details
Formatted Diff
Diff
rebaseline test
(26.84 KB, patch)
2020-07-16 22:53 PDT
,
James Darpinian
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2014-01-13 15:46:42 PST
<
rdar://problem/15002416
>
James Darpinian
Comment 2
2020-07-16 18:01:32 PDT
Created
attachment 404506
[details]
Patch
James Darpinian
Comment 3
2020-07-16 22:53:45 PDT
Created
attachment 404538
[details]
rebaseline test
Kenneth Russell
Comment 4
2020-07-17 12:45:47 PDT
Comment on
attachment 404538
[details]
rebaseline test Fantastic work James! LGTM too.
EWS
Comment 5
2020-07-17 13:20:08 PDT
jdarpinian@chromium.org
does not have committer permissions according to
https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/contributors.json
. Rejecting
attachment 404538
[details]
from commit queue.
EWS
Comment 6
2020-07-17 14:51:21 PDT
Committed
r264535
: <
https://trac.webkit.org/changeset/264535
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 404538
[details]
.
Radar WebKit Bug Importer
Comment 7
2020-07-17 14:52:13 PDT
<
rdar://problem/65745409
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug