Skip to content

Commit

Permalink
Update SwiftShader to 5d1e854. (#13945)
Browse files Browse the repository at this point in the history
Includes better Vulkan conformance (for which I am going to add support for in
the test harness).
  • Loading branch information
chinmaygarde committed Nov 20, 2019
1 parent a5673e3 commit 115f57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ allowed_hosts = [
]

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

# Fuchsia compatibility
#
Expand Down Expand Up @@ -420,7 +420,7 @@ deps = {
Var('github_git') + '/KhronosGroup/Vulkan-Docs.git' + '@' + 'v1.1.91',

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

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

0 comments on commit 115f57e

Please sign in to comment.