[webkit-changes] [WebKit/WebKit] fb05cb: Replace CommandEncoder::resolveQuerySet with Swift...

Commit Queue noreply at github.com
Fri Oct 18 10:00:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fb05cb81b60c4b1ed027be38f355619ee6560fa3
      https://github.com/WebKit/WebKit/commit/fb05cb81b60c4b1ed027be38f355619ee6560fa3
  Author: Nitin Mahendru <nitinmahendru at apple.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M Source/WebGPU/WebGPU.xcodeproj/project.pbxproj
    M Source/WebGPU/WebGPU/CommandEncoder.mm
    M Source/WebGPU/WebGPU/CommandEncoder.swift
    M Source/WebGPU/WebGPU/QuerySet.h
    M Source/WebGPU/WebGPU/WebGPUExt.h

  Log Message:
  -----------
  Replace CommandEncoder::resolveQuerySet with Swift implementaiton in WebGPU
rdar://137890186
https://bugs.webkit.org/show_bug.cgi?id=281437

Reviewed by Mike Wyrzykowski.

Locally tested with:
make release BUILD_WEBKIT_OPTIONS="--webGpuSwift"
./LayoutTests/http/tests/webgpu/webgpu/api/validation/encoding/queries/resolveQuerySet.html

* Source/WebGPU/WebGPU.xcodeproj/project.pbxproj:
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::resolveQuerySet):
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(resolveQuerySet(_:querySet:firstQuery:queryCount:destination:destinationOffset:)):
(WebGPU.resolveQuerySet(_:firstQuery:queryCount:destination:destinationOffset:)):
* Source/WebGPU/WebGPU/QuerySet.h:
(retainQuerySet):
(releaseQuerySet):
* Source/WebGPU/WebGPU/WebGPUExt.h:

Canonical link: https://commits.webkit.org/285418@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