Skip to content

Commit b4250ac

Browse files
authored
Manually roll ANGLE (flutter#42169)
Rolls ANGLE to google/angle@e21ecd1. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent d041174 commit b4250ac

File tree

3 files changed

+100
-24
lines changed

3 files changed

+100
-24
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ deps = {
634634
Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5f9ed9b16931c7155171d31f75004f73f0a3abc8',
635635

636636
'src/third_party/angle':
637-
Var('chromium_git') + '/angle/angle.git' + '@' + '32175d8a6dc185dd850e5c9988f208085c9c0d80',
637+
Var('chromium_git') + '/angle/angle.git' + '@' + 'e21ecd1b59f768a78b09823f6b6156d84e50d62b',
638638

639639
'src/third_party/vulkan_memory_allocator':
640640
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',

ci/licenses_golden/excluded_files

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@
993993
../../../third_party/angle/src/common/BinaryStream_unittest.cpp
994994
../../../third_party/angle/src/common/CircularBuffer_unittest.cpp
995995
../../../third_party/angle/src/common/FastVector_unittest.cpp
996+
../../../third_party/angle/src/common/FixedQueue_unittest.cpp
996997
../../../third_party/angle/src/common/FixedVector_unittest.cpp
997998
../../../third_party/angle/src/common/Float16ToFloat32.py
998999
../../../third_party/angle/src/common/Optional_unittest.cpp
@@ -1027,9 +1028,11 @@
10271028
../../../third_party/angle/src/feature_support_util/feature_support_util_unittest.cpp
10281029
../../../third_party/angle/src/gpu_info_util/SystemInfo_unittest.cpp
10291030
../../../third_party/angle/src/image_util/AstcDecompressor_unittest.cpp
1031+
../../../third_party/angle/src/libANGLE/BlendStateExt_unittest.cpp
10301032
../../../third_party/angle/src/libANGLE/BlobCache_unittest.cpp
10311033
../../../third_party/angle/src/libANGLE/Config_unittest.cpp
10321034
../../../third_party/angle/src/libANGLE/Fence_unittest.cpp
1035+
../../../third_party/angle/src/libANGLE/GlobalMutex_unittest.cpp
10331036
../../../third_party/angle/src/libANGLE/HandleAllocator_unittest.cpp
10341037
../../../third_party/angle/src/libANGLE/ImageIndexIterator_unittest.cpp
10351038
../../../third_party/angle/src/libANGLE/Image_unittest.cpp
@@ -1040,9 +1043,9 @@
10401043
../../../third_party/angle/src/libANGLE/SizedMRUCache_unittest.cpp
10411044
../../../third_party/angle/src/libANGLE/Surface_unittest.cpp
10421045
../../../third_party/angle/src/libANGLE/TransformFeedback_unittest.cpp
1046+
../../../third_party/angle/src/libANGLE/UnlockedTailCall_unittest.cpp
10431047
../../../third_party/angle/src/libANGLE/VaryingPacking_unittest.cpp
10441048
../../../third_party/angle/src/libANGLE/VertexArray_unittest.cpp
1045-
../../../third_party/angle/src/libANGLE/angletypes_unittest.cpp
10461049
../../../third_party/angle/src/libANGLE/capture/OWNERS
10471050
../../../third_party/angle/src/libANGLE/gen_copy_conversion_table.py
10481051
../../../third_party/angle/src/libANGLE/gen_extensions.py
@@ -1068,7 +1071,6 @@
10681071
../../../third_party/angle/src/libANGLE/renderer/gl/generate_gl_dispatch_table.py
10691072
../../../third_party/angle/src/libANGLE/renderer/metal/doc
10701073
../../../third_party/angle/src/libANGLE/renderer/metal/gen_mtl_format_table.py
1071-
../../../third_party/angle/src/libANGLE/renderer/metal/shaders/create_mtl_internal_shaders.py
10721074
../../../third_party/angle/src/libANGLE/renderer/metal/shaders/gen_mtl_internal_shaders.py
10731075
../../../third_party/angle/src/libANGLE/renderer/serial_utils_unittest.cpp
10741076
../../../third_party/angle/src/libANGLE/renderer/vulkan/OWNERS

0 commit comments

Comments
 (0)