Skip to content

Commit dec6331

Browse files
committed
add missing Vulkan WSI add-on, add ModesetTool
1 parent b83fadf commit dec6331

File tree

6 files changed

+325
-1056
lines changed

6 files changed

+325
-1056
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
path = open-gpu-kernel-modules
1111
url = https://github.com/X547/open-gpu-kernel-modules.git
1212
branch = 570.86.16-haiku
13+
[submodule "VideoStreamsWsi"]
14+
path = VideoStreamsWsi
15+
url = https://github.com/X547/VideoStreamsWsi.git
16+
branch = hwaccel-nvidia

Build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ buildProject nvrm_cpp_sdk
2525
buildProject nvidia_gsp
2626
buildProject accelerant
2727
buildProject NvKmsTest
28+
buildProject VideoStreamsWsi
2829
buildProject mesa-nvk \
2930
-Dpkg_config_path="/boot/data/packages/llvm-project/build-libclc.x86_64/install/share/pkgconfig:/boot/data/packages/SPIRV-LLVM-Translator/build.x86_64/install/lib/pkgconfig:/boot/data/packages/Vulkan/SPIRV-Tools/build.x86_64/install/lib/pkgconfig" \
3031
-Dgallium-drivers= \

VideoStreamsWsi

Submodule VideoStreamsWsi added at 29e8788

0 commit comments

Comments
 (0)