Commit d5b06556 authored by Vladislav Yarmak's avatar Vladislav Yarmak

linux: add vulkan beta driver version 455.46.02 (NVENC only)

parent 2e596af9
......@@ -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": {
......
......@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment