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
fa55d1a5
Commit
fa55d1a5
authored
Jul 20, 2020
by
Snawoot
Committed by
GitHub
Jul 20, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #299 from Snawoot/vulkan_beta
vulkan beta drivers
parents
170960ee
9c8f1920
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
48 additions
and
0 deletions
+48
-0
drivers.json
drivers.json
+23
-0
patch-fbc.sh
patch-fbc.sh
+2
-0
patch.sh
patch.sh
+2
-0
win/win10_x64/451.79/nvencodeapi.1337
win/win10_x64/451.79/nvencodeapi.1337
+6
-0
win/win10_x64/451.79/nvencodeapi64.1337
win/win10_x64/451.79/nvencodeapi64.1337
+5
-0
win/win7_x64/451.79/nvencodeapi.1337
win/win7_x64/451.79/nvencodeapi.1337
+5
-0
win/win7_x64/451.79/nvencodeapi64.1337
win/win7_x64/451.79/nvencodeapi64.1337
+5
-0
No files found.
drivers.json
View file @
fa55d1a5
...
...
@@ -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"
:
""
}
]
}
...
...
patch-fbc.sh
View file @
fa55d1a5
...
...
@@ -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'
)
...
...
patch.sh
View file @
fa55d1a5
...
...
@@ -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'
)
...
...
win/win10_x64/451.79/nvencodeapi.1337
0 → 100644
View file @
fa55d1a5
>nvencodeapi.dll
000000000002B0F6:89->33
000000000002B0F7:45->C0
000000000002B0F8:08->89
000000000002B0F9:85->45
000000000002B0FA:C0->08
\ No newline at end of file
win/win10_x64/451.79/nvencodeapi64.1337
0 → 100644
View file @
fa55d1a5
>nvencodeapi64.dll
000000000002FB3A:8B->33
000000000002FB3B:F0->C0
000000000002FB3C:85->8B
000000000002FB3D:C0->F0
\ No newline at end of file
win/win7_x64/451.79/nvencodeapi.1337
0 → 100644
View file @
fa55d1a5
>nvencodeapi.dll
0000000000023157:8B->33
0000000000023158:D8->C0
0000000000023159:85->8B
000000000002315A:DB->D8
\ No newline at end of file
win/win7_x64/451.79/nvencodeapi64.1337
0 → 100644
View file @
fa55d1a5
>nvencodeapi64.dll
00000000000279E0:8B->33
00000000000279E1:F0->C0
00000000000279E2:85->8B
00000000000279E3: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