diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/common/Makefile.am | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/Makefile.am b/src/mesa/drivers/dri/common/Makefile.am index 4b43f44091c..27c3e3d4223 100644 --- a/src/mesa/drivers/dri/common/Makefile.am +++ b/src/mesa/drivers/dri/common/Makefile.am @@ -35,3 +35,5 @@ libdricommon_la_SOURCES = \ utils.c \ dri_util.c \ xmlconfig.c + +sysconf_DATA = drirc diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc new file mode 100644 index 00000000000..7abc6464894 --- /dev/null +++ b/src/mesa/drivers/dri/common/drirc @@ -0,0 +1,7 @@ +<driconf> + <device screen="0" driver="i965"> + <application name="Sanctuary"> + <option name="force_glsl_extensions_warn" value="true" /> + </application> + </device> +</driconf> |