[webkit-changes] [WebKit/WebKit] 7b2dc4: [WebGPU] GPUQueue.copyExternalImageToTexture fails...

mwyrzykowski noreply at github.com
Wed Nov 22 18:53:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7b2dc45dd08ff963adfd0bd899311361be663e54
      https://github.com/WebKit/WebKit/commit/7b2dc45dd08ff963adfd0bd899311361be663e54
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-11-22 (Wed, 22 Nov 2023)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/GPUQueue.cpp

  Log Message:
  -----------
  [WebGPU] GPUQueue.copyExternalImageToTexture fails for some formats
https://bugs.webkit.org/show_bug.cgi?id=265260
radar://118725062

Reviewed by Dan Glastonbury.

RG16f textures were not being properly supported in external image conversion.

Moving this logic to the GPU process is tracked by https://bugs.webkit.org/show_bug.cgi?id=263692

* Source/WebCore/Modules/WebGPU/GPUQueue.cpp:
(WebCore::copyToDestinationFormat):

Canonical link: https://commits.webkit.org/271067@main




More information about the webkit-changes mailing list