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
e5908991
Commit
e5908991
authored
May 30, 2020
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ipfs: proper paths
parent
f0edc612
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
279 additions
and
279 deletions
+279
-279
drivers.json
drivers.json
+276
-276
tools/readme-autogen/add_driver.py
tools/readme-autogen/add_driver.py
+2
-2
tools/readme-autogen/constants.py
tools/readme-autogen/constants.py
+1
-1
No files found.
drivers.json
View file @
e5908991
This diff is collapsed.
Click to expand it.
tools/readme-autogen/add_driver.py
View file @
e5908991
...
...
@@ -53,11 +53,11 @@ def parse_args():
default
=
WinSeries
.
win10
,
help
=
"Windows series"
)
win_opts
.
add_argument
(
"--patch32"
,
default
=
"
win/
${winseries}_x64/"
default
=
"${winseries}_x64/"
"${drvprefix}${version}/nvencodeapi.1337"
,
help
=
"template for Windows 32bit patch URL"
)
win_opts
.
add_argument
(
"--patch64"
,
default
=
"
win/
${winseries}_x64/"
default
=
"${winseries}_x64/"
"${drvprefix}${version}/nvencodeapi64.1337"
,
help
=
"template for Windows 64bit patch URL"
)
win_opts
.
add_argument
(
"--skip-patch-check"
,
...
...
tools/readme-autogen/constants.py
View file @
e5908991
...
...
@@ -56,4 +56,4 @@ DRIVER_DIR_PREFIX = {
(
Product
.
Quadro
,
''
):
'quadro_'
,
}
REPO_BASE
=
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/"
REPO_BASE
=
"https://raw.githubusercontent.com/keylase/nvidia-patch/master/
win/
"
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