diff options
Diffstat (limited to 'mesalib/src/mesa/drivers')
-rw-r--r-- | mesalib/src/mesa/drivers/dri/common/drirc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mesalib/src/mesa/drivers/dri/common/drirc b/mesalib/src/mesa/drivers/dri/common/drirc index 7abc64648..59c00d7ad 100644 --- a/mesalib/src/mesa/drivers/dri/common/drirc +++ b/mesalib/src/mesa/drivers/dri/common/drirc @@ -1,6 +1,9 @@ <driconf> <device screen="0" driver="i965"> - <application name="Sanctuary"> + <application executable="Sanctuary"> + <option name="force_glsl_extensions_warn" value="true" /> + </application> + <application executable="Tropics"> <option name="force_glsl_extensions_warn" value="true" /> </application> </device> |