[webkit-changes] [WebKit/WebKit] ee7bef: ANGLE contains differences that are from stale fil...
Kimmo Kinnunen
noreply at github.com
Fri Aug 4 01:08:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ee7bef0182a8347ba43523dd6ca08e993ae8f1e3
https://github.com/WebKit/WebKit/commit/ee7bef0182a8347ba43523dd6ca08e993ae8f1e3
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
M Source/ThirdParty/ANGLE/changes.diff
M Source/ThirdParty/ANGLE/scripts/code_generation_hashes/Metal_default_shaders.json
M Source/ThirdParty/ANGLE/scripts/run_code_generation.py
M Source/ThirdParty/ANGLE/src/compiler/translator/tree_ops/apple/UnfoldShortCircuitAST.cpp
M Source/ThirdParty/ANGLE/src/compiler/translator/tree_ops/apple/UnfoldShortCircuitAST.h
R Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/format_autogen.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/gen_mtl_internal_shaders.py
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_0_ios_autogen.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_0_macos_autogen.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_1_ios_autogen.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_1_macos_autogen.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_src_autogen.h
Log Message:
-----------
ANGLE contains differences that are from stale files or unneeded after 265822 at main
https://bugs.webkit.org/show_bug.cgi?id=259818
rdar://113378239
Unreviewed, to be reviewed by Dan Glastonbury.
Revert the files to upstream content revision
77c4b6779152795f188c1fb94d35bcf71182f6c6.
* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:
Remove formats_autogen.h
* Source/ThirdParty/ANGLE/changes.diff:
* Source/ThirdParty/ANGLE/scripts/code_generation_hashes/Metal_default_shaders.json:
* Source/ThirdParty/ANGLE/scripts/run_code_generation.py:
* Source/ThirdParty/ANGLE/src/compiler/translator/tree_ops/apple/UnfoldShortCircuitAST.cpp:
* Source/ThirdParty/ANGLE/src/compiler/translator/tree_ops/apple/UnfoldShortCircuitAST.h:
Revert from upstream.
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/format_autogen.h: Removed.
Remove formats_autogen.h, it is currently not needed for compilation,
only for generation of the .metal file.
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/gen_mtl_internal_shaders.py:
(generate_combined_metal_src):
Add back the upstream hunk which removed the formats_autogen.h after generation.
The formats_autogen.h is not needed for compilation.
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_0_ios_autogen.h:
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_0_macos_autogen.h:
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_1_ios_autogen.h:
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_2_1_macos_autogen.h:
* Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/shaders/mtl_internal_shaders_src_autogen.h:
Revert from upstream.
Canonical link: https://commits.webkit.org/266574@main
More information about the webkit-changes
mailing list