From 024abd3534a171ae4ee1532a078f3af68eb6fdea Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 12 Sep 2018 10:52:07 +1000 Subject: [PATCH] util: use force_compat_profile for Wolfenstein The Old Blood MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This game is looking for some odd extension after creating a core context such as ARB_vertex_program and EXT_framebuffer_object. Rather then enabling these in core this forces the game to use compat. This allows the game to run and seems to work without issues. All other id tech games/engines use a compat profile. Reviewed-by: Marek Olšák --- src/util/00-mesa-defaults.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index a68bc03..ca69dd1 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -198,6 +198,10 @@ TODO: document the other workarounds.