[webkit-changes] [WebKit/WebKit] 88dc00: Use CVMetalTextureGetCleanTexCoords to build UV re...

mwyrzykowski noreply at github.com
Tue May 16 18:31:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 88dc0018306ac282455cfc5b66e7439e22da1856
      https://github.com/WebKit/WebKit/commit/88dc0018306ac282455cfc5b66e7439e22da1856
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/BindGroup.mm

  Log Message:
  -----------
  Use CVMetalTextureGetCleanTexCoords to build UV remapping matrix
https://bugs.webkit.org/show_bug.cgi?id=256862>
radar://109427866

Reviewed by Myles C. Maxfield.

CVMetalTextureGetCleanTexCoords accounts for flipping, so we don't need
to special case y-flip any longer.

* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createExternalTextureFromPixelBuffer const):

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




More information about the webkit-changes mailing list