[webkit-changes] [WebKit/WebKit] 1fea69: [WebGPU] GPUQueue.writeTexture adds layout offset ...

mwyrzykowski noreply at github.com
Wed Oct 11 19:40:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1fea69c70e60b1c92c314a9c077b156b94eafeec
      https://github.com/WebKit/WebKit/commit/1fea69c70e60b1c92c314a9c077b156b94eafeec
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  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




More information about the webkit-changes mailing list