-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from akdor1154/update-gamescope-3.12.5
Bump gamescope to new tag 3.12.5
- Loading branch information
Showing
13 changed files
with
93 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gamescope
updated
19 files
+6 −0 | README.md | |
+65 −13 | layer/VkLayer_FROG_gamescope_wsi.cpp | |
+2 −0 | src/color_bench.cpp | |
+52 −25 | src/color_helpers.cpp | |
+20 −1 | src/color_helpers.h | |
+13 −3 | src/color_tests.cpp | |
+1 −1 | src/drm.cpp | |
+11 −0 | src/gpuvis_trace_utils.h | |
+3 −9 | src/main.cpp | |
+1 −1 | src/meson.build | |
+2 −2 | src/rendervulkan.cpp | |
+4 −0 | src/rendervulkan.hpp | |
+33 −0 | src/sdlwindow.cpp | |
+4 −0 | src/sdlwindow.hpp | |
+230 −8 | src/steamcompmgr.cpp | |
+1 −0 | src/steamcompmgr.hpp | |
+8 −0 | src/steamcompmgr_shared.hpp | |
+6 −0 | src/wlserver.cpp | |
+6 −0 | src/xwayland_ctx.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
GAMESCOPE_VERSION=3.12.0 | ||
GAMESCOPE_TAG=3.12.0 | ||
GAMESCOPE_VERSION=3.12.5 | ||
GAMESCOPE_TAG=3.12.5 | ||
DEB_RELEASE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
Package: * | ||
Pin: release a=unstable | ||
Pin: release a=lunar | ||
Pin-Priority: -1 | ||
|
||
Package: * | ||
Pin: release a=kinetic | ||
Pin-Priority: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free | ||
deb-src http://archive.ubuntu.com/ubuntu kinetic main restricted universe multiverse | ||
deb-src http://archive.ubuntu.com/ubuntu lunar main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
WAYLAND_VERSION=1.21.0-1 | ||
LIBDRM_VERSION=2.4.113-2 | ||
WAYLAND_PROTOCOLS_VERSION=1.32-1 | ||
HWDATA_VERSION=0.374-1 | ||
VULKAN_LOADER_VERSION=1.3.250.0-1 | ||
LIBDRM_VERSION=2.4.114-1 | ||
WAYLAND_PROTOCOLS_VERSION=1.31-1 | ||
HWDATA_VERSION=0.367-1 | ||
VULKAN_LOADER_VERSION=1.3.239.0-1 | ||
LIBSDL2_VERSION=2.26.3+dfsg-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
gamescope (3.12.5-1) UNRELEASED; urgency=medium | ||
|
||
* Bump gamescope to new tag 3.12.5 | ||
|
||
-- Jarrad Whitaker <[email protected]> Sun, 10 Sep 2023 06:35:38 +1000 | ||
|
||
gamescope (3.12.0-2) UNRELEASED; urgency=medium | ||
|
||
* Bump dependencies WAYLAND_VERSION=1.21.0-1 LIBDRM_VERSION=2.4.113-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters