[webkit-changes] [WebKit/WebKit] 797f5c: GraphicsContextGLANGLE::getProgramInfoLog is unnee...
Kimmo Kinnunen
noreply at github.com
Tue Sep 26 01:34:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 797f5ce964c76827bf09b27a4a7023783cdbe8e3
https://github.com/WebKit/WebKit/commit/797f5ce964c76827bf09b27a4a7023783cdbe8e3
Author: Kimmo Kinnunen <kkinnunen at 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
More information about the webkit-changes
mailing list