Skip to content
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
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2024

  1. 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.
    misyltoad committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3a3f910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    953cd7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d80cf55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19f7d95 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a4a4948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03168c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de62f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f06105f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a854f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efd874b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    ded1055 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    a99c466 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    01b18bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7faf1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b2788 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26c237 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix build

    misyltoad committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c2b6432 View commit details
    Browse the repository at this point in the history
  2. Fix build 2

    misyltoad committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b1f50ed View commit details
    Browse the repository at this point in the history
  3. Fix build 3

    misyltoad committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    35e3125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81cf4ef View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    6af0dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c45f23 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    075bc42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0851ed6 View commit details
    Browse the repository at this point in the history
  3. GAMESCOPE_MANGOAPP_SOCKET_DISABLE added

    Gabe Rowe authored and misyltoad committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    970f911 View commit details
    Browse the repository at this point in the history
  4. 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.
    lostgoat authored and misyltoad committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ad26d7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    611a476 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a60ac9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0739d4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee66a97 View commit details
    Browse the repository at this point in the history
  9. backend: Hack

    misyltoad committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    15a198b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    c96d36c View commit details
    Browse the repository at this point in the history