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

Commit 1bc4670

Browse files
Roll ANGLE from bbcf54bcb738 to 4ed2d403a329 (7 revisions)
https://chromium.googlesource.com/angle/angle.git/+log/bbcf54bcb738..4ed2d403a329 2023-06-22 [email protected] metal: disable render to texture extension. 2023-06-22 [email protected] Vulkan: Fix email in OWNERS 2023-06-22 [email protected] Metal: Store MSL in shared pointers to immutable strings 2023-06-22 [email protected] Include framebuffer completeness reason in draw errors 2023-06-22 [email protected] Metal: Don't force all incomplete textures to initialize 2023-06-22 [email protected] Add pixels checks to bandingTest on Android +toggle GL_DITHER 2023-06-22 [email protected] Only build angle_capture_tests_trace when building traces If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: http://anglebug.com/new To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 21a7c76 commit 1bc4670

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

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

637637
'src/third_party/angle':
638-
Var('chromium_git') + '/angle/angle.git' + '@' + 'bbcf54bcb738d548c588423d22b38c994eb9a963',
638+
Var('chromium_git') + '/angle/angle.git' + '@' + '4ed2d403a3297d03ca921d93a8356470c5c5a7b0',
639639

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

ci/licenses_golden/licenses_third_party

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 004152a1456d7e680c86eddfd5eb4534
1+
Signature: acee1815f42be2df85276c288aa55961
22

33
====================================================================================================
44
LIBRARY: angle
@@ -41985,6 +41985,7 @@ ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/js_interop_unsafe_p
4198541985
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/js_types.dart + ../../../third_party/dart/LICENSE
4198641986
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/record_patch.dart + ../../../third_party/dart/LICENSE
4198741987
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/string_buffer_create.dart + ../../../third_party/dart/LICENSE
41988+
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/string_stringref_patch.dart + ../../../third_party/dart/LICENSE
4198841989
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/sync_star_patch.dart + ../../../third_party/dart/LICENSE
4198941990
ORIGIN: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/weak_patch.dart + ../../../third_party/dart/LICENSE
4199041991
ORIGIN: ../../../third_party/dart/sdk/lib/async/future_extensions.dart + ../../../third_party/dart/LICENSE
@@ -42018,6 +42019,7 @@ FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/js_interop_unsafe_pat
4201842019
FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/js_types.dart
4201942020
FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/record_patch.dart
4202042021
FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/string_buffer_create.dart
42022+
FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/string_stringref_patch.dart
4202142023
FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/sync_star_patch.dart
4202242024
FILE: ../../../third_party/dart/sdk/lib/_internal/wasm/lib/weak_patch.dart
4202342025
FILE: ../../../third_party/dart/sdk/lib/async/future_extensions.dart

0 commit comments

Comments
 (0)