non port: x11-wm/gamescope/files/patch-private-libs |
SVNWeb
|
Number of commits found: 6 |
Thu, 18 Aug 2022
|
[ 09:42 Jan Beich (jbeich) ] bf4b73d
x11-wm/gamescope: unbundle libliftoff after 93054149a58a
This reverts commit 7e0eeca6bb238a8cc201b921c52a97fd856dd255.
|
[ 00:29 Jan Beich (jbeich) ] 7e0eeca
x11-wm/gamescope: bundle libliftoff, preparing for update
This reverts commit ef2d0a35dd40b8b59bf9f94b3887d26631b3465d.
|
Fri, 11 Feb 2022
|
[ 12:12 Jan Beich (jbeich) ] ef2d0a3
x11-wm/gamescope: unbundle libliftoff after 929a40f5e1c9
This reverts commit 8947b5348e896ba308935f13823954443ca3655c.
|
Fri, 3 Sep 2021
|
[ 01:53 Jan Beich (jbeich) ] 8947b53
x11-wm/gamescope: bundle libliftoff, preparing for update
This reverts commit e4627682874a487b3c8bde7f8d70a4532a549bed.
|
Thu, 1 Jul 2021
|
[ 13:50 Jan Beich (jbeich) ] e462768
x11-wm/gamescope: unbundle libliftoff
|
Mon, 16 Nov 2020
|
[ 03:52 jbeich ]
x11-wm/gamescope: add new port
In an embedded session usecase, gamescope does the same thing as
steamcompmgr, but with less extra copies and latency:
- It's getting game frames through Wayland by way of Xwayland, so
there's no copy within X itself before it gets the frame.
- It can use DRM/KMS to directly flip game frames to the screen, even
when stretching or when notifications are up, removing another copy.
- When it does need to composite with the GPU, it does so with async
Vulkan compute, meaning you get to see your frame quick even if the
game already has the GPU busy with the next frame.
It also runs on top of a regular desktop, the 'nested' usecase
steamcompmgr didn't support.
- Because the game is running in its own personal Xwayland sandbox
desktop, it can't interfere with your desktop and your desktop can't
interfere with it.
- You can spoof a virtual screen with a desired resolution and refresh
rate as the only thing the game sees, and control/resize the output
as needed. This can be useful in exotic display configurations like
ultrawide or multi-monitor setups that involve rotation.
https://github.com/Plagman/gamescope
|
Number of commits found: 6 |