From: Timothy Arceri Date: Wed, 12 Sep 2018 00:52:07 +0000 (+1000) Subject: util: use force_compat_profile for Wolfenstein The Old Blood X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=024abd3534a171ae4ee1532a078f3af68eb6fdea;p=mesa.git util: use force_compat_profile for Wolfenstein The Old Blood 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 --- diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index a68bc03027a..ca69dd164fd 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -198,6 +198,10 @@ TODO: document the other workarounds.