WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 222508
Support fast/canvas/webgl/copyBufferSubData.html, fix bugs in fast/canvas/webgl/getBufferSubData-webgl1.html in Metal ANGLE on Simulator
https://bugs.webkit.org/show_bug.cgi?id=222508
Summary
Support fast/canvas/webgl/copyBufferSubData.html, fix bugs in fast/canvas/we...
Kyle Piddington
Reported
2021-02-26 17:33:12 PST
Support fast/canvas/webgl/copyBufferSubData.html, fix bugs in fast/canvas/webgl/getBufferSubData-webgl1.html in Metal ANGLE on Simulator
Attachments
Patch
(2.52 KB, patch)
2021-02-26 17:33 PST
,
Kyle Piddington
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kyle Piddington
Comment 1
2021-02-26 17:33:29 PST
Created
attachment 421731
[details]
Patch
EWS Watchlist
Comment 2
2021-02-26 17:34:37 PST
Note that there are important steps to take when updating ANGLE. See
https://trac.webkit.org/wiki/UpdatingANGLE
Dean Jackson
Comment 3
2021-02-26 18:36:26 PST
Comment on
attachment 421731
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=421731&action=review
> Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/BufferMtl.mm:233 > + if(result)
Nit: Space before (
> Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/DisplayMtl.mm:331 > +#else //Simulator should be able to support ES3, despite not supporting ios family 4 in it's entirety.
Nit: Space after // and s/it's/its/ I'll fix these when landing.
Dean Jackson
Comment 4
2021-02-26 18:41:36 PST
Comment on
attachment 421731
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=421731&action=review
> Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/DisplayMtl.mm:337 > return gl::Version(2, 0);
I think this statement should go inside the else clause. It wouldn't be hit in the TARGET_OS_SIMULATOR path.
Dean Jackson
Comment 5
2021-02-26 18:44:37 PST
Committed
r273612
(
234658@main
): <
https://commits.webkit.org/234658@main
>
Radar WebKit Bug Importer
Comment 6
2021-02-26 18:45:16 PST
<
rdar://problem/74817963
>
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