From 78e3e0d683e9f47e07658d6c2d99bac1909f66ec Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 28 Dec 2017 07:42:01 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- drirc | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 106 insertions(+), 9 deletions(-) diff --git a/drirc b/drirc index 798283fd..c9fcb59d 100644 --- a/drirc +++ b/drirc @@ -17,6 +17,10 @@ Application bugs worked around in this file: an #extension directive in the middle of its shaders, which is illegal in GLSL. +* Dying Light and Dead Island Definitive Edition redeclare vertex shader + built-ins (specifically gl_VertexID), which causes the vertex shaders to fail + to compile. + TODO: document the other workarounds. --> @@ -28,46 +32,46 @@ TODO: document the other workarounds. + + + + + + + + - + + + + + + + @@ -104,5 +119,87 @@ TODO: document the other workarounds. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5