1057 Commits (master)
 

Author SHA1 Message Date
ramhaidar a0d153ec4d
win: add support for DCH driver 552.44 (#793)
fixes #792
6 days ago
Gelmo 7217e4c50d linux: add support for driver 550.78 2 weeks ago
Gelmo 23fa489db9 linux: add support for driver 550.76
fixes #788
2 weeks ago
GitHub Action 3193b4b1ce linux: add support for driver 535.171.04
fixes #783
4 weeks ago
ramhaidar a356d89a6c
win: add support for DCH driver 552.22 (#786)
fixes #785
4 weeks ago
fei 488b4f970e linux: add support for driver 545.161.08 4 weeks ago
ramhaidar b0583de5e0
win: add support for DCH driver 552.12 (#781)
fixes #780
1 month ago
Robin Appelman 134770c255
add option to export patches as JSON (#779) 1 month ago
GitHub Action e416c41eff linux: add support for driver 550.67
fixes #774
2 months ago
Mathis Klooß 682ec7ef68
linux: add support for driver 550.54.15 (#773) 2 months ago
ramhaidar 2f1ceabade
win: add support for DCH driver 551.86 (#775) 2 months ago
GitHub Action cb0136eab6 win: add support for DCH driver 551.76
fixes #769
2 months ago
GitHub Action c4388cf3d0 win: add support for DCH (Hotfix) driver 551.68
fixes #767
2 months ago
Jai Luthra 506c6ae67d
win: same 551.61 patch for studio driver 3 months ago
GitHub Action cd2f347c7b linux: add support for driver 535.161.07 3 months ago
GitHub Action 2b9d94354d win: add support for DCH driver 551.61
fixes #762
3 months ago
GitHub Action 567085397f linux: add support for driver 550.54.14
fix #763
3 months ago
guihkx 583ebabd5a win: add support for legacy DCH driver 474.82
Generated with:

./win/tools/autopatch/autopatch.py 474.82 \
  -S 8BF085C0750549892FEB 89450885C07504 \
  -R 89450885C075048937EB 33C08945087504 \
  -T 'Display.Driver/nvencodeapi64.dl_' 'Display.Driver/nvencodeapi.dl_'
3 months ago
guihkx 135a41a65f linux: add patches for 470.239.06 3 months ago
GitHub Action 71efdd0897 win: add support for DCH driver 551.52 3 months ago
GitHub Action d1f8353203 win: add support for DCH (Hotfix) driver 551.46
Fixes #757
3 months ago
Jai Luthra c71adfdd70
Merge pull request #755 from keylase/autopatch_535.43.25
linux: add support for driver 535.43.25
3 months ago
GitHub Action 0d2a61028f linux: add support for driver 535.43.25
Fixes #754
3 months ago
Jai Luthra b63013c15f
Merge pull request #753 from guihkx/win-474xx-legacy
windows: add patches for legacy dch 474xx drivers
4 months ago
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_'
4 months ago
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_'
4 months ago
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_'
4 months ago
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_'
4 months ago
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>
4 months ago
GitHub Action 6e776600bf linux: add support for driver 550.40.07 4 months ago
GitHub Action f0fd415c12 win: add support for DCH driver 546.65 4 months ago
GitHub Action ca565ef966 linux: add support for driver 535.154.05 4 months ago
Jai Luthra 564c0661a9 drivers.json: Mark 546.33 as studio driver 5 months ago
GitHub Action 38b7e83ca5 win: add support for DCH driver 546.33
Fixes #742
5 months ago
GitHub Action eae81071b1 linux: add support for driver 535.146.02
Fixes #740
5 months ago
GitHub Action 4263861867 win: add support for DCH (Hotfix) driver 546.31
Fix #737
5 months ago
GitHub Action 1a93d73847 win: add support for DCH driver 546.29 5 months ago
Jai Luthra 5416bda41a workflows: push to separate branch
Signed-off-by: Jai Luthra <me@jailuthra.in>
5 months ago
Jai Luthra c56db4a520
Merge pull request #734 from jailuthra/linux_action
GH Actions: Add workflow for linux autopatch
6 months ago
Jai Luthra dad6ff50c0
workflows: add workflow for linux
Signed-off-by: Jai Luthra <me@jailuthra.in>
6 months ago
Jai Luthra 1e408186c8
linux: autopatch: Better logs for find_bytecode.sh 6 months ago
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>
6 months ago
Jai Luthra ba525be7f5 linux: patch for 545.29.06
Signed-off-by: Jai Luthra <me@jailuthra.in>
6 months ago
mklooss 26db5e7d25 linux: add patches for 545.23.08 6 months ago
GitHub Action 5f34ec7949 win: add support for DCH driver 546.17 6 months ago
GitHub Action 08806c057c win: add support for DCH (Hotfix) driver 546.08
fixes #725
6 months ago
Jai Luthra 2f11563e5c autopatch: Ensure non-zero retval for missing installer
Signed-off-by: Jai Luthra <me@jailuthra.in>
6 months ago
Jai Luthra 3b52cbf2c3 workflows: support commit descriptions
Signed-off-by: Jai Luthra <me@jailuthra.in>
6 months ago
Jai Luthra 16e95c3bd1 workflows: use workflow dispatch instead of releases
Signed-off-by: Jai Luthra <me@jailuthra.in>
6 months ago
Jai Luthra 7b5f3ab91b readme_autogen: add constants for DCH (Hotfix)
Signed-off-by: Jai Luthra <me@jailuthra.in>
6 months ago