Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Roll ANGLE from 6a09e41ce6ea to 6f4f5e3992cb (678 revisions) #48518

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ deps = {
Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5b6f768198ce6a6485da31e1be06b5a17a2bf0a0',

'src/third_party/angle':
Var('chromium_git') + '/angle/angle.git' + '@' + '6a09e41ce6ea8c93524faae1a925eb01562f53b1',
Var('chromium_git') + '/angle/angle.git' + '@' + '6f4f5e3992cb928860fb5906f17e1d695285eefa',

'src/third_party/vulkan_memory_allocator':
Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6',
Expand Down
6 changes: 6 additions & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,7 @@
../../../third_party/angle/.git
../../../third_party/angle/.gitattributes
../../../third_party/angle/.gitignore
../../../third_party/angle/.gitmodules
../../../third_party/angle/.gn
../../../third_party/angle/.style.yapf
../../../third_party/angle/.vpython
Expand Down Expand Up @@ -1722,9 +1723,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/image_util/LoadToNative_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/ContextMutex_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
Expand Down Expand Up @@ -1765,7 +1768,9 @@
../../../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/embed_in_header.py
../../../third_party/angle/src/libANGLE/renderer/metal/shaders/gen_mtl_internal_shaders.py
../../../third_party/angle/src/libANGLE/renderer/metal/shaders/metal_wrapper.py
../../../third_party/angle/src/libANGLE/renderer/serial_utils_unittest.cpp
../../../third_party/angle/src/libANGLE/renderer/vulkan/OWNERS
../../../third_party/angle/src/libANGLE/renderer/vulkan/README.md
Expand All @@ -1786,6 +1791,7 @@
../../../third_party/angle/src/third_party/ceval/package.json
../../../third_party/angle/src/third_party/libXNVCtrl/README.chromium
../../../third_party/angle/src/third_party/volk
../../../third_party/angle/testing
../../../third_party/angle/third_party
../../../third_party/angle/tools
../../../third_party/angle/util
Expand Down
Loading