mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manually roll ANGLE (flutter/engine#42169)
Rolls ANGLE to e21ecd1b59.
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
3e3bd3d547
commit
a3ef631715
2
DEPS
2
DEPS
@ -634,7 +634,7 @@ deps = {
|
||||
Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5f9ed9b16931c7155171d31f75004f73f0a3abc8',
|
||||
|
||||
'src/third_party/angle':
|
||||
Var('chromium_git') + '/angle/angle.git' + '@' + '32175d8a6dc185dd850e5c9988f208085c9c0d80',
|
||||
Var('chromium_git') + '/angle/angle.git' + '@' + 'e21ecd1b59f768a78b09823f6b6156d84e50d62b',
|
||||
|
||||
'src/third_party/vulkan_memory_allocator':
|
||||
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',
|
||||
|
||||
@ -993,6 +993,7 @@
|
||||
../../../third_party/angle/src/common/BinaryStream_unittest.cpp
|
||||
../../../third_party/angle/src/common/CircularBuffer_unittest.cpp
|
||||
../../../third_party/angle/src/common/FastVector_unittest.cpp
|
||||
../../../third_party/angle/src/common/FixedQueue_unittest.cpp
|
||||
../../../third_party/angle/src/common/FixedVector_unittest.cpp
|
||||
../../../third_party/angle/src/common/Float16ToFloat32.py
|
||||
../../../third_party/angle/src/common/Optional_unittest.cpp
|
||||
@ -1027,9 +1028,11 @@
|
||||
../../../third_party/angle/src/feature_support_util/feature_support_util_unittest.cpp
|
||||
../../../third_party/angle/src/gpu_info_util/SystemInfo_unittest.cpp
|
||||
../../../third_party/angle/src/image_util/AstcDecompressor_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/BlendStateExt_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/BlobCache_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/Config_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/Fence_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/GlobalMutex_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/HandleAllocator_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/ImageIndexIterator_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/Image_unittest.cpp
|
||||
@ -1040,9 +1043,9 @@
|
||||
../../../third_party/angle/src/libANGLE/SizedMRUCache_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/Surface_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/TransformFeedback_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/UnlockedTailCall_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/VaryingPacking_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/VertexArray_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/angletypes_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/capture/OWNERS
|
||||
../../../third_party/angle/src/libANGLE/gen_copy_conversion_table.py
|
||||
../../../third_party/angle/src/libANGLE/gen_extensions.py
|
||||
@ -1068,7 +1071,6 @@
|
||||
../../../third_party/angle/src/libANGLE/renderer/gl/generate_gl_dispatch_table.py
|
||||
../../../third_party/angle/src/libANGLE/renderer/metal/doc
|
||||
../../../third_party/angle/src/libANGLE/renderer/metal/gen_mtl_format_table.py
|
||||
../../../third_party/angle/src/libANGLE/renderer/metal/shaders/create_mtl_internal_shaders.py
|
||||
../../../third_party/angle/src/libANGLE/renderer/metal/shaders/gen_mtl_internal_shaders.py
|
||||
../../../third_party/angle/src/libANGLE/renderer/serial_utils_unittest.cpp
|
||||
../../../third_party/angle/src/libANGLE/renderer/vulkan/OWNERS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user