mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 17:20:26 +01:00
dri: Add a default drirc to be installed to provide application workarounds.
Specifially, this being present works around a bug in Unigine Sanctuary on i965 which previously resulted in bad rendering. NOTE: This is a candidate for the 8.0 branch. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
642247883f
commit
ff2497dca3
2 changed files with 9 additions and 0 deletions
|
|
@ -35,3 +35,5 @@ libdricommon_la_SOURCES = \
|
||||||
utils.c \
|
utils.c \
|
||||||
dri_util.c \
|
dri_util.c \
|
||||||
xmlconfig.c
|
xmlconfig.c
|
||||||
|
|
||||||
|
sysconf_DATA = drirc
|
||||||
|
|
|
||||||
7
src/mesa/drivers/dri/common/drirc
Normal file
7
src/mesa/drivers/dri/common/drirc
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<driconf>
|
||||||
|
<device screen="0" driver="i965">
|
||||||
|
<application name="Sanctuary">
|
||||||
|
<option name="force_glsl_extensions_warn" value="true" />
|
||||||
|
</application>
|
||||||
|
</device>
|
||||||
|
</driconf>
|
||||||
Loading…
Add table
Reference in a new issue