Created attachment 463809 [details] Tiled video texture set to repeat safari vs chrome When setting power of two video texture to repeat (gl.REPEAT) the texture will be clamped instead of repeating when tiled. Also affects non-power of two video textures. The video texture repeats correctly on Chrome and Firefox. The issue has been encountered both on macOS and iOS. Tested on: MacBook PRO 16 2021 macOS Monterey (12.3) Safari 15.4 iPhone 12 mini (15.3.1) Comparing examples between Safari and Chrome will show difference (video attached): Power of two example (modified mdn example - https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Animating_textures_in_WebGL): https://kmmod.github.io/webgl-video-texture/ Non power of two example: https://www.shadertoy.com/view/7t3cDH
<rdar://problem/102912865>
Pull request: https://github.com/WebKit/WebKit/pull/7078
Committed 257365@main (c340b7473bca): <https://commits.webkit.org/257365@main> Reviewed commits have been landed. Closing PR #7078 and removing active labels.