Skip to content

Commit 115f57e

Browse files
authored
Update SwiftShader to 5d1e854. (flutter#13945)
Includes better Vulkan conformance (for which I am going to add support for in the test harness).
1 parent a5673e3 commit 115f57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ allowed_hosts = [
137137
]
138138

139139
deps = {
140-
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a985f7f63ac8ec8dae436523ec338516951ec3ff',
140+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'db6869d0d1c3eed7c065c60a566aa063fbcb5b45',
141141

142142
# Fuchsia compatibility
143143
#
@@ -420,7 +420,7 @@ deps = {
420420
Var('github_git') + '/KhronosGroup/Vulkan-Docs.git' + '@' + 'v1.1.91',
421421

422422
'src/third_party/swiftshader':
423-
Var('swiftshader_git') + '/SwiftShader.git' + '@' + 'd70129a3d3409dac58e14f819b62620393afb652',
423+
Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5d1e8540407c138f47028d64684f3da599430aa4',
424424

425425
'src/third_party/angle':
426426
Var('github_git') + '/google/angle.git' + '@' + '3ea90d609720b7b9b9d05ca094860382f2425294',

0 commit comments

Comments
 (0)