Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N nvidia-patch
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Keylase
  • nvidia-patch
  • Merge requests
  • !232

New drivers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Snawoot/new_drivers into master 5 years ago
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 19

Created by: Snawoot

Purpose of proposed changes

Add support for recent drivers.

Essential steps taken

Added new drivers and adjusted autopatch and add_driver tools to new URL naming scheme (it seems support for WinServ pre 2012-r2 has been dropped).

Compare
  • master (base)

and
  • latest version
    9e77df42
    2 commits, 2 years ago

19 files
+ 131
- 4

    Preferences

    File browser
    Compare changes
tools/read‎me-autogen‎
consta‎nts.py‎ +1 -1
w‎in‎
tools/a‎utopatch‎
autopa‎tch.py‎ +2 -0
win1‎0_x64‎
442‎.19‎
nvencode‎api.1337‎ +6 -0
nvencodea‎pi64.1337‎ +5 -0
nsd_4‎42.19‎
nvencode‎api.1337‎ +6 -0
nvencodea‎pi64.1337‎ +5 -0
quadro‎_442.19‎
nvencode‎api.1337‎ +6 -0
nvencodea‎pi64.1337‎ +5 -0
win7_x6‎4/442.19‎
nvencode‎api.1337‎ +5 -0
nvencodea‎pi64.1337‎ +5 -0
ws2012_x64/q‎uadro_442.19‎
nvencode‎api.1337‎ +5 -0
nvencodea‎pi64.1337‎ +5 -0
ws2016_x64/q‎uadro_442.19‎
nvencode‎api.1337‎ +6 -0
nvencodea‎pi64.1337‎ +5 -0
READ‎ME.md‎ +7 -2
READ‎ME.md‎ +2 -1
driver‎s.json‎ +51 -0
patch-‎fbc.sh‎ +2 -0
patc‎h.sh‎ +2 -0
tools/readme-autogen/constants.py
+ 1
- 1
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE


@@ -45,7 +45,7 @@ DRIVER_URL_TEMPLATE = {
(OSKind.Windows, Product.GeForce, WinSeries.win7, ''): "https://international.download.nvidia.com/Windows/$version/$version-desktop-win8-win7-64bit-international-whql.exe",
(OSKind.Windows, Product.GeForce, WinSeries.win7, 'Vulkan Beta'): "",
(OSKind.Windows, Product.Quadro, WinSeries.win7, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-desktop-notebook-win8-win7-64bit-international-whql.exe",
(OSKind.Windows, Product.Quadro, WinSeries.ws2012, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-winserv2008r2-2012-2012r2-64bit-international-whql.exe",
(OSKind.Windows, Product.Quadro, WinSeries.ws2012, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-winserv-2012r2-64bit-international-whql.exe",
(OSKind.Windows, Product.Quadro, WinSeries.ws2016, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-winserv-2016-2019-64bit-international-whql.exe",
}
tools/readme-autogen/constants.py
+ 1
- 1
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE


@@ -45,7 +45,7 @@ DRIVER_URL_TEMPLATE = {
(OSKind.Windows, Product.GeForce, WinSeries.win7, ''): "https://international.download.nvidia.com/Windows/$version/$version-desktop-win8-win7-64bit-international-whql.exe",
(OSKind.Windows, Product.GeForce, WinSeries.win7, 'Vulkan Beta'): "",
(OSKind.Windows, Product.Quadro, WinSeries.win7, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-desktop-notebook-win8-win7-64bit-international-whql.exe",
(OSKind.Windows, Product.Quadro, WinSeries.ws2012, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-winserv2008r2-2012-2012r2-64bit-international-whql.exe",
(OSKind.Windows, Product.Quadro, WinSeries.ws2012, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-winserv-2012r2-64bit-international-whql.exe",
(OSKind.Windows, Product.Quadro, WinSeries.ws2016, ''): "https://international.download.nvidia.com/Windows/Quadro_Certified/$version/$version-quadro-winserv-2016-2019-64bit-international-whql.exe",
}
win/tools/autopatch/autopatch.py
+ 2
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE


@@ -214,6 +214,8 @@ def patch_flow(installer_file, search, replacement, target, target_name, patch_n
installer_name = os.path.basename(installer_file).lower()
if 'winserv2008' in installer_name:
os_prefix = 'ws2012_x64'
elif 'winserv-2012' in installer_name:
os_prefix = 'ws2012_x64'
elif 'winserv-2016' in installer_name:
os_prefix = 'ws2016_x64'
elif 'win10' in installer_name:
win/win10_x64/442.19/nvencodeapi.1337 0 → 100644
+ 6
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi.dll
000000000002A0B6:89->33
000000000002A0B7:45->C0
000000000002A0B8:08->89
000000000002A0B9:85->45
000000000002A0BA:C0->08
\ No newline at end of file
win/win10_x64/442.19/nvencodeapi64.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi64.dll
000000000002E93A:8B->33
000000000002E93B:F0->C0
000000000002E93C:85->8B
000000000002E93D:C0->F0
\ No newline at end of file
win/win10_x64/nsd_442.19/nvencodeapi.1337 0 → 100644
+ 6
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi.dll
000000000002A0B6:89->33
000000000002A0B7:45->C0
000000000002A0B8:08->89
000000000002A0B9:85->45
000000000002A0BA:C0->08
\ No newline at end of file
win/win10_x64/nsd_442.19/nvencodeapi64.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi64.dll
000000000002E93A:8B->33
000000000002E93B:F0->C0
000000000002E93C:85->8B
000000000002E93D:C0->F0
\ No newline at end of file
win/win10_x64/quadro_442.19/nvencodeapi.1337 0 → 100644
+ 6
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi.dll
000000000002A0B6:89->33
000000000002A0B7:45->C0
000000000002A0B8:08->89
000000000002A0B9:85->45
000000000002A0BA:C0->08
\ No newline at end of file
win/win10_x64/quadro_442.19/nvencodeapi64.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi64.dll
000000000002E93A:8B->33
000000000002E93B:F0->C0
000000000002E93C:85->8B
000000000002E93D:C0->F0
\ No newline at end of file
win/win7_x64/442.19/nvencodeapi.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi.dll
0000000000022097:8B->33
0000000000022098:D8->C0
0000000000022099:85->8B
000000000002209A:DB->D8
\ No newline at end of file
win/win7_x64/442.19/nvencodeapi64.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi64.dll
00000000000267C0:8B->33
00000000000267C1:F0->C0
00000000000267C2:85->8B
00000000000267C3:C0->F0
\ No newline at end of file
win/ws2012_x64/quadro_442.19/nvencodeapi.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi.dll
0000000000022097:8B->33
0000000000022098:D8->C0
0000000000022099:85->8B
000000000002209A:DB->D8
\ No newline at end of file
win/ws2012_x64/quadro_442.19/nvencodeapi64.1337 0 → 100644
+ 5
- 0
  • View file @ 9e77df42

  • Edit in single-file editor

  • Open in Web IDE

>nvencodeapi64.dll
00000000000267C0:8B->33
00000000000267C1:F0->C0
00000000000267C2:85->8B
00000000000267C3:C0->F0
\ No newline at end of file
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: keylase/nvidia-patch!232
Source branch: github/fork/Snawoot/new_drivers

Menu

Explore Projects Groups Snippets