* Apps: Add gamescope-type * Scripts: Add display script for OneXPlayer F1 Series OLED display - Adds script to configure the OneXPlayer OneXFly F1 OLED and F1 Pro screens. Without it the colors are washed despite it detecting as a PQ display as its native color gamut is equivalent to sRGB. Use Gamma2.2 to fix and apply timings. There is also a 60Hz screen mode but it uses different timings, so use 120Hz and frame limit to 60 in gamescope instead. * steamcompmgr: Support _STEAMOS_TOUCH_POINTER_EMULATION * WaylandBackend: Fix relative pointer state tracking * steamcompmgr: Fix condition on enabling mouse cursor constraint * DRMBackend: Fix NULL dereference in drm_prepare_liftoff() * rendervulkan: Only define 32-bit float DRM_FORMATs if necessary. * steamcompmgr: Fix VRR page flip check * mangoapp: Fix crash with engine name * OpenVRBackend: Add support for hacky escape codes in SteamVR OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=46
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/nothings/stb.git</param>
|
|
<param name="revision">5736b15f7ea0ffb08dd38af21067c314d6a3aae9</param>
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/g-truc/glm.git</param>
|
|
<param name="revision">0af55ccecd98d4e5a8d1fad7de25ba429d60e863</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/Plagman/gamescope.git</param>
|
|
<param name="revision">refs/tags/3.16.20</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionrewrite-pattern">([\.\d]+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|