linux: add NVFBC to vulkan beta driver version 455.45.02

This commit is contained in:
Daedalusspacegames 2020-12-14 14:25:54 -08:00
parent 8b0d2238c1
commit 1c5650a593
3 changed files with 5 additions and 3 deletions

View File

@ -123,7 +123,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
| 455.38 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/455.38/NVIDIA-Linux-x86_64-455.38.run) |
| 455.45.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run) |
| 455.46.01 | YES | YES | |
| 455.46.02 | YES | NO | |
| 455.46.02 | YES | YES | |
## Synopsis

View File

@ -477,7 +477,7 @@
{
"version": "455.46.02",
"nvenc_patch": true,
"nvfbc_patch": false
"nvfbc_patch": true
}
],
"example": {

View File

@ -94,6 +94,7 @@ declare -A patch_list=(
["455.38"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.45.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.46.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.46.02"]='s/\x83\xf8\x01\x0f\x84\x83/\x83\xf8\x69\x0f\x84\x85/'
)
declare -A object_list=(
@ -144,6 +145,7 @@ declare -A object_list=(
["455.38"]='libnvidia-fbc.so'
["455.45.01"]='libnvidia-fbc.so'
["455.46.01"]='libnvidia-fbc.so'
["455.46.02"]='libnvidia-fbc.so'
)
check_version_supported () {