diff options
Diffstat (limited to 'mesalib/src/mesa/drivers/dri/common/drirc')
-rw-r--r-- | mesalib/src/mesa/drivers/dri/common/drirc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/mesa/drivers/dri/common/drirc b/mesalib/src/mesa/drivers/dri/common/drirc index 4b9841bd2..cecd6a953 100644 --- a/mesalib/src/mesa/drivers/dri/common/drirc +++ b/mesalib/src/mesa/drivers/dri/common/drirc @@ -87,5 +87,9 @@ TODO: document the other workarounds. <application name="Topogun (64-bit)" executable="topogun64"> <option name="always_have_depth_buffer" value="true" /> </application> + + <application name="Dead Island" executable="DeadIslandGame"> + <option name="allow_glsl_extension_directive_midshader" value="true" /> + </application> </device> </driconf> |