[webkit-changes] [WebKit/WebKit] b1e18f: [ iOS Release ] imported/w3c/web-platform-tests/we...

youennf noreply at github.com
Thu Feb 2 01:20:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b1e18f0d12ca3be2cbb505ff5013bfad51045ba5
      https://github.com/WebKit/WebKit/commit/b1e18f0d12ca3be2cbb505ff5013bfad51045ba5
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M LayoutTests/platform/ios/TestExpectations
    R LayoutTests/platform/ios/imported/w3c/web-platform-tests/webcodecs/videoFrame-texImage.any.worker-expected.txt
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp

  Log Message:
  -----------
  [ iOS Release ] imported/w3c/web-platform-tests/webcodecs/videoFrame-texImage.any.worker.html  is a constant text only failure.
https://bugs.webkit.org/show_bug.cgi?id=251234
rdar://problem/104720207

Reviewed by Eric Carlson.

The fast code path does not work on iOS simulator when the image needs to be converted to YUV before becoming a texture.
We fallback to the SW code path in that case.

* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/webcodecs/videoFrame-texImage.any.worker-expected.txt: Removed.
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::texImageSourceHelper):

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




More information about the webkit-changes mailing list