summaryrefslogtreecommitdiff
path: root/Ports/scummvm/patches
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-05 03:05:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 17:58:36 +0100
commitd426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch)
treec3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/scummvm/patches
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/scummvm/patches')
-rw-r--r--Ports/scummvm/patches/0001-Prevent-call-to-glGetIntegerv-without-context.patch7
-rw-r--r--Ports/scummvm/patches/0002-Teach-configure-about-serenity.patch7
-rw-r--r--Ports/scummvm/patches/0003-Remove-SDL-timer-lock.patch7
3 files changed, 6 insertions, 15 deletions
diff --git a/Ports/scummvm/patches/0001-Prevent-call-to-glGetIntegerv-without-context.patch b/Ports/scummvm/patches/0001-Prevent-call-to-glGetIntegerv-without-context.patch
index 4993cc534f..98d3c747fe 100644
--- a/Ports/scummvm/patches/0001-Prevent-call-to-glGetIntegerv-without-context.patch
+++ b/Ports/scummvm/patches/0001-Prevent-call-to-glGetIntegerv-without-context.patch
@@ -1,7 +1,7 @@
-From 6c64e5bb63f9957ceddb82be5f9aafb73c14375c Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jelle Raaijmakers <jelle@gmta.nl>
Date: Wed, 12 Jan 2022 13:41:39 +0100
-Subject: [PATCH 1/3] Prevent call to `glGetIntegerv` without context
+Subject: [PATCH] Prevent call to `glGetIntegerv` without context
This call to `SDL_GL_GetAttribute` happens when switching from the
launcher to the game, when no GL context may exist. This caused Grim
@@ -25,6 +25,3 @@ index d5c034f..8a4e3ff 100644
#endif
// When rendering to a framebuffer, MSAA is enabled on that framebuffer, not on the screen
---
-2.36.1
-
diff --git a/Ports/scummvm/patches/0002-Teach-configure-about-serenity.patch b/Ports/scummvm/patches/0002-Teach-configure-about-serenity.patch
index d6e731056d..ea026b3162 100644
--- a/Ports/scummvm/patches/0002-Teach-configure-about-serenity.patch
+++ b/Ports/scummvm/patches/0002-Teach-configure-about-serenity.patch
@@ -1,7 +1,7 @@
-From 65f374e0cdc9bb7255ad1aadbad1869d21ac7d82 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jelle Raaijmakers <jelle@gmta.nl>
Date: Sun, 9 Jan 2022 23:01:32 +0100
-Subject: [PATCH 2/3] Teach configure about serenity
+Subject: [PATCH] Teach configure about serenity
---
configure | 5 ++++-
@@ -30,6 +30,3 @@ index 65e4731..39509f3 100755
*)
OPENGL_LIBS="-lGL"
;;
---
-2.36.1
-
diff --git a/Ports/scummvm/patches/0003-Remove-SDL-timer-lock.patch b/Ports/scummvm/patches/0003-Remove-SDL-timer-lock.patch
index 8d512b8abf..e0150eabe3 100644
--- a/Ports/scummvm/patches/0003-Remove-SDL-timer-lock.patch
+++ b/Ports/scummvm/patches/0003-Remove-SDL-timer-lock.patch
@@ -1,7 +1,7 @@
-From ddb49b8e7be62501eeea15941b47b91902f697f8 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jelle Raaijmakers <jelle@gmta.nl>
Date: Sun, 9 Jan 2022 23:18:02 +0100
-Subject: [PATCH 3/3] Remove SDL timer lock
+Subject: [PATCH] Remove SDL timer lock
---
backends/timer/sdl/sdl-timer.cpp | 6 ------
@@ -32,6 +32,3 @@ index f9d79ac..ce1af0e 100644
// Removes the timer callback
SDL_RemoveTimer(_timerID);
---
-2.36.1
-