[webkit-changes] [WebKit/WebKit] 69a415: TextureMirrorClampToEdgeEXT is not available on wa...

Dean Jackson noreply at github.com
Mon Mar 27 18:29:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 69a4159e08ae77ab28177ed872a21decec5c641e
      https://github.com/WebKit/WebKit/commit/69a4159e08ae77ab28177ed872a21decec5c641e
  Author: Dean Jackson <dino at apple.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/DisplayMtl.mm
    M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/mtl_utils.mm

  Log Message:
  -----------
  TextureMirrorClampToEdgeEXT is not available on watchOS
https://bugs.webkit.org/show_bug.cgi?id=254557
rdar://107290832

Reviewed by Elliot Williams and Tim Horton.

This extension is not supported on watchOS. We need to guard against
the enum values.

* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/DisplayMtl.mm:
(rx::DisplayMtl::initializeExtensions const):
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/mtl_utils.mm:
(rx::mtl::GetSamplerAddressMode):

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




More information about the webkit-changes mailing list