forked from ValveSoftware/steamos-compositor
-
Notifications
You must be signed in to change notification settings - Fork 213
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
WIP: Support for multiple virtual connectors #1486
Draft
misyltoad
wants to merge
32
commits into
master
Choose a base branch
from
virtual-connector-refactor
base: master
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.
Draft
Commits on Aug 22, 2024
-
all: Support for multiple virtual connectors
WIP, but should be getting there. Still some to-dos on the side of cursor setting and misc. operations on the WaylandBackend.
Configuration menu - View commit details
-
Copy full SHA for 3a3f910 - Browse repository at this point
Copy the full SHA 3a3f910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 953cd7f - Browse repository at this point
Copy the full SHA 953cd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d80cf55 - Browse repository at this point
Copy the full SHA d80cf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f7d95 - Browse repository at this point
Copy the full SHA 19f7d95View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4a4948 - Browse repository at this point
Copy the full SHA a4a4948View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03168c - Browse repository at this point
Copy the full SHA f03168cView commit details -
Configuration menu - View commit details
-
Copy full SHA for de62f4f - Browse repository at this point
Copy the full SHA de62f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f06105f - Browse repository at this point
Copy the full SHA f06105fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a854f - Browse repository at this point
Copy the full SHA 56a854fView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd874b - Browse repository at this point
Copy the full SHA efd874bView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ded1055 - Browse repository at this point
Copy the full SHA ded1055View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a99c466 - Browse repository at this point
Copy the full SHA a99c466View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01b18bf - Browse repository at this point
Copy the full SHA 01b18bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7faf1df - Browse repository at this point
Copy the full SHA 7faf1dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b2788 - Browse repository at this point
Copy the full SHA 07b2788View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26c237 - Browse repository at this point
Copy the full SHA c26c237View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2b6432 - Browse repository at this point
Copy the full SHA c2b6432View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f50ed - Browse repository at this point
Copy the full SHA b1f50edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e3125 - Browse repository at this point
Copy the full SHA 35e3125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81cf4ef - Browse repository at this point
Copy the full SHA 81cf4efView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6af0dd4 - Browse repository at this point
Copy the full SHA 6af0dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c45f23 - Browse repository at this point
Copy the full SHA 4c45f23View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 075bc42 - Browse repository at this point
Copy the full SHA 075bc42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0851ed6 - Browse repository at this point
Copy the full SHA 0851ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970f911 - Browse repository at this point
Copy the full SHA 970f911View commit details -
rendervulkan: Fix a CVulkanCmdBuffer leak that could result in screen…
…shot request failures CVulkanDevice::resetCmdBuffers expects m_pendingCmdBufs to be sorted. Using an unordered_map can result in cases where we eagerly exit out of the loop without fully cleaning all the relevant resources. This will result in leaking the command buffer and any resources it transitively references. This can be a problem for screenshots as there are only two screenshot image slots available. If we leak references to these images, at some point we won't be able to allocate new images for screenshot capture and the operation will fail.
Configuration menu - View commit details
-
Copy full SHA for ad26d7f - Browse repository at this point
Copy the full SHA ad26d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611a476 - Browse repository at this point
Copy the full SHA 611a476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a60ac9 - Browse repository at this point
Copy the full SHA 6a60ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0739d4a - Browse repository at this point
Copy the full SHA 0739d4aView commit details -
Revert "steamcompmgr: Fix crash when using magnifier and game recording"
This reverts commit 611a476.
Configuration menu - View commit details
-
Copy full SHA for ee66a97 - Browse repository at this point
Copy the full SHA ee66a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a198b - Browse repository at this point
Copy the full SHA 15a198bView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c96d36c - Browse repository at this point
Copy the full SHA c96d36cView commit details
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.