加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
swiftshader-2.patch 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
misaka00251 提交于 2024-07-02 15:02 . Upgrade to version 125
description: additional swiftshader stuff exposed by official builds
author: Andres Salomon <dilinger@debian.org>
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1719,7 +1719,6 @@ if (is_linux || is_chromeos) {
":chrome_symbols",
]
if (is_linux) {
- deps += [ ":swiftshader_vk_symbols" ]
}
if (!is_chromeos) {
deps += [ ":angle_libvulkan_symbols" ]
@@ -1752,6 +1751,7 @@ if (is_linux || is_chromeos) {
deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
}
+if (false) {
extract_symbols("swiftshader_vk_symbols") {
binary = "$root_out_dir/libvk_swiftshader.so"
@@ -1764,6 +1764,7 @@ if (is_linux || is_chromeos) {
deps = [ "//third_party/swiftshader/src/Vulkan:swiftshader_libvulkan" ]
}
+}
extract_symbols("angle_egl_symbols") {
binary = "$root_out_dir/libEGL.so"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化