[webkit-changes] [WebKit/WebKit] 81c7f8: [WebGPU] Enable vertex_state, correctness test
mwyrzykowski
noreply at github.com
Tue Oct 31 03:03:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 81c7f8ee92be3fc6c4f1a3a4bfad1aad654806bf
https://github.com/WebKit/WebKit/commit/81c7f8ee92be3fc6c4f1a3a4bfad1aad654806bf
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M LayoutTests/http/tests/webgpu/webgpu/api/operation/vertex_state/index_format-expected.txt
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] Enable vertex_state,correctness test
https://bugs.webkit.org/show_bug.cgi?id=263523
<rdar://problem/117352784>
Reviewed by Dan Glastonbury and Tadeu Zagallo.
Handle array_stride==0 per the WGPU specification and
enable vertex_correctness.html
* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::stepFunction):
(WebGPU::createVertexDescriptor):
* LayoutTests/http/tests/webgpu/webgpu/api/operation/vertex_state/index_format-expected.txt:
Add expectation
Canonical link: https://commits.webkit.org/270004@main
More information about the webkit-changes
mailing list