diff options
author | Marek Olšák <[email protected]> | 2016-03-31 23:32:53 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-04-06 12:53:40 +0200 |
commit | 0293d72fa56b2cae664a5727abceddb8046d2e92 (patch) | |
tree | 3be9e7d42c20862ab2c4218039162c21604cc1be /src/mesa | |
parent | 2e123e1a25182c2e43bf8de1b7911fa6ffc00ae1 (diff) |
drirc: add a workaround for blackness in Warsow
Cc: 11.1 11.2 <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 183a1dcabe8..3912d8b8c7e 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> |