Commit Graph

1090 Commits

Author SHA1 Message Date
Amjad Alsharafi
35d33fb05b
Update README and other locations to include patch-vk info
Updated the README template, as well as `drivers.json` to include this new patch category

Signed-off-by: Amjad Alsharafi <amjadsharafi10@gmail.com>
2024-12-03 17:04:35 +08:00
Amjad Alsharafi
f0ba18162e
linux: Add patch-vk which patches libnvidia-eglcore.so for vulkan
This bypasses the limit for vulkan drivers.

Whenever an encoder session is created, it will call a function that
does "authorization", and then before it exit or when the session is
closed, it will "release" it.

This happens at the function 0xD7E780 (address in version 555.58.02).

The function signature is like this
```C
// This is C++, but for `C` translation it will be something like this
bool auth_release(void* this, bool is_auth);
```

It will take either `is_auth==true` if in `auth` or `false` when
releasing.

It will return either `true` for success or `false` for failure.

What we changed here is that we replaced this function implementation
with `return true;`.

And it seems to be working as expected, and we can bypass the limit by
not even registering and checking for it.

Part of this commit, I checked the other surrounding versions, and they
all seem to use the exact same function which is good for us.

I actually didn't test any version beside 555.58.02, so it could need
some testing.

Signed-off-by: Amjad Alsharafi <amjadsharafi10@gmail.com>
2024-12-03 17:02:07 +08:00
GitHub Action
fafd28f299 linux: add support for driver 550.135
fix #868
2024-12-01 21:51:12 +05:30
GitHub Action
82a24b0f93 linux: add support for driver 535.216.03
fix #866
2024-12-01 21:50:18 +05:30
Nostrus Admin
5c7b570254 Added root check to patch.sh and patch-fbc.sh 2024-11-24 12:50:17 +05:30
ramhaidar
081807cc31 win: add support for DCH driver 566.14 2024-11-13 12:30:51 +05:30
GitHub Action
c40472b630 linux: add support for driver 550.127.05
fixes #860
2024-10-31 18:16:40 +05:30
siriume
ac0afeb010 update_patch_tester 2024-10-26 21:58:08 +05:30
GitHub Action
dfc03e4b23 linux: add support for driver 565.57.01
fixes #857
2024-10-25 04:34:17 +05:30
ramhaidar
43a572f18f win: add support for DCH driver 566.03 2024-10-23 20:44:50 +05:30
ramhaidar
405ccf7a7f win: Update windows readme-autogen template to reference new forked patch tools and new PowerShell script
- Updated the link to the `Win_1337_Apply_Patch` tool to point to updated forked repository, which includes improvements and bug fixes.
- Added an alternative option for users to apply patches using a new PowerShell script (`Win_1337_Apply_Patch_Powershell`), also linked in the README.
- Maintained the original instructions while providing users with multiple options for patch application.
2024-10-08 05:39:23 +05:30
GitHub Action
3d20259553 linux: add support for driver 550.120
fix #849
2024-10-06 05:55:13 +05:30
ramhaidar
9565d0f448 win: add support for DCH driver 565.90 2024-10-02 03:53:41 +05:30
ramhaidar
768c4c2582 win: add support for DCH driver 561.09 2024-09-27 02:42:04 +05:30
Gelmo
b46777dcd0 linux: add support for driver 560.28.03 2024-09-11 14:08:41 +05:30
Gelmo
1ccf350637 linux: add support for driver 535.183.06 2024-09-11 14:03:54 +05:30
ramhaidar
d3a5414eff win: add support for DCH driver 560.94
fixes #837
2024-08-30 19:01:59 +05:30
Gelmo
9ad91bf923 linux: add support for driver 560.35.03 2024-08-30 19:01:02 +05:30
GitHub Action
fc299168b8 linux: add support for driver 550.107.02
linux: add support for driver 550.107.02
2024-08-10 16:11:55 +05:30
Trần Nguyễn Ngọc Quang
023eafb350 win: add support for DCH driver 560.81 2024-08-10 16:10:59 +05:30
GitHub Action
c7221dd770 linux: add support for driver 550.100
fix #818
2024-07-18 17:22:06 +05:30
Jai Luthra
a324ceb778 win: update readme with patching steps 2024-07-18 17:20:06 +05:30
GitHub Action
adf7dc3d43 win: add support for DCH driver 560.70 2024-07-18 17:10:52 +05:30
GitHub Action
4ab043dfff win: add support for DCH driver 555.99 2024-07-18 17:08:37 +05:30
GitHub Action
7f132bb828 win: add support for DCH driver 555.85
fixes #795
2024-07-18 17:06:34 +05:30
GitHub Action
284b9b9e76 win: add support for DCH driver 556.12 2024-07-18 17:00:35 +05:30
Gelmo
87fe7b874b linux: add support for driver 555.58.02 2024-07-05 14:22:58 +05:30
GitHub Action
83b06a1cdf linux: add support for driver 555.58 2024-06-28 00:10:44 +05:30
GitHub Action
4e00d88a30 linux: add support for driver 535.183.01
fix #811
2024-06-24 23:18:29 +05:30
GitHub Action
dc9d290e9d linux: add support for driver 550.90.07 2024-06-14 16:18:11 +05:30
GitHub Action
5697a26775 linux: add support for driver 470.256.02 2024-06-14 16:14:03 +05:30
Sid Pranjale
06b84e97f8 linux: 555.52.04 + NvFBC patch 2024-06-14 16:10:39 +05:30
GitHub Action
fe90cd0af2 linux: add support for driver 555.42.02 2024-05-28 12:58:55 +05:30
ramhaidar
a0d153ec4d
win: add support for DCH driver 552.44 (#793)
fixes #792
2024-05-10 14:44:10 +05:30
Gelmo
7217e4c50d linux: add support for driver 550.78 2024-04-30 15:50:46 +05:30
Gelmo
23fa489db9 linux: add support for driver 550.76
fixes #788
2024-04-30 15:50:46 +05:30
GitHub Action
3193b4b1ce linux: add support for driver 535.171.04
fixes #783
2024-04-18 11:57:41 +05:30
ramhaidar
a356d89a6c
win: add support for DCH driver 552.22 (#786)
fixes #785
2024-04-18 11:56:09 +05:30
fei
488b4f970e linux: add support for driver 545.161.08 2024-04-16 17:42:25 +05:30
ramhaidar
b0583de5e0
win: add support for DCH driver 552.12 (#781)
fixes #780
2024-04-05 14:46:59 +05:30
Robin Appelman
134770c255
add option to export patches as JSON (#779) 2024-04-05 14:46:30 +05:30
GitHub Action
e416c41eff linux: add support for driver 550.67
fixes #774
2024-03-25 15:52:29 +05:30
Mathis Klooß
682ec7ef68
linux: add support for driver 550.54.15 (#773) 2024-03-25 15:50:39 +05:30
ramhaidar
2f1ceabade
win: add support for DCH driver 551.86 (#775) 2024-03-25 15:47:51 +05:30
GitHub Action
cb0136eab6 win: add support for DCH driver 551.76
fixes #769
2024-03-14 07:39:12 +05:30
GitHub Action
c4388cf3d0 win: add support for DCH (Hotfix) driver 551.68
fixes #767
2024-03-04 14:07:04 +05:30
Jai Luthra
506c6ae67d
win: same 551.61 patch for studio driver 2024-02-24 21:16:38 +05:30
GitHub Action
cd2f347c7b linux: add support for driver 535.161.07 2024-02-24 21:11:05 +05:30
GitHub Action
2b9d94354d win: add support for DCH driver 551.61
fixes #762
2024-02-24 21:08:27 +05:30
GitHub Action
567085397f linux: add support for driver 550.54.14
fix #763
2024-02-24 21:07:35 +05:30