Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 797f5ce964c76827bf09b27a4a7023783cdbe8e3
      
https://github.com/WebKit/WebKit/commit/797f5ce964c76827bf09b27a4a7023783cdbe8e3
  Author: Kimmo Kinnunen <kkinnu...@apple.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp
    M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.h

  Log Message:
  -----------
  GraphicsContextGLANGLE::getProgramInfoLog is unneeded function
https://bugs.webkit.org/show_bug.cgi?id=262036
rdar://115988984

Reviewed by Dan Glastonbury.

The infolog filtering is done in ANGLE, where the warning string to
filter is also probably more up-to-date.

* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp:
(WebCore::GraphicsContextGLANGLE::getProgramInfoLog):
(WebCore::GraphicsContextGLANGLE::getShaderInfoLog):
(WebCore::GraphicsContextGLANGLE::getUnmangledInfoLog): Deleted.
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.h:

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to