Module: Mesa Branch: master Commit: 0293d72fa56b2cae664a5727abceddb8046d2e92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0293d72fa56b2cae664a5727abceddb8046d2e92
Author: Marek Olšák <[email protected]> Date: Thu Mar 31 23:32:53 2016 +0200 drirc: add a workaround for blackness in Warsow Cc: 11.1 11.2 <[email protected]> --- src/mesa/drivers/dri/common/drirc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 183a1dc..3912d8b 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -88,5 +88,13 @@ TODO: document the other workarounds. <application name="Second Life" executable="do-not-directly-run-secondlife-bin"> <option name="allow_glsl_extension_directive_midshader" value="true" /> </application> + + <application name="Warsow (32-bit)" executable="warsow.i386"> + <option name="allow_glsl_extension_directive_midshader" value="true" /> + </application> + + <application name="Warsow (64-bit)" executable="warsow.x86_64"> + <option name="allow_glsl_extension_directive_midshader" value="true" /> + </application> </device> </driconf> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
