Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
25573148
Commit
25573148
authored
May 26, 2020
by
Snawoot
Committed by
GitHub
May 26, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #269 from Snawoot/vulkan_beta
Vulkan beta
parents
3ab61d04
7f7f54fd
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
51 additions
and
0 deletions
+51
-0
README.md
README.md
+1
-0
drivers.json
drivers.json
+23
-0
patch-fbc.sh
patch-fbc.sh
+2
-0
patch.sh
patch.sh
+2
-0
win/README.md
win/README.md
+2
-0
win/win10_x64/443.24/nvencodeapi.1337
win/win10_x64/443.24/nvencodeapi.1337
+6
-0
win/win10_x64/443.24/nvencodeapi64.1337
win/win10_x64/443.24/nvencodeapi64.1337
+5
-0
win/win7_x64/443.24/nvencodeapi.1337
win/win7_x64/443.24/nvencodeapi.1337
+5
-0
win/win7_x64/443.24/nvencodeapi64.1337
win/win7_x64/443.24/nvencodeapi64.1337
+5
-0
No files found.
README.md
View file @
25573148
...
@@ -75,6 +75,7 @@ Requirements:
...
@@ -75,6 +75,7 @@ Requirements:
| 440.66.11 | :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.12 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.66.14 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.66.14 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.66.15 | :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
)
|
| 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
## Synopsis
...
...
drivers.json
View file @
25573148
...
@@ -329,6 +329,11 @@
...
@@ -329,6 +329,11 @@
"version"
:
"440.66.14"
,
"version"
:
"440.66.14"
,
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
"nvfbc_patch"
:
true
},
{
"version"
:
"440.66.15"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
}
}
],
],
"example"
:
{
"example"
:
{
...
@@ -1544,6 +1549,24 @@
...
@@ -1544,6 +1549,24 @@
"patch64_url"
:
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.15/nvencodeapi64.1337"
,
"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"
,
"patch32_url"
:
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.15/nvencodeapi.1337"
,
"driver_url"
:
""
"driver_url"
:
""
},
{
"os"
:
"win10"
,
"product"
:
"GeForce"
,
"version"
:
"443.24"
,
"variant"
:
"Vulkan Beta"
,
"patch64_url"
:
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.24/nvencodeapi64.1337"
,
"patch32_url"
:
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.24/nvencodeapi.1337"
,
"driver_url"
:
""
},
{
"os"
:
"win7"
,
"product"
:
"GeForce"
,
"version"
:
"443.24"
,
"variant"
:
"Vulkan Beta"
,
"patch64_url"
:
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.24/nvencodeapi64.1337"
,
"patch32_url"
:
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.24/nvencodeapi.1337"
,
"driver_url"
:
""
}
}
]
]
}
}
...
...
patch-fbc.sh
View file @
25573148
...
@@ -64,6 +64,7 @@ declare -A patch_list=(
...
@@ -64,6 +64,7 @@ declare -A patch_list=(
[
"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.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.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.66.14"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.66.15"
]=
'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/'
[
"440.82"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
)
)
...
@@ -89,6 +90,7 @@ declare -A object_list=(
...
@@ -89,6 +90,7 @@ declare -A object_list=(
[
"440.66.11"
]=
'libnvidia-fbc.so'
[
"440.66.11"
]=
'libnvidia-fbc.so'
[
"440.66.12"
]=
'libnvidia-fbc.so'
[
"440.66.12"
]=
'libnvidia-fbc.so'
[
"440.66.14"
]=
'libnvidia-fbc.so'
[
"440.66.14"
]=
'libnvidia-fbc.so'
[
"440.66.15"
]=
'libnvidia-fbc.so'
[
"440.82"
]=
'libnvidia-fbc.so'
[
"440.82"
]=
'libnvidia-fbc.so'
)
)
...
...
patch.sh
View file @
25573148
...
@@ -101,6 +101,7 @@ declare -A patch_list=(
...
@@ -101,6 +101,7 @@ declare -A patch_list=(
[
"440.66.11"
]=
'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.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.66.14"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.66.15"
]=
'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'
[
"440.82"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
)
)
...
@@ -161,6 +162,7 @@ declare -A object_list=(
...
@@ -161,6 +162,7 @@ declare -A object_list=(
[
"440.66.11"
]=
'libnvidia-encode.so'
[
"440.66.11"
]=
'libnvidia-encode.so'
[
"440.66.12"
]=
'libnvidia-encode.so'
[
"440.66.12"
]=
'libnvidia-encode.so'
[
"440.66.14"
]=
'libnvidia-encode.so'
[
"440.66.14"
]=
'libnvidia-encode.so'
[
"440.66.15"
]=
'libnvidia-encode.so'
[
"440.82"
]=
'libnvidia-encode.so'
[
"440.82"
]=
'libnvidia-encode.so'
)
)
...
...
win/README.md
View file @
25573148
...
@@ -95,6 +95,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers older pa
...
@@ -95,6 +95,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers older pa
| 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 | 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.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 | 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 | 443.24 Vulkan Beta |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.24/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/443.24/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.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
)
|
| 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
)
|
...
@@ -154,6 +155,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers older pa
...
@@ -154,6 +155,7 @@ A video tutorial is also available. Credits to designator2009. (*Covers older pa
| 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 | 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.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 | 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 | 443.24 Vulkan Beta |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.24/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/443.24/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.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
)
|
| 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
)
|
...
...
win/win10_x64/443.24/nvencodeapi.1337
0 → 100644
View file @
25573148
>nvencodeapi.dll
000000000002A5E6:89->33
000000000002A5E7:45->C0
000000000002A5E8:08->89
000000000002A5E9:85->45
000000000002A5EA:C0->08
\ No newline at end of file
win/win10_x64/443.24/nvencodeapi64.1337
0 → 100644
View file @
25573148
>nvencodeapi64.dll
000000000002ECBA:8B->33
000000000002ECBB:F0->C0
000000000002ECBC:85->8B
000000000002ECBD:C0->F0
\ No newline at end of file
win/win7_x64/443.24/nvencodeapi.1337
0 → 100644
View file @
25573148
>nvencodeapi.dll
00000000000225E7:8B->33
00000000000225E8:D8->C0
00000000000225E9:85->8B
00000000000225EA:DB->D8
\ No newline at end of file
win/win7_x64/443.24/nvencodeapi64.1337
0 → 100644
View file @
25573148
>nvencodeapi64.dll
0000000000026B50:8B->33
0000000000026B51:F0->C0
0000000000026B52:85->8B
0000000000026B53:C0->F0
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment