[webkit-changes] [WebKit/WebKit] 52c413: Update ANGLE to 2024-09-11 (f0919be383d0d6ad76120f...
Dan Glastonbury
noreply at github.com
Thu Sep 12 16:14:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 52c41307a7699be8be05bf47492412640e64864a
https://github.com/WebKit/WebKit/commit/52c41307a7699be8be05bf47492412640e64864a
Author: Dan Glastonbury <djg at apple.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
A Source/ThirdParty/ANGLE/.git-blame-ignore-revs
M Source/ThirdParty/ANGLE/ANGLE.plist
M Source/ThirdParty/ANGLE/Compiler.cmake
M Source/ThirdParty/ANGLE/DEPS
M Source/ThirdParty/ANGLE/WebKit/ANGLEShaderProgramVersion.h
M Source/ThirdParty/ANGLE/WebKit/angle_commit.h
M Source/ThirdParty/ANGLE/changes.diff
M Source/ThirdParty/ANGLE/include/platform/autogen/FeaturesD3D_autogen.h
M Source/ThirdParty/ANGLE/include/platform/d3d_features.json
M Source/ThirdParty/ANGLE/scripts/code_generation_hashes/SPIR-V_helpers.json
M Source/ThirdParty/ANGLE/scripts/code_generation_hashes/restricted_traces.json
M Source/ThirdParty/ANGLE/src/common/mathutil.h
M Source/ThirdParty/ANGLE/src/common/mathutil_unittest.cpp
M Source/ThirdParty/ANGLE/src/compiler.gni
M Source/ThirdParty/ANGLE/src/compiler/translator/CodeGen.cpp
M Source/ThirdParty/ANGLE/src/compiler/translator/ImmutableStringBuilder.h
A Source/ThirdParty/ANGLE/src/compiler/translator/wgsl/RewritePipelineVariables.cpp
A Source/ThirdParty/ANGLE/src/compiler/translator/wgsl/RewritePipelineVariables.h
M Source/ThirdParty/ANGLE/src/compiler/translator/wgsl/TranslatorWGSL.cpp
A Source/ThirdParty/ANGLE/src/compiler/translator/wgsl/WriteTypeName.cpp
A Source/ThirdParty/ANGLE/src/compiler/translator/wgsl/WriteTypeName.h
M Source/ThirdParty/ANGLE/src/libANGLE/Framebuffer.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/ProgramExecutable.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/DynamicHLSL.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/ProgramD3D.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/ProgramD3D.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/ProgramExecutableD3D.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/ProgramExecutableD3D.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/Buffer11.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/Context11.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/InputLayoutCache.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/StateManager11.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/d3d/d3d9/renderer9_utils.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/TextureGL.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/FrameBufferMtl.mm
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/BufferVk.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/BufferVk.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/VertexArrayVk.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/vulkan/vk_renderer.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/ContextWgpu.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/ContextWgpu.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/ProgramWgpu.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/VertexArrayWgpu.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/VertexArrayWgpu.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/wgpu_pipeline_state.cpp
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/wgpu_pipeline_state.h
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/wgpu_sources.gni
M Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/wgpu_utils.cpp
A Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/wgpu_wgsl_util.cpp
A Source/ThirdParty/ANGLE/src/libANGLE/renderer/wgpu/wgpu_wgsl_util.h
M Source/ThirdParty/ANGLE/src/libANGLE/validationES.cpp
M Source/ThirdParty/ANGLE/src/tests/angle_end2end_tests_expectations.txt
M Source/ThirdParty/ANGLE/src/tests/angle_white_box_tests.gni
M Source/ThirdParty/ANGLE/src/tests/compiler_tests/WGSLOutput_test.cpp
M Source/ThirdParty/ANGLE/src/tests/deqp_support/deqp_gles2_test_expectations.txt
M Source/ThirdParty/ANGLE/src/tests/deqp_support/deqp_khr_gles31_test_expectations.txt
M Source/ThirdParty/ANGLE/src/tests/gl_tests/ClearTest.cpp
R Source/ThirdParty/ANGLE/src/tests/gl_tests/D3D11EmulatedIndexedBufferTest.cpp
M Source/ThirdParty/ANGLE/src/tests/gl_tests/FramebufferTest.cpp
M Source/ThirdParty/ANGLE/src/tests/perf_tests/TracePerfTest.cpp
M Source/ThirdParty/ANGLE/src/tests/restricted_traces/restricted_traces.json
M Source/ThirdParty/ANGLE/util/autogen/angle_features_autogen.cpp
M Source/ThirdParty/ANGLE/util/autogen/angle_features_autogen.h
Log Message:
-----------
Update ANGLE to 2024-09-11 (f0919be383d0d6ad76120fd7a3ed6b3beddb74d7)
https://bugs.webkit.org/show_bug.cgi?id=279495
rdar://135782346
Reviewed by Kimmo Kinnunen
Contains upstream commits:
git log --oneline 941b3df3df32a06a4b8a01c41c5522e2ea859d04..f0919be383d0d6ad76120fd7a3ed6b3beddb74d7 --pretty=%h %s
f0919be383 GL: Reset color mask before clearing textures
1a5fee1063 Fix missing include
c9d55051ac Vulkan: Consolidate dirtyRanges before vertex conversion
9f002018ee Suppress flaky test on Linux NVIDIA Vulkan
3c93f29b53 Test: Add Chrono Trigger trace
11c0a78311 Roll SwiftShader from 8dd40811c571 to 3239872f9c5f (2 revisions)
60f1309dcd Roll vulkan-deps from 3b92cef97feb to 49bb428cd451 (1 revision)
094e9c19f3 Roll Chromium from 425b927532ae to 9ba8dc9b3945 (623 revisions)
c335ddfa1e Check only important stencil bits in partialClearNeedsInit
958b657fa2 Manual roll vulkan-deps from 725499142cb6 to 3b92cef97feb (32 revisions)
8a8ca298c1 Tests: Add Brawlhalla trace
10d56e63f4 Vulkan: use mEntireBufferDirty if range covers entire buffer
c2a9300c84 WGSL: Rewrite input/output variables
9a2b1f169f Add .git-blame-ignore-revs
61a255cb64 Skip the critical_ops trace on S22
6afcbd3eff Vulkan: Disable dynamic rendering on ARM
6655e94f76 Remove Feature Level 9_3, part 2
84492ff334 Sync vertex attributs in VertexArrayWgpu.
d40d1a678b Metal: Fix OverrideMTLClearColor handling of no texture
5018871591 Roll SwiftShader from 5561c71fa64e to 8dd40811c571 (3 revisions)
20b66890c9 Roll Chromium from 55810c9b176d to 425b927532ae (591 revisions)
Canonical link: https://commits.webkit.org/283584@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