[webkit-changes] [WebKit/WebKit] eacccd: WebGL rendering contexts have unused fields for bl...
Kimmo Kinnunen
noreply at github.com
Fri Aug 11 01:43:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eacccd2aac1b0f60e4c25f684f1d4e7cba93db15
https://github.com/WebKit/WebKit/commit/eacccd2aac1b0f60e4c25f684f1d4e7cba93db15
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
M Source/WebCore/html/canvas/WebGLRenderingContextBase.h
M Source/WebCore/platform/graphics/GraphicsContextGLAttributes.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
WebGL rendering contexts have unused fields for black textures, noExtensions
https://bugs.webkit.org/show_bug.cgi?id=260063
rdar://113736423
Reviewed by Antti Koivisto.
Remove the unused properties: black texture refs and noExtensions
context creation flag.
Remove two redundant LOGs.
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::create):
(WebCore::WebGLRenderingContextBase::~WebGLRenderingContextBase):
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:
* Source/WebCore/platform/graphics/GraphicsContextGLAttributes.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/266814@main
More information about the webkit-changes
mailing list