Skip to content

Commit 314fa22

Browse files
authored
Merge branch 'google:main' into main
2 parents 1795913 + 6b6f51c commit 314fa22

6 files changed

Lines changed: 11 additions & 9 deletions

File tree

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ vars = {
4343
'checkout_angle_mesa': False,
4444

4545
# Version of Chromium our Chromium-based DEPS are mirrored from.
46-
'chromium_revision': '3d34cc12858adb0a993f444dedb4dc42f9f55fd0',
46+
'chromium_revision': 'a1ed57f54522d48fc3157c780edc1c5e1f5021a1',
4747
# We never want to checkout chromium,
4848
# but need a dummy DEPS entry for the autoroller
4949
'dummy_checkout_chromium': False,
@@ -450,7 +450,7 @@ vars = {
450450
deps = {
451451

452452
'build': {
453-
'url': Var('chromium_git') + '/chromium/src/build.git@44bcc9d7b830ddf5d56e96bf8bc7fea9023bad6f',
453+
'url': Var('chromium_git') + '/chromium/src/build.git@6b60728ea92e526ed2d577ff360d5beb95f87e6a',
454454
'condition': 'not build_with_chromium',
455455
},
456456

@@ -847,7 +847,7 @@ deps = {
847847
},
848848

849849
'third_party/llvm-libc/src': {
850-
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@30f439e02ebf9be89259f491f647bb246fde49cc',
850+
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@b0de9011b9f34818da12b1448f40e212f611afa3',
851851
'condition': 'not build_with_chromium',
852852
},
853853

@@ -1011,7 +1011,7 @@ deps = {
10111011
},
10121012

10131013
'third_party/vulkan-deps': {
1014-
'url': Var('chromium_git') + '/vulkan-deps@bfa23916c97efe0f7076fca1b26d5a19b725e7d7',
1014+
'url': Var('chromium_git') + '/vulkan-deps@04a50a3dd7b9e98c7320cf28c1095aab5c3ad704',
10151015
'condition': 'not build_with_chromium',
10161016
},
10171017

@@ -1061,7 +1061,7 @@ deps = {
10611061
},
10621062

10631063
'third_party/vulkan-validation-layers/src': {
1064-
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@34b85f655e7b07865ce554eb365ab8241cb8be6e',
1064+
'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@d6141280aadb706f49cd46128b1dee2b3a361c2e',
10651065
'condition': 'not build_with_chromium',
10661066
},
10671067

build

Submodule build updated from 44bcc9d to 6b60728

src/tests/egl_tests/EGLLockSurface3Test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class EGLLockSurface3Test : public ANGLETest<>
4848
{
4949
if (mDisplay != EGL_NO_DISPLAY)
5050
{
51+
EXPECT_EGL_TRUE(
52+
eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
5153
eglTerminate(mDisplay);
5254
eglReleaseThread();
5355
mDisplay = EGL_NO_DISPLAY;

third_party/llvm-libc/src

Submodule src updated from 30f439e to b0de901

third_party/vulkan-deps

Submodule vulkan-deps updated from bfa2391 to 04a50a3
Submodule src updated 42 files

0 commit comments

Comments
 (0)