Summary: | [WebGL2] Refactor texImage2D and texSubImage2D taking ImageBitmap, ImageData, Image, ArrayBufferView | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kenneth Russell <kbr> | ||||||||||||||||
Component: | WebGL | Assignee: | Kenneth Russell <kbr> | ||||||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||||||
Severity: | Normal | CC: | cdumez, dino, esprehn+autocc, ews-watchlist, graouts, gyuyoung.kim, jdarpinian, justin_fan, kondapallykalyan, webkit-bug-importer | ||||||||||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||||||||||
Version: | WebKit Nightly Build | ||||||||||||||||||
Hardware: | Unspecified | ||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||
Bug Depends on: | 209515 | ||||||||||||||||||
Bug Blocks: | 211220, 208875, 209510, 209513, 211338 | ||||||||||||||||||
Attachments: |
|
Description
Kenneth Russell
2020-04-20 13:45:48 PDT
Have started this. Created attachment 397532 [details]
Work in progress
Checkpointing the current patch above - not for review or testing yet. Created attachment 398117 [details]
Patch
Created attachment 398124 [details]
Patch
Created attachment 398158 [details]
Patch
Created attachment 398202 [details]
Patch
Created attachment 398211 [details]
Patch
Created attachment 398220 [details]
Patch
Requesting review at this point. The majority of this patch is the large rebaselines, which per the ChangeLog, get dozens of WebGL 2.0 conformance tests passing completely. The layout test flakes seen in some of the dry runs are unrelated to these code changes. Comment on attachment 398220 [details]
Patch
Our review tool can't handle this large a patch. Hopefully the cq does.
I had a couple of minor comments that can be fixed in a follow-up. e.g. using enum class for TexFuncValidationSourceType and others.
Thanks Ken, this is fantastic.
Committed r261023: <https://trac.webkit.org/changeset/261023> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398220 [details]. |