Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2d98e3c0b26e20d06bee8d5033b4cc53f1951e6a
      
https://github.com/WebKit/WebKit/commit/2d98e3c0b26e20d06bee8d5033b4cc53f1951e6a
  Author: Zak Ridouh <[email protected]>
  Date:   2026-05-19 (Tue, 19 May 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/cocoa/GraphicsContextGLCocoa.mm
    M Source/WebGPU/WebGPU/BindGroup.mm
    M Source/WebGPU/WebGPU/Buffer.mm
    M Source/WebGPU/WebGPU/CommandEncoder.mm
    M Source/WebGPU/WebGPU/Device.mm
    M Source/WebGPU/WebGPU/Instance.mm
    M Source/WebGPU/WebGPU/PresentationContextIOSurface.mm
    M Source/WebGPU/WebGPU/Queue.mm
    M Source/WebGPU/WebGPU/Texture.mm

  Log Message:
  -----------
  [WebGPU] Wrap deprecated Metal managed-storage and device-observer APIs in 
proper macros
https://bugs.webkit.org/show_bug.cgi?id=315114
rdar://177452722

Reviewed by Mike Wyrzykowski.

Wrap them with ALLOW_DEPRECATED_DECLARATIONS_BEGIN/END rather than remove the 
Intel codepaths.

* Source/WebCore/platform/graphics/cocoa/GraphicsContextGLCocoa.mm:
(WebCore::platformSupportsMetal):
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createExternalTextureFromPixelBuffer const):
* Source/WebGPU/WebGPU/Buffer.mm:
(WebGPU::storageMode):
(WebGPU::Buffer::unmap):
(WebGPU::Buffer::takeSlowIndexValidationPath):
(WebGPU::Buffer::takeSlowIndirectIndexValidationPath):
(WebGPU::Buffer::takeSlowIndirectValidationPath):
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::addBuffer):
(WebGPU::CommandEncoder::addTexture):
(WebGPU::CommandEncoder::finish):
* Source/WebGPU/WebGPU/Device.mm:
(WebGPU::Device::Device):
(WebGPU::Device::~Device):
* Source/WebGPU/WebGPU/Instance.mm:
(WebGPU::sortedDevices):
* Source/WebGPU/WebGPU/PresentationContextIOSurface.mm:
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::synchronizeResourceAndWait):
(WebGPU::Queue::writeBuffer):
(WebGPU::Queue::writeTexture):
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::storageMode):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to