From 8f9308981ecb278c231ff840ed9c99d1b140c383 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 11 May 2020 19:22:23 +0300 Subject: [PATCH 1/2] linux: add vulkan beta driver version 440.66.14 --- README.md | 1 + drivers.json | 5 +++++ patch-fbc.sh | 2 ++ patch.sh | 2 ++ 4 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 2ed044a..6ecde52 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Requirements: | 440.66.09 | :heavy_check_mark: | :heavy_check_mark: | | | 440.66.11 | :heavy_check_mark: | :heavy_check_mark: | | | 440.66.12 | :heavy_check_mark: | :heavy_check_mark: | | +| 440.66.14 | :heavy_check_mark: | :heavy_check_mark: | | | 440.82 | :heavy_check_mark: | :heavy_check_mark: | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.82/NVIDIA-Linux-x86_64-440.82.run) | ## Synopsis diff --git a/drivers.json b/drivers.json index f5b17dd..25ca2a5 100644 --- a/drivers.json +++ b/drivers.json @@ -324,6 +324,11 @@ "version": "440.66.12", "nvenc_patch": true, "nvfbc_patch": true + }, + { + "version": "440.66.14", + "nvenc_patch": true, + "nvfbc_patch": true } ], "example": { diff --git a/patch-fbc.sh b/patch-fbc.sh index 9e8d0ee..1ed2fa5 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -63,6 +63,7 @@ declare -A patch_list=( ["440.66.09"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/' ["440.66.11"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/' ["440.66.12"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/' + ["440.66.14"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/' ["440.82"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/' ) @@ -87,6 +88,7 @@ declare -A object_list=( ["440.66.09"]='libnvidia-fbc.so' ["440.66.11"]='libnvidia-fbc.so' ["440.66.12"]='libnvidia-fbc.so' + ["440.66.14"]='libnvidia-fbc.so' ["440.82"]='libnvidia-fbc.so' ) diff --git a/patch.sh b/patch.sh index ff6e5d3..d4d5907 100755 --- a/patch.sh +++ b/patch.sh @@ -100,6 +100,7 @@ declare -A patch_list=( ["440.66.09"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["440.66.11"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["440.66.12"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' + ["440.66.14"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["440.82"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ) @@ -159,6 +160,7 @@ declare -A object_list=( ["440.66.09"]='libnvidia-encode.so' ["440.66.11"]='libnvidia-encode.so' ["440.66.12"]='libnvidia-encode.so' + ["440.66.14"]='libnvidia-encode.so' ["440.82"]='libnvidia-encode.so' ) From e738cf38cfddff65e04d808258f24a14f8619858 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 11 May 2020 19:29:45 +0300 Subject: [PATCH 2/2] win: add vulkan beta drivers version 443.15 --- drivers.json | 18 ++++++++++++++++++ win/README.md | 2 ++ win/win10_x64/443.15/nvencodeapi.1337 | 6 ++++++ win/win10_x64/443.15/nvencodeapi64.1337 | 5 +++++ win/win7_x64/443.15/nvencodeapi.1337 | 5 +++++ win/win7_x64/443.15/nvencodeapi64.1337 | 5 +++++ 6 files changed, 41 insertions(+) create mode 100644 win/win10_x64/443.15/nvencodeapi.1337 create mode 100644 win/win10_x64/443.15/nvencodeapi64.1337 create mode 100644 win/win7_x64/443.15/nvencodeapi.1337 create mode 100644 win/win7_x64/443.15/nvencodeapi64.1337 diff --git a/drivers.json b/drivers.json index 25ca2a5..baf1bf3 100644 --- a/drivers.json +++ b/drivers.json @@ -1526,6 +1526,24 @@ "patch64_url": "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.09/nvencodeapi64.1337", "patch32_url": "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.09/nvencodeapi.1337", "driver_url": "" + }, + { + "os": "win10", + "product": "GeForce", + "version": "443.15", + "variant": "Vulkan Beta", + "patch64_url": "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.15/nvencodeapi64.1337", + "patch32_url": "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.15/nvencodeapi.1337", + "driver_url": "" + }, + { + "os": "win7", + "product": "GeForce", + "version": "443.15", + "variant": "Vulkan Beta", + "patch64_url": "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.15/nvencodeapi64.1337", + "patch32_url": "https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.15/nvencodeapi.1337", + "driver_url": "" } ] } diff --git a/win/README.md b/win/README.md index d3e5079..67ea5a2 100644 --- a/win/README.md +++ b/win/README.md @@ -94,6 +94,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers older pa | GeForce | 442.92 Studio Driver | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_442.92/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_442.92/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/442.92/442.92-desktop-win10-64bit-international-nsd-whql.exe) | | GeForce | 442.98 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/442.98/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/442.98/nvencodeapi.1337) | | | GeForce | 443.09 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.09/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.09/nvencodeapi.1337) | | +| GeForce | 443.15 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.15/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.15/nvencodeapi.1337) | | | GeForce | 445.75 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/445.75/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/445.75/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/445.75/445.75-desktop-win10-64bit-international-whql.exe) | | GeForce | 445.87 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/445.87/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/445.87/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/445.87/445.87-desktop-win10-64bit-international-whql.exe) | @@ -152,6 +153,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers older pa | GeForce | 442.88 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/442.88/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/442.88/nvencodeapi.1337) | | | GeForce | 442.98 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/442.98/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/442.98/nvencodeapi.1337) | | | GeForce | 443.09 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.09/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.09/nvencodeapi.1337) | | +| GeForce | 443.15 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.15/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.15/nvencodeapi.1337) | | | GeForce | 445.75 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/445.75/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/445.75/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/445.75/445.75-desktop-win8-win7-64bit-international-whql.exe) | | GeForce | 445.87 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/445.87/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/445.87/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/445.87/445.87-desktop-win8-win7-64bit-international-whql.exe) | diff --git a/win/win10_x64/443.15/nvencodeapi.1337 b/win/win10_x64/443.15/nvencodeapi.1337 new file mode 100644 index 0000000..eb01603 --- /dev/null +++ b/win/win10_x64/443.15/nvencodeapi.1337 @@ -0,0 +1,6 @@ +>nvencodeapi.dll +000000000002A5E6:89->33 +000000000002A5E7:45->C0 +000000000002A5E8:08->89 +000000000002A5E9:85->45 +000000000002A5EA:C0->08 \ No newline at end of file diff --git a/win/win10_x64/443.15/nvencodeapi64.1337 b/win/win10_x64/443.15/nvencodeapi64.1337 new file mode 100644 index 0000000..c0c2511 --- /dev/null +++ b/win/win10_x64/443.15/nvencodeapi64.1337 @@ -0,0 +1,5 @@ +>nvencodeapi64.dll +000000000002ECBA:8B->33 +000000000002ECBB:F0->C0 +000000000002ECBC:85->8B +000000000002ECBD:C0->F0 \ No newline at end of file diff --git a/win/win7_x64/443.15/nvencodeapi.1337 b/win/win7_x64/443.15/nvencodeapi.1337 new file mode 100644 index 0000000..2d8366b --- /dev/null +++ b/win/win7_x64/443.15/nvencodeapi.1337 @@ -0,0 +1,5 @@ +>nvencodeapi.dll +00000000000225E7:8B->33 +00000000000225E8:D8->C0 +00000000000225E9:85->8B +00000000000225EA:DB->D8 \ No newline at end of file diff --git a/win/win7_x64/443.15/nvencodeapi64.1337 b/win/win7_x64/443.15/nvencodeapi64.1337 new file mode 100644 index 0000000..1aa8a13 --- /dev/null +++ b/win/win7_x64/443.15/nvencodeapi64.1337 @@ -0,0 +1,5 @@ +>nvencodeapi64.dll +0000000000026B50:8B->33 +0000000000026B51:F0->C0 +0000000000026B52:85->8B +0000000000026B53:C0->F0 \ No newline at end of file