mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 11:38:21 +00:00
vulkan beta drivers
This commit is contained in:
parent
170960ee76
commit
9c8f192049
23
drivers.json
23
drivers.json
@ -380,6 +380,11 @@
|
||||
"version": "450.56.01",
|
||||
"nvenc_patch": true,
|
||||
"nvfbc_patch": true
|
||||
},
|
||||
{
|
||||
"version": "450.56.02",
|
||||
"nvenc_patch": true,
|
||||
"nvfbc_patch": true
|
||||
}
|
||||
],
|
||||
"example": {
|
||||
@ -1766,6 +1771,24 @@
|
||||
"patch64_url": "win10_x64/quadro_451.77/nvencodeapi64.1337",
|
||||
"patch32_url": "win10_x64/quadro_451.77/nvencodeapi.1337",
|
||||
"driver_url": "https://international.download.nvidia.com/Windows/Quadro_Certified/451.77/451.77-quadro-desktop-notebook-win10-64bit-international-whql.exe"
|
||||
},
|
||||
{
|
||||
"os": "win10",
|
||||
"product": "GeForce",
|
||||
"version": "451.79",
|
||||
"variant": "Vulkan Beta",
|
||||
"patch64_url": "win10_x64/451.79/nvencodeapi64.1337",
|
||||
"patch32_url": "win10_x64/451.79/nvencodeapi.1337",
|
||||
"driver_url": ""
|
||||
},
|
||||
{
|
||||
"os": "win7",
|
||||
"product": "GeForce",
|
||||
"version": "451.79",
|
||||
"variant": "Vulkan Beta",
|
||||
"patch64_url": "win7_x64/451.79/nvencodeapi64.1337",
|
||||
"patch32_url": "win7_x64/451.79/nvencodeapi.1337",
|
||||
"driver_url": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -73,6 +73,7 @@ declare -A patch_list=(
|
||||
["450.51"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.51.05"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.56.01"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.56.02"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.57"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
)
|
||||
|
||||
@ -107,6 +108,7 @@ declare -A object_list=(
|
||||
["450.51"]='libnvidia-fbc.so'
|
||||
["450.51.05"]='libnvidia-fbc.so'
|
||||
["450.56.01"]='libnvidia-fbc.so'
|
||||
["450.56.02"]='libnvidia-fbc.so'
|
||||
["450.57"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
|
2
patch.sh
2
patch.sh
@ -110,6 +110,7 @@ declare -A patch_list=(
|
||||
["450.51"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["450.51.05"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["450.56.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["450.56.02"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["450.57"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
)
|
||||
|
||||
@ -179,6 +180,7 @@ declare -A object_list=(
|
||||
["450.51"]='libnvidia-encode.so'
|
||||
["450.51.05"]='libnvidia-encode.so'
|
||||
["450.56.01"]='libnvidia-encode.so'
|
||||
["450.56.02"]='libnvidia-encode.so'
|
||||
["450.57"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
|
6
win/win10_x64/451.79/nvencodeapi.1337
Normal file
6
win/win10_x64/451.79/nvencodeapi.1337
Normal file
@ -0,0 +1,6 @@
|
||||
>nvencodeapi.dll
|
||||
000000000002B0F6:89->33
|
||||
000000000002B0F7:45->C0
|
||||
000000000002B0F8:08->89
|
||||
000000000002B0F9:85->45
|
||||
000000000002B0FA:C0->08
|
5
win/win10_x64/451.79/nvencodeapi64.1337
Normal file
5
win/win10_x64/451.79/nvencodeapi64.1337
Normal file
@ -0,0 +1,5 @@
|
||||
>nvencodeapi64.dll
|
||||
000000000002FB3A:8B->33
|
||||
000000000002FB3B:F0->C0
|
||||
000000000002FB3C:85->8B
|
||||
000000000002FB3D:C0->F0
|
5
win/win7_x64/451.79/nvencodeapi.1337
Normal file
5
win/win7_x64/451.79/nvencodeapi.1337
Normal file
@ -0,0 +1,5 @@
|
||||
>nvencodeapi.dll
|
||||
0000000000023157:8B->33
|
||||
0000000000023158:D8->C0
|
||||
0000000000023159:85->8B
|
||||
000000000002315A:DB->D8
|
5
win/win7_x64/451.79/nvencodeapi64.1337
Normal file
5
win/win7_x64/451.79/nvencodeapi64.1337
Normal file
@ -0,0 +1,5 @@
|
||||
>nvencodeapi64.dll
|
||||
00000000000279E0:8B->33
|
||||
00000000000279E1:F0->C0
|
||||
00000000000279E2:85->8B
|
||||
00000000000279E3:C0->F0
|
Loading…
Reference in New Issue
Block a user