Bug 222508

Summary: Support fast/canvas/webgl/copyBufferSubData.html, fix bugs in fast/canvas/webgl/getBufferSubData-webgl1.html in Metal ANGLE on Simulator
Product: WebKit Reporter: Kyle Piddington <kpiddington>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, ews-watchlist, graouts, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

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+
Kyle Piddington
Comment 1 2021-02-26 17:33:29 PST
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
Radar WebKit Bug Importer
Comment 6 2021-02-26 18:45:16 PST
Note You need to log in before you can comment on or make changes to this bug.