[webkit-changes] [WebKit/WebKit] 080162: WebGLRenderingContextBase::validateCompressedTexFo...
Alexey Knyazev
noreply at github.com
Thu Aug 1 02:40:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 080162d8b101df25704b9dff7a23cfc08d93126e
https://github.com/WebKit/WebKit/commit/080162d8b101df25704b9dff7a23cfc08d93126e
Author: Alexey Knyazev <3479527+lexaknyazev at users.noreply.github.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M Source/WebCore/html/canvas/WebGL2RenderingContext.cpp
M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
M Source/WebCore/html/canvas/WebGLRenderingContextBase.h
Log Message:
-----------
WebGLRenderingContextBase::validateCompressedTexFormat is redundant
https://bugs.webkit.org/show_bug.cgi?id=274986
Reviewed by Kimmo Kinnunen.
Removed redundant code.
* Source/WebCore/html/canvas/WebGL2RenderingContext.cpp:
(WebCore::WebGL2RenderingContext::compressedTexImage2D):
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::compressedTexImage2D):
(WebCore::WebGLRenderingContextBase::compressedTexSubImage2D):
(WebCore::WebGLRenderingContextBase::validateCompressedTexFormat): Deleted.
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:
Canonical link: https://commits.webkit.org/281698@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