-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c6a223
commit f6c34fd
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 920fbf15f534ae3772807cbfaf0e6c3896441a8a Mon Sep 17 00:00:00 2001 | ||
From 2f696dea3d637fbe20ae435bbc3bb50b36219435 Mon Sep 17 00:00:00 2001 | ||
From: Cappy Ishihara <[email protected]> | ||
Date: Wed, 21 Aug 2024 03:56:53 +0700 | ||
Subject: [PATCH] Check if current GPU supports Vulkan DRM modifiers when | ||
|
@@ -12,7 +12,7 @@ GPU does not support Vulkan DRM modifiers. | |
1 file changed, 8 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/src/main.cpp b/src/main.cpp | ||
index 96484dc..e3e694d 100644 | ||
index ca4001249..7c019b560 100644 | ||
--- a/src/main.cpp | ||
+++ b/src/main.cpp | ||
@@ -817,7 +817,14 @@ int main(int argc, char **argv) | ||
|
@@ -31,6 +31,3 @@ index 96484dc..e3e694d 100644 | |
else if ( g_pOriginalDisplay != NULL ) | ||
eCurrentBackend = gamescope::GamescopeBackend::SDL; | ||
else | ||
-- | ||
2.46.0 | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
curl -o ./1483.patch https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1483.patch |