guihkx
fcb0026707
win: add support for legacy DCH driver 474.64
...
Generated with:
./win/tools/autopatch/autopatch.py 474.64 \
-S 8BF085C0750549892FEB 89450885C07504 \
-R 89450885C075048937EB 33C08945087504 \
-T 'Display.Driver/nvencodeapi64.dl_' 'Display.Driver/nvencodeapi.dl_'
2024-01-25 06:17:29 -03:00
guihkx
77fc3a7f21
win: add support for legacy DCH driver 474.44
...
Generated with:
./win/tools/autopatch/autopatch.py 474.44 \
-S 8BF085C0750549892FEB 89450885C07504 \
-R 89450885C075048937EB 33C08945087504 \
-T 'Display.Driver/nvencodeapi64.dl_' 'Display.Driver/nvencodeapi.dl_'
2024-01-25 06:14:30 -03:00
guihkx
3b85dc2f25
win: add support for legacy DCH driver 474.30
...
./win/tools/autopatch/autopatch.py 474.30 \
-S 8BF085C0750549892FEB 89450885C07504 \
-R 89450885C075048937EB 33C08945087504 \
-T 'Display.Driver/nvencodeapi64.dl_' 'Display.Driver/nvencodeapi.dl_'
2024-01-25 06:10:12 -03:00
guihkx
6707e399ce
win: add support for legacy DCH driver 474.04
...
Generated with:
./win/tools/autopatch/autopatch.py 474.04 \
-S 8BF085C0750549892FEB 89450885C07504 \
-R 89450885C075048937EB 33C08945087504 \
-T 'Display.Driver/nvencodeapi64.dl_' 'Display.Driver/nvencodeapi.dl_'
2024-01-25 06:09:21 -03:00
Jai Luthra
95a6dce23f
win: add support for DCH driver 551.23 ( #751 )
...
* win: add support for DCH driver 551.23
* Mark as studio driver
---------
Co-authored-by: GitHub Action <action@github.com>
2024-01-25 11:25:46 +05:30
GitHub Action
6e776600bf
linux: add support for driver 550.40.07
2024-01-25 11:22:41 +05:30
GitHub Action
f0fd415c12
win: add support for DCH driver 546.65
2024-01-18 15:54:51 +05:30
GitHub Action
ca565ef966
linux: add support for driver 535.154.05
2024-01-17 08:04:57 +05:30
Jai Luthra
564c0661a9
drivers.json: Mark 546.33 as studio driver
2023-12-13 10:11:22 +05:30
GitHub Action
38b7e83ca5
win: add support for DCH driver 546.33
...
Fixes #742
2023-12-13 00:41:54 +05:30
GitHub Action
eae81071b1
linux: add support for driver 535.146.02
...
Fixes #740
2023-12-08 15:42:53 +05:30
GitHub Action
4263861867
win: add support for DCH (Hotfix) driver 546.31
...
Fix #737
2023-12-06 09:26:27 +05:30
GitHub Action
1a93d73847
win: add support for DCH driver 546.29
2023-12-05 08:28:05 +05:30
Jai Luthra
5416bda41a
workflows: push to separate branch
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-12-05 08:16:40 +05:30
Jai Luthra
c56db4a520
Merge pull request #734 from jailuthra/linux_action
...
GH Actions: Add workflow for linux autopatch
2023-11-24 03:32:28 +05:30
Jai Luthra
dad6ff50c0
workflows: add workflow for linux
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-24 03:16:42 +05:30
Jai Luthra
1e408186c8
linux: autopatch: Better logs for find_bytecode.sh
2023-11-24 03:15:38 +05:30
Jai Luthra
4d06da0f3a
linux: autopatch: Find bytecode and update patch.sh
...
Have a two-script workflow where one focuses on finding the bytecode in
the driver files, and the other focuses on updating patch.sh using the
newly found bytecode or a previously existing one.
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-24 01:37:17 +05:30
Jai Luthra
ba525be7f5
linux: patch for 545.29.06
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-23 16:35:58 +05:30
mklooss
26db5e7d25
linux: add patches for 545.23.08
2023-11-21 16:15:49 +05:30
GitHub Action
5f34ec7949
win: add support for DCH driver 546.17
2023-11-15 09:08:25 +00:00
GitHub Action
08806c057c
win: add support for DCH (Hotfix) driver 546.08
...
fixes #725
2023-11-09 08:51:06 +00:00
Jai Luthra
2f11563e5c
autopatch: Ensure non-zero retval for missing installer
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-09 14:19:38 +05:30
Jai Luthra
3b52cbf2c3
workflows: support commit descriptions
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-09 14:19:38 +05:30
Jai Luthra
16e95c3bd1
workflows: use workflow dispatch instead of releases
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-09 14:19:38 +05:30
Jai Luthra
7b5f3ab91b
readme_autogen: add constants for DCH (Hotfix)
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-09 14:19:38 +05:30
Guilherme Silva
e875f95560
linux: add patches for 470.223.02 ( #724 )
2023-11-05 14:47:18 +05:30
Jai Luthra
63c787070a
win: mark recent Studio Drivers
...
Nvidia is recently releasing same driver version as both Game Ready and
Studio. This might have some changes in the GPU drivers, but the DLLs
for NVENC and NVFBC are exactly the same (byte-by-byte) and same patches
apply on both variants.
Update the README to indicate this commonality in the patches to avoid
confusion.
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-02 17:41:57 +05:30
Chris Turra
1d856fbab5
linux: adding support for 525.147.05 ( #722 )
...
* linux: adding support for 525.147.05
* reverting reordering and correcting typo
2023-11-02 09:11:53 +05:30
Jai Luthra
67b7cad409
linux: patch for 545.29.02
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-02 00:14:35 +05:30
Jai Luthra
28798e7f84
add autopatch for linux drivers
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-02 00:14:35 +05:30
Jai Luthra
f8461fd699
patch(-fbc).sh: restructure and remove support for old vulkan outlier
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-11-02 00:14:35 +05:30
Marco van Dijk
407fe93ee2
Add support for 535.129.03
2023-11-01 22:10:04 +05:30
GitHub Action
7e6fb9fe64
win: add support for DCH driver 546.01
2023-11-01 10:43:22 +00:00
Jai Luthra
b899e19087
win: patch for 537.72 vulkan beta
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-10-27 12:53:53 +05:30
Jai Luthra
9b5c28b29c
autopatch: fix indent for local installer case
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-10-27 12:53:53 +05:30
GitHub Action
bb1d5351d2
win: add support for DCH driver 545.92
2023-10-27 02:22:59 +00:00
Jai Luthra
a3cb121004
linux: patch for 545.23.06
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-10-18 22:07:43 +05:30
GitHub Action
2377e3f7ea
win: add support for DCH driver 545.84
2023-10-18 16:22:50 +00:00
Jai Luthra
bd502d57d4
actions: Fix workflow for studio release
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-10-12 16:53:19 +05:30
GitHub Action
52040d4deb
win: add support for DCH driver 537.58
2023-10-12 10:04:37 +00:00
Jai Luthra
af2616a252
Merge pull request #682 from reloxx13/add_gh_action
...
Add github action for windows patches
2023-10-08 13:35:22 +05:30
MoetaYuko
4ce52a4b5b
Fix README and add urls for Tesla drivers
...
* support adding tesla drivers
* linux: patch for 535.104.12
2023-10-08 13:32:36 +05:30
Jai Luthra
2bd1fcb521
Merge pull request #703 from stronk-dev/master
...
Add support for driver version 535.104.12
2023-10-03 15:24:10 +05:30
Marco van Dijk
e21a92eef4
Mod README and driver blob
2023-10-03 11:14:25 +02:00
Marco van Dijk
c7e7b9b09f
Add support for driver version 535.104.12
2023-09-27 12:12:26 +02:00
Jai Luthra
efaf4ad312
Merge pull request #702 from jailuthra/535.113
...
linux: patch for 535.113.01
2023-09-26 16:06:54 +05:30
Jai Luthra
ae0e8b777a
linux: patch for 535.113.01
...
Signed-off-by: Jai Luthra <me@jailuthra.in>
2023-09-26 15:33:42 +05:30
Jai Luthra
dd1345c5c7
Merge pull request #700 from Umgak/master
...
win: add support for 537.42
2023-09-26 15:23:47 +05:30
Umgak
acd525c2e8
win: add support for 537.42
2023-09-21 23:35:50 -05:00