From d5b06556c91bf390c52632d6ce11df59a53a9526 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 24 Nov 2020 23:34:08 +0200 Subject: [PATCH] linux: add vulkan beta driver version 455.46.02 (NVENC only) --- drivers.json | 5 +++++ patch.sh | 2 ++ 2 files changed, 7 insertions(+) diff --git a/drivers.json b/drivers.json index 7aeee2d..3a1226b 100644 --- a/drivers.json +++ b/drivers.json @@ -473,6 +473,11 @@ "version": "455.46.01", "nvenc_patch": true, "nvfbc_patch": true + }, + { + "version": "455.46.02", + "nvenc_patch": true, + "nvfbc_patch": false } ], "example": { diff --git a/patch.sh b/patch.sh index fd4d4f5..362785d 100755 --- a/patch.sh +++ b/patch.sh @@ -131,6 +131,7 @@ declare -A patch_list=( ["455.38"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["455.45.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["455.46.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' + ["455.46.02"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ) declare -A object_list=( @@ -217,6 +218,7 @@ declare -A object_list=( ["455.38"]='libnvidia-encode.so' ["455.45.01"]='libnvidia-encode.so' ["455.46.01"]='libnvidia-encode.so' + ["455.46.02"]='libnvidia-encode.so' ) check_version_supported () {