This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 10 files changed +15
-15
lines changed 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ allowed_hosts = [
272
272
]
273
273
274
274
deps = {
275
- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '1570fb412dab333e380450ddee32ba8c60edef2f ' ,
275
+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + '0141e94b34cbd3db77f28796587334857fa985da ' ,
276
276
277
277
'src/flutter/third_party/rapidjson' :
278
278
Var ('fuchsia_git' ) + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b' ,
@@ -662,7 +662,7 @@ deps = {
662
662
'src/flutter/third_party/pyyaml' :
663
663
Var ('fuchsia_git' ) + '/third_party/pyyaml.git' + '@' + '25e97546488eee166b1abb229a27856cecd8b7ac' ,
664
664
665
- 'src/third_party/swiftshader' :
665
+ 'src/flutter/ third_party/swiftshader' :
666
666
Var ('swiftshader_git' ) + '/SwiftShader.git' + '@' + '5b6f768198ce6a6485da31e1be06b5a17a2bf0a0' ,
667
667
668
668
'src/third_party/angle' :
Original file line number Diff line number Diff line change 1045
1045
../../../flutter/third_party/sqlite/README.md
1046
1046
../../../flutter/third_party/sqlite/VERSION
1047
1047
../../../flutter/third_party/stb
1048
+ ../../../flutter/third_party/swiftshader
1048
1049
../../../flutter/third_party/test_shaders
1049
1050
../../../flutter/third_party/tinygltf
1050
1051
../../../flutter/third_party/tonic/.clang-format
3022
3023
../../../third_party/root_certificates/certdata.pem
3023
3024
../../../third_party/root_certificates/certdata.txt
3024
3025
../../../third_party/root_certificates/codereview.settings
3025
- ../../../third_party/swiftshader
3026
3026
../../../third_party/vulkan-deps/.git
3027
3027
../../../third_party/vulkan-deps/.gitattributes
3028
3028
../../../third_party/vulkan-deps/.gitignore
Original file line number Diff line number Diff line change 1
- Signature: 9c9e9d44a47e4d85f1debd69bc795b40
1
+ Signature: 11fcac7657e1af099350216fe4aefee8
2
2
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ impeller_component("impeller_unittests") {
119
119
120
120
if (glfw_vulkan_library != " " ) {
121
121
deps += [
122
- " //third_party/swiftshader" ,
122
+ " //flutter/ third_party/swiftshader" ,
123
123
" //third_party/vulkan-deps/vulkan-loader/src:libvulkan" ,
124
124
" //third_party/vulkan_validation_layers" ,
125
125
" //third_party/vulkan_validation_layers:vulkan_gen_json_files" ,
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ if (is_mac) {
75
75
" //flutter/impeller/aiks" ,
76
76
" //flutter/impeller/aiks:aiks_unittests_golden" ,
77
77
" //flutter/impeller/fixtures" ,
78
+ " //flutter/third_party/swiftshader" ,
78
79
" //third_party/googletest:gtest" ,
79
- " //third_party/swiftshader" ,
80
80
]
81
81
}
82
82
}
Original file line number Diff line number Diff line change @@ -344,14 +344,14 @@ if (enable_unittests) {
344
344
# TODO(63837 ): This test is hard-coded to use a TestGLSurface so it cannot
345
345
# run on fuchsia or when GL is not enabled.
346
346
sources += [ " shell_io_manager_unittests.cc" ]
347
- deps += [ " //third_party/swiftshader" ]
347
+ deps += [ " //flutter/ third_party/swiftshader" ]
348
348
}
349
349
350
350
if (shell_enable_gl ) {
351
351
deps += [
352
+ " //flutter/third_party/swiftshader" ,
352
353
" //third_party/angle:libEGL_static" ,
353
354
" //third_party/angle:libGLESv2_static" ,
354
- " //third_party/swiftshader" ,
355
355
]
356
356
}
357
357
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ executable("testing") {
50
50
deps += [
51
51
" :tester_gpu_configuration" ,
52
52
" //flutter/impeller" ,
53
- " //third_party/swiftshader" ,
53
+ " //flutter/ third_party/swiftshader" ,
54
54
]
55
55
}
56
56
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ if (enable_unittests && shell_enable_vulkan) {
169
169
]
170
170
171
171
if (! is_fuchsia ) {
172
- deps += [ " //third_party/swiftshader" ]
173
- configs += [ " //third_party/swiftshader:swiftshader_config" ]
172
+ deps += [ " //flutter/ third_party/swiftshader" ]
173
+ configs += [ " //flutter/ third_party/swiftshader:swiftshader_config" ]
174
174
}
175
175
}
176
176
}
@@ -260,12 +260,12 @@ if (use_swiftshader) {
260
260
configs -= [ " //build/config/clang:extra_warnings" ]
261
261
configs += [
262
262
" //third_party/angle:gl_prototypes" ,
263
- " //third_party/swiftshader:swiftshader_config" ,
263
+ " //flutter/ third_party/swiftshader:swiftshader_config" ,
264
264
]
265
265
deps += [
266
+ " //flutter/third_party/swiftshader" ,
266
267
" //third_party/angle:libEGL_static" ,
267
268
" //third_party/angle:libGLESv2_static" ,
268
- " //third_party/swiftshader" ,
269
269
]
270
270
}
271
271
}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ alignment:third_party/dart
6
6
null:third_party/dart
7
7
8
8
# Ignore errors in SwiftShader
9
- undefined:third_party/swiftshader
9
+ undefined:flutter/ third_party/swiftshader
10
10
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ final Set<String> skippedPaths = <String>{
91
91
r'flutter/third_party/skia/third_party/vello' , // not linked in
92
92
r'flutter/third_party/skia/tools' , // contains nothing that ends up in the binary executable
93
93
r'flutter/third_party/stb' ,
94
+ r'flutter/third_party/swiftshader' , // only used on hosts for tests
94
95
r'flutter/third_party/test_shaders' , // for tests only
95
96
r'flutter/third_party/tinygltf' ,
96
97
r'flutter/third_party/txt/third_party/fonts' ,
@@ -185,7 +186,6 @@ final Set<String> skippedPaths = <String>{
185
186
r'third_party/protobuf' , // build-time dependency only
186
187
r'third_party/root_certificates/certdata.pem' ,
187
188
r'third_party/root_certificates/certdata.txt' ,
188
- r'third_party/swiftshader' , // only used on hosts for tests
189
189
r'third_party/vulkan-deps/glslang/LICENSE' , // excluded to make sure we don't accidentally apply it as a default license
190
190
r'third_party/vulkan-deps/glslang/src/LICENSE.txt' , // redundant with licenses inside files
191
191
r'third_party/vulkan-deps/glslang/src/glslang/OSDependent/Web' , // we only use glslang in impellerc, not in web apps
You can’t perform that action at this time.
0 commit comments