-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Fix intel libxess on intel GPUs #215
Open
Etaash-mathamsetty
wants to merge
2,984
commits into
ValveSoftware:bleeding-edge
Choose a base branch
from
Etaash-mathamsetty:be-xess
base: bleeding-edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
RFC: Fix intel libxess on intel GPUs #215
Etaash-mathamsetty
wants to merge
2,984
commits into
ValveSoftware:bleeding-edge
from
Etaash-mathamsetty:be-xess
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit eefc50a. CW-Bug-Id: #22084
…king." This reverts commit 3b621e5. CW-Bug-Id: #22084
(cherry picked from commit df26eae) CW-Bug-Id: #22084
(cherry picked from commit 91c0eda) CW-Bug-Id: #22084
(cherry picked from commit 071eb50) CW-Bug-Id: #22084
…ding. (cherry picked from commit 49b8e55) CW-Bug-Id: #22084
(cherry picked from commit d073d3e) CW-Bug-Id: #22084
(cherry picked from commit 5a162f2) CW-Bug-Id: #22084
(cherry picked from commit 6d1fc90) CW-Bug-Id: #22084
(cherry picked from commit 4805546) CW-Bug-Id: #22084
This is a generic implementation, which is probably fine for buffers backed by system memory. The implementation for buffers backed by GPU memory can probably be optimized. (cherry picked from commit da1885c) CW-Bug-Id: #22084
(cherry picked from commit 885d8df) CW-Bug-Id: #22084
CW-Bug-Id: #22084
CW-Bug-Id: #22084
…}(). CW-Bug-Id: #22084
CW-Bug-Id: #22084
CW-Bug-Id: #22084
This reverts commit 7267a0e. CW-Bug-Id: #22084
This reverts commit e7fdbda. This commit is already included as a cherry-pick. Upon experimental rebase only whitespace removal was left - we can remove that.
Fixes a regression (in Deathloop) where it falls back to SetCursorPos as we now sometimes shrink the clipping rectangle. CW-Bug-Id: #21707
Trying to workaround spurious Wayland mouse motion. CW-Bug-Id: #22650
Fixes mouse sometimes jumping around in Mechwarrior Online on KDE/Wayland. CW-Bug-Id: #22650
…annels. CW-Bug-Id: #22717
…lableType in AAC decoder. CW-Bug-Id: #22717
…r channel count > 2. CW-Bug-Id: #22717
… decoder. CW-Bug-Id: #22717
…puts from AAC decoder. CW-Bug-Id: #22717
This reverts commit 87fbf33. We saw hangs in Phasmophobia with the commit, and then discovered this commit is not strictly necessary for ntlea, so we revert it.
(cherry picked from commit b3e4a52) CW-Bug-Id: #21713
CW-Bug-Id: #23185
CW-Bug-Id: #23185
…ion. Guarded behind a PROTON_EXPOSE_STEAM_CONTROLLER=1 variable. CW-Bug-Id: #23185
…hooks emulation. CW-Bug-Id: #23185
…t hooks emulation.
CW-Bug-Id: #23185
(cherry picked from commit 8164c70) CW-Bug-Id: #23245
…patcher. This requires moving the stack switch to Wow64PrepareForException. Based on a patch by Paul Gofman. (cherry picked from commit 334f54c) CW-Bug-Id: #23245
…nment. (cherry picked from commit 93a3a6c) CW-Bug-Id: #23245
…x86-64. (cherry picked from commit 061c612) CW-Bug-Id: #23245
(cherry picked from commit 8b24139)
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55660 (cherry picked from commit 7d74938)
Instead of checking it in set_report_from_joystick_event. (cherry picked from commit bbdec47)
CW-Bug-Id: #23231
Etaash-mathamsetty
changed the title
RFC: Fix intel xess loader
RFC: Fix intel libxess on intel GPUs
Jan 19, 2024
Plagman
force-pushed
the
bleeding-edge
branch
from
February 26, 2024 15:56
a058f1a
to
11a9ad1
Compare
Plagman
force-pushed
the
bleeding-edge
branch
4 times, most recently
from
July 19, 2024 17:11
03bcca0
to
24d3d22
Compare
Plagman
force-pushed
the
bleeding-edge
branch
3 times, most recently
from
July 30, 2024 18:23
97aa0e7
to
4a22a2a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this is not a completely finished PR, a mechanism needs to be found to load igdext64 on the initialization of dxgi. (probably in dxvk). This is more of a question on whether something like this will be accepted into proton.
What I currently know:
What I do not know: