Skip to content

Commit

Permalink
Move swiftshader forward a couple of weeks (Nov 20 2019 -> Dec 5 2019…
Browse files Browse the repository at this point in the history
…) to add missing implementations in SubzeroReactor.cpp.

Corresponding buildroot PR: flutter/buildroot#529

Needed for flutter#29391.

(cherry picked from commit dca7211)
  • Loading branch information
bdero committed Dec 2, 2021
1 parent 1240ac2 commit 184c2a7
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 @@ -99,7 +99,7 @@ allowed_hosts = [
]

deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '42be4395efc85e455bbdd555ef2791615338dbea',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '5d5ca78870124933b76c1c86bb7436bdf38cc849',

# Fuchsia compatibility
#
Expand Down Expand Up @@ -405,7 +405,7 @@ deps = {
Var('fuchsia_git') + '/third_party/Vulkan-Headers.git' + '@' + '0255987d2457576907f046c6d52b89bc6131981d',

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

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

0 comments on commit 184c2a7

Please sign in to comment.