[webkit-changes] [WebKit/WebKit] 58126b: [WebGPU] UVRemap matrix is flipped for texture_ext...
mwyrzykowski
noreply at github.com
Thu May 25 10:33:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 58126ba6ab51ce098bc0726ecde02c2cbdd0d74c
https://github.com/WebKit/WebKit/commit/58126ba6ab51ce098bc0726ecde02c2cbdd0d74c
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M Source/WebGPU/WebGPU/BindGroup.mm
Log Message:
-----------
[WebGPU] UVRemap matrix is flipped for texture_external
https://bugs.webkit.org/show_bug.cgi?id=257280
<radar://109794799>
Reviewed by Tadeu Zagallo.
I flipped 0 and 1 when solving for Ay and By in the linear equation.
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createExternalTextureFromPixelBuffer const):
Canonical link: https://commits.webkit.org/264526@main
More information about the webkit-changes
mailing list