SHA256
1
0
forked from pool/gamescope

Compare commits

..

2 Commits

5 changed files with 20 additions and 7 deletions

View File

@ -2,8 +2,8 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/Plagman/gamescope.git</param>
<param name="revision">refs/tags/3.15.14</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">refs/tags/3.15.11</param>
<param name="scm">git</param>
<param name="versionrewrite-pattern">([\.\d]+)</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gamescope-3.15.11.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gamescope-3.15.14.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,7 +1,11 @@
-------------------------------------------------------------------
Fri Sep 27 13:41:20 UTC 2024 - yunus.acar@suse.com
Mon Dec 02 18:17:00 UTC 2024 - antonio.teixeira@suse.com
- Update to version 3.15.11:
- Update to version 3.15.14:
* Fix a CVulkanCmdBuffer leak that could result in screenshot request failures
* Fixed conversion from RGB to full range BT.709 YCbCr
* Use the correct colorspace for YUV capture
* Removed GAMESCOPE_NV12_COLORSPACE default
* Add clipboard support from SDL backend
* Fix how reshade effects are cleared
* WaylandResource: Fix deleting resource
@ -12,6 +16,15 @@ Fri Sep 27 13:41:20 UTC 2024 - yunus.acar@suse.com
* steamcompmgr: Disregard XWayland commits if we have an override surface and there was no damage
* build: fix meson compiler warning
* steamcompmgr: Add some logic for picking commits if we have an override w/ WSI layer
* layer: Send VK_ERROR_OUT_OF_DATE when window size changes on X11
* steamcompmgr: Add logging for when pipewire focus appid changes
* pipewire: Fix truncation of SPA_FORMAT_VIDEO_gamescope_focus_appid
* backend, rendervulkan: Use DRM format for output format on backend
* Add gamescope-reshade Wayland interface (#1495)
* build: add compiler information to gamescope_version
* drm: fix wrong degamma/shaper TFs on NV12
* steamcompmgr: Advertise UTF8_STRING in clipboard TARGETS.
* pipewire: cmpxchng in_buffer + out_buffer to nullptr if they equal to buffer
-------------------------------------------------------------------
Fri Sep 13 13:56:01 UTC 2024 - llyyr@yukari.in

View File

@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.15.11
Version: 3.15.14
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause