From 1f405be083b2082d8ffb95580968f51acd520899 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 11 Jan 2025 07:58:10 +0000 Subject: automatic import of chromium --- swiftshader-2.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 swiftshader-2.patch (limited to 'swiftshader-2.patch') diff --git a/swiftshader-2.patch b/swiftshader-2.patch new file mode 100644 index 0000000..64cfd36 --- /dev/null +++ b/swiftshader-2.patch @@ -0,0 +1,29 @@ +description: additional swiftshader stuff exposed by official builds +author: Andres Salomon + +--- 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" + -- cgit v1.2.3