[webkit-changes] [WebKit/WebKit] 91b71c: [WebGPU] Some api, operation, command_buffer, image_c...
mwyrzykowski
noreply at github.com
Fri Mar 22 12:33:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 91b71cc2ddf66e9056f82362a427e9fb86efddc5
https://github.com/WebKit/WebKit/commit/91b71cc2ddf66e9056f82362a427e9fb86efddc5
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-03-22 (Fri, 22 Mar 2024)
Changed paths:
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] Some api,operation,command_buffer,image_copy fail as last row bytes are not copied correctly
https://bugs.webkit.org/show_bug.cgi?id=271389
<radar://125172306>
Reviewed by Tadeu Zagallo.
The last row of the iamge should only copy blockSize * widthInBlocks blocks,
not the entire bytesPerRow * height as had been done previously.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):
Canonical link: https://commits.webkit.org/276562@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list