From 5af8abbf8ba10e6ff56b258c2928d1ed56d9c940 Mon Sep 17 00:00:00 2001 From: Sviatoslav Peleshko Date: Fri, 7 Nov 2025 02:17:30 +0200 Subject: [PATCH] driconf: Add vertex_program_default_out option for Penumbra: Overture Penumbra's vertex program Diffuse_EnvMap_Reflect_vp.cg produces 3-component texture coordinates and primitive colors while using the FF fragment program. Add this WA to fix the misrenderings. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14170 Signed-off-by: Sviatoslav Peleshko Reviewed-by: Timothy Arceri Part-of: --- src/util/00-mesa-defaults.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index d085545133c..baa54a65668 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -383,6 +383,7 @@ TODO: document the other workarounds.