[webkit-changes] [WebKit/WebKit] 48f4d7: [WK2] Use size_t for container size values in Remo...

Žan Doberšek noreply at github.com
Fri Feb 17 03:26:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 48f4d779d4f39d0cf0e37f907a704238e2af1f72
      https://github.com/WebKit/WebKit/commit/48f4d779d4f39d0cf0e37f907a704238e2af1f72
  Author: Žan Doberšek <zdobersek at igalia.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.messages.in
    M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h
    M Tools/Scripts/generate-gpup-webgl

  Log Message:
  -----------
  [WK2] Use size_t for container size values in RemoteGraphicsContextGL IPC messages
https://bugs.webkit.org/show_bug.cgi?id=252246

Reviewed by Kimmo Kinnunen.

Adopt size_t for container (i.e. Vector) size values used in different
RemoteGraphicsContextGL messages, instead of converting those values to and from
uint64_t.

The generate-gpup-webgl script, where this code is originating from, is changed
accordingly. The affected script output is updated.

* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.messages.in:
* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGLFunctionsGenerated.h:
(getFloatv):
(getIntegerv):
(getBooleanv):
(getUniformfv):
(getUniformiv):
(getUniformuiv):
(getBufferSubData):
(getActiveUniformBlockiv):
(getInternalformativ):
* Tools/Scripts/generate-gpup-webgl:

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




More information about the webkit-changes mailing list