Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1fea69c70e60b1c92c314a9c077b156b94eafeec
https://github.com/WebKit/WebKit/commit/1fea69c70e60b1c92c314a9c077b156b94eafeec
Author: Mike Wyrzykowski <[email protected]>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] GPUQueue.writeTexture adds layout offset twice
https://bugs.webkit.org/show_bug.cgi?id=263001
<radar://116791102>
Reviewed by Tadeu Zagallo.
The offset is already added at the JS layer. We don't
need to add it again in the GPU process. It is better
to add any offsets at the JS layer because less data
needs to be sent from the web content process to the gpu
process.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):
Canonical link: https://commits.webkit.org/269237@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes