head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.32 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.30 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.28 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.26 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.24 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.22 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.20 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.18 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.16 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.14 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.12 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.10 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.8 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.6 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.4 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.2 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.1.0.6 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.4 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.2 pkgsrc-2021Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2022.04.18.11.18.19; author adam; state Exp; branches; next 1.1; commitid ZUHidazvMzjhNFAD; 1.1 date 2021.08.03.21.04.36; author markd; state Exp; branches; next ; commitid zgriEB08Qe99kz3D; desc @@ 1.2 log @qt5: updated to 5.15.3 5.15.3: Bug fix, LTS, release. qt5-qtwebengine patches courtesy of @@markd. @ text @$NetBSD$ --- src/3rdparty/chromium/third_party/dawn/scripts/dawn_features.gni.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/third_party/dawn/scripts/dawn_features.gni @@@@ -49,11 +49,11 @@@@ declare_args() { # Enables the compilation of Dawn's OpenGL backend # (best effort, non-conformant) - dawn_enable_opengl = is_linux && !is_chromeos + dawn_enable_opengl = (is_linux || is_bsd) && !is_chromeos # Enables the compilation of Dawn's Vulkan backend dawn_enable_vulkan = is_linux || is_chromeos || is_win || is_fuchsia || - is_android || dawn_use_swiftshader + is_android || dawn_use_swiftshader || is_bsd # Enable use of reflection compiler in spirv-cross. This is needed # if performing reflection on systems that the platform language @@@@ -67,7 +67,7 @@@@ declare_args() { is_debug || (build_with_chromium && use_fuzzing_engine) # Whether Dawn should enable X11 support. - dawn_use_x11 = is_linux && !is_chromeos + dawn_use_x11 = (is_linux || is_bsd) && !is_chromeos # Enable support WGSL for shaders. # Turned off for Skia, because Tint is currently not part of its DEPS. @@@@ -80,7 +80,7 @@@@ declare_args() { declare_args() { # Uses our built version of the Vulkan validation layers dawn_enable_vulkan_validation_layers = - dawn_enable_vulkan && ((is_linux && !is_chromeos) || is_win || is_mac) + dawn_enable_vulkan && ((is_linux && !is_chromeos) || is_win || is_bsd) # Uses our built version of the Vulkan loader on platforms where we can't # assume to have one present at the system level. @ 1.1 log @qt5-qtwebengine: add version 5.15.2nb1 Chromium-based web engine for Qt5 @ text @d3 1 a3 1 --- src/3rdparty/chromium/third_party/dawn/scripts/dawn_features.gni.orig 2020-11-07 01:22:36.000000000 +0000 d13 3 a15 3 dawn_enable_vulkan = - is_linux || is_win || is_fuchsia || is_android || dawn_use_swiftshader + is_linux || is_win || is_fuchsia || is_android || dawn_use_swiftshader || is_bsd a24 1 } d26 3 a28 2 # GN does not allow reading a variable defined in the same declare_args(). @@@@ -76,5 +76,5 @@@@ declare_args() { d30 1 a30 1 # Uses our built version of Vulkan validation layers d32 1 a32 1 - dawn_enable_vulkan && ((is_linux && !is_chromeos) || is_win) d34 3 a36 1 } @