Bug 238367 - [WebGPU] Implement resource copying routines according to the spec
Summary: [WebGPU] Implement resource copying routines according to the spec
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on: 238311
Blocks:
  Show dependency treegraph
 
Reported: 2022-03-25 01:01 PDT by Myles C. Maxfield
Modified: 2022-03-27 18:47 PDT (History)
3 users (show)

See Also:


Attachments
WIP (62.83 KB, patch)
2022-03-25 01:05 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (69.65 KB, patch)
2022-03-25 19:52 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (69.80 KB, patch)
2022-03-25 20:05 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (69.36 KB, patch)
2022-03-25 20:14 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (68.77 KB, patch)
2022-03-25 21:31 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (68.83 KB, patch)
2022-03-25 21:41 PDT, Myles C. Maxfield
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2022-03-25 01:01:45 PDT
[WebGPU] Implement resource copying routines according to the spec
Comment 1 Myles C. Maxfield 2022-03-25 01:05:55 PDT
Created attachment 455737 [details]
WIP
Comment 2 Myles C. Maxfield 2022-03-25 19:52:22 PDT
Created attachment 455817 [details]
Patch
Comment 3 Myles C. Maxfield 2022-03-25 20:05:23 PDT
Created attachment 455819 [details]
Patch
Comment 4 Myles C. Maxfield 2022-03-25 20:14:19 PDT
Created attachment 455820 [details]
Patch
Comment 5 Myles C. Maxfield 2022-03-25 21:31:00 PDT
Created attachment 455824 [details]
Patch
Comment 6 Myles C. Maxfield 2022-03-25 21:41:09 PDT
Created attachment 455825 [details]
Patch
Comment 7 Myles C. Maxfield 2022-03-27 10:50:29 PDT
Comment on attachment 455825 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=455825&action=review

> Source/WebGPU/WebGPU/CommandEncoder.mm:720
> +        // "and that aspect must be a valid image copy destination according to §â¯25.1.2 Depth-stencil formats."

**** copy source
Comment 8 Myles C. Maxfield 2022-03-27 18:47:44 PDT
I'm going to split this patch up to make it easier to review.