[webkit-changes] [WebKit/WebKit] ffc701: Fix unified build issues after 267037 at main
Kimmo Kinnunen
noreply at github.com
Tue Aug 22 02:23:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ffc701d1abadc9a6e6dd5c07bd9cacb1bd737077
https://github.com/WebKit/WebKit/commit/ffc701d1abadc9a6e6dd5c07bd9cacb1bd737077
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M Source/WebCore/html/canvas/ANGLEInstancedArrays.h
M Source/WebCore/html/canvas/EXTBlendMinMax.h
M Source/WebCore/html/canvas/EXTClipControl.h
M Source/WebCore/html/canvas/EXTColorBufferFloat.h
M Source/WebCore/html/canvas/EXTColorBufferHalfFloat.h
M Source/WebCore/html/canvas/EXTConservativeDepth.h
M Source/WebCore/html/canvas/EXTDepthClamp.h
M Source/WebCore/html/canvas/EXTDisjointTimerQuery.cpp
M Source/WebCore/html/canvas/EXTDisjointTimerQuery.h
M Source/WebCore/html/canvas/EXTDisjointTimerQueryWebGL2.h
M Source/WebCore/html/canvas/EXTFloatBlend.h
M Source/WebCore/html/canvas/EXTFragDepth.h
M Source/WebCore/html/canvas/EXTPolygonOffsetClamp.h
M Source/WebCore/html/canvas/EXTRenderSnorm.h
M Source/WebCore/html/canvas/EXTShaderTextureLOD.h
M Source/WebCore/html/canvas/EXTTextureCompressionRGTC.h
M Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h
M Source/WebCore/html/canvas/EXTTextureMirrorClampToEdge.h
M Source/WebCore/html/canvas/EXTTextureNorm16.h
M Source/WebCore/html/canvas/EXTsRGB.h
M Source/WebCore/html/canvas/OESVertexArrayObject.h
M Source/WebCore/html/canvas/WebGLMultiDraw.h
M Source/WebCore/html/canvas/WebGLMultiDrawInstancedBaseVertexBaseInstance.h
M Source/WebCore/html/canvas/WebGLPolygonMode.h
M Source/WebCore/html/canvas/WebGLProvokingVertex.h
M Source/WebCore/html/canvas/WebGLRenderSharedExponent.h
M Source/WebCore/html/canvas/WebGLRenderingContext.h
M Source/WebCore/html/canvas/WebGLStencilTexturing.h
Log Message:
-----------
Fix unified build issues after 267037 at main
https://bugs.webkit.org/show_bug.cgi?id=260512
rdar://problem/114243089
Unreviewed, build fix.
Fix headers and make NONCOPYABLE consistent among WebGL extensions after
"WebGL extension context loss handling is more complex than needed".
* Source/WebCore/html/canvas/ANGLEInstancedArrays.h:
* Source/WebCore/html/canvas/EXTBlendMinMax.h:
* Source/WebCore/html/canvas/EXTClipControl.h:
* Source/WebCore/html/canvas/EXTColorBufferFloat.h:
* Source/WebCore/html/canvas/EXTColorBufferHalfFloat.h:
* Source/WebCore/html/canvas/EXTConservativeDepth.h:
* Source/WebCore/html/canvas/EXTDepthClamp.h:
* Source/WebCore/html/canvas/EXTDisjointTimerQuery.cpp:
* Source/WebCore/html/canvas/EXTDisjointTimerQuery.h:
* Source/WebCore/html/canvas/EXTDisjointTimerQueryWebGL2.h:
* Source/WebCore/html/canvas/EXTFloatBlend.h:
* Source/WebCore/html/canvas/EXTFragDepth.h:
* Source/WebCore/html/canvas/EXTPolygonOffsetClamp.h:
* Source/WebCore/html/canvas/EXTRenderSnorm.h:
* Source/WebCore/html/canvas/EXTShaderTextureLOD.h:
* Source/WebCore/html/canvas/EXTTextureCompressionRGTC.h:
* Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h:
* Source/WebCore/html/canvas/EXTTextureMirrorClampToEdge.h:
* Source/WebCore/html/canvas/EXTTextureNorm16.h:
* Source/WebCore/html/canvas/EXTsRGB.h:
* Source/WebCore/html/canvas/OESVertexArrayObject.h:
* Source/WebCore/html/canvas/WebGL2RenderingContext.cpp:
(WebCore::root):
* Source/WebCore/html/canvas/WebGL2RenderingContext.h:
* Source/WebCore/html/canvas/WebGLMultiDraw.h:
* Source/WebCore/html/canvas/WebGLMultiDrawInstancedBaseVertexBaseInstance.h:
* Source/WebCore/html/canvas/WebGLPolygonMode.h:
* Source/WebCore/html/canvas/WebGLProvokingVertex.h:
* Source/WebCore/html/canvas/WebGLRenderSharedExponent.h:
* Source/WebCore/html/canvas/WebGLRenderingContext.h:
* Source/WebCore/html/canvas/WebGLStencilTexturing.h:
Canonical link: https://commits.webkit.org/267127@main
More information about the webkit-changes
mailing list