forked from pool/gamescope
Accepting request 1116462 from home:ateixeira:branches:games:tools
- Update to version 3.12.7+git0.d1eb70b: * steamcompmgr: Overwrite SDL_VIDEODRIVER before nested app launch * main: Make not having presentation time not fatal * main: Default back to SDL_VIDEODRIVER x11 if not exposing wayland * wlserver: Enable xwayland force_xrandr_emulation option * wlserver: Handle pending surfaces in set_wl_id when we already have an existing surface * wlserver: Add feature bit for pixel filter * rendervulkan: Add PIXEL filter (band-limited pixel filter) * rendervulkan: Emulate bilinear sampling when we need to do custom degammas * wlserver: Fix rare crash on shutdown * sdlwindow: Fix crash on shutdown with session - Add arch suffix to VkLayer filename as per recent changes. OBS-URL: https://build.opensuse.org/request/show/1116462 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=11
This commit is contained in:
parent
01151721f9
commit
7c6814f4ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:263c69f89f67e35558c26dea6fd2b3ce971d0ab78c961c33d0f76ff074b04008
|
||||
size 94523604
|
3
gamescope-3.12.7+git0.d1eb70b.tar.xz
Normal file
3
gamescope-3.12.7+git0.d1eb70b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dd44417dad38f3f1c4af69bc9f89720a93c38e503b63cba3f11cfc060f8cb2d
|
||||
size 101825140
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 09 12:23:30 UTC 2023 - antonio.teixeira@suse.com
|
||||
|
||||
- Update to version 3.12.7+git0.d1eb70b:
|
||||
* steamcompmgr: Overwrite SDL_VIDEODRIVER before nested app launch
|
||||
* main: Make not having presentation time not fatal
|
||||
* main: Default back to SDL_VIDEODRIVER x11 if not exposing wayland
|
||||
* wlserver: Enable xwayland force_xrandr_emulation option
|
||||
* wlserver: Handle pending surfaces in set_wl_id when we already have an existing surface
|
||||
* wlserver: Add feature bit for pixel filter
|
||||
* rendervulkan: Add PIXEL filter (band-limited pixel filter)
|
||||
* rendervulkan: Emulate bilinear sampling when we need to do custom degammas
|
||||
* wlserver: Fix rare crash on shutdown
|
||||
* sdlwindow: Fix crash on shutdown with session
|
||||
- Add arch suffix to VkLayer filename as per recent changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 19:01:13 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without intree_libs
|
||||
Name: gamescope
|
||||
Version: 3.12.5+git0.a8471d8
|
||||
Version: 3.12.7+git0.d1eb70b
|
||||
Release: 0
|
||||
Summary: Micro-compositor optimized for running video games on Wayland
|
||||
License: BSD-2-Clause
|
||||
@ -121,7 +121,7 @@ sed -i "s|dependency('stb')|declare_dependency(include_directories: include_dire
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/libVkLayer_FROG_gamescope_wsi.so
|
||||
%{_libdir}/libVkLayer_FROG_gamescope_wsi_%{_arch}.so
|
||||
%dir %{_datadir}/vulkan/implicit_layer.d/
|
||||
%{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.%{_arch}.json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user