[webkit-changes] [WebKit/WebKit] a03540: GPUQueue.onSubmittedWorkDone does not work in GPUP...

mwyrzykowski noreply at github.com
Wed Dec 21 01:33:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a035407c8f5e9bbc89dc39c9f964170c0b140ea8
      https://github.com/WebKit/WebKit/commit/a035407c8f5e9bbc89dc39c9f964170c0b140ea8
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteQueue.messages.in

  Log Message:
  -----------
  GPUQueue.onSubmittedWorkDone does not work in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=249483
<radar://103450648>

Reviewed by Kimmo Kinnunen.

onSubmittedWorkDone stores the callback in a completion handler.

This is not supported by stream IPC. Avoid this by making onSubmittedWorkDone
non stream encodable.

* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteQueue.messages.in:

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




More information about the webkit-changes mailing list