[webkit-changes] [WebKit/WebKit] b892db: [WebGPU] VideoUploading sample has lime green arti...
mwyrzykowski
noreply at github.com
Sun Sep 8 17:51:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b892db6ecca109419cb3aacf52668e7b1194af84
https://github.com/WebKit/WebKit/commit/b892db6ecca109419cb3aacf52668e7b1194af84
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M Source/WebGPU/WebGPU/BindGroup.mm
M Source/WebGPU/WebGPU/Device.h
Log Message:
-----------
[WebGPU] VideoUploading sample has lime green artifacts on Intel
https://bugs.webkit.org/show_bug.cgi?id=279283
rdar://135375284
Reviewed by Dan Glastonbury.
CVMetalTextureCache doesn't work correctly on Intel, unclear
if it is a driver bug or CVMetalTextureCache bug, in any case
we can skip the CVMetalTextureCache path on Intel.
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createExternalTextureFromPixelBuffer const):
* Source/WebGPU/WebGPU/Device.h:
(WebGPU::Device::isIntel const):
Canonical link: https://commits.webkit.org/283324@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list