9 |
- |
1 |
<!--
|
|
|
2 |
|
|
|
3 |
============================================
|
|
|
4 |
Application bugs worked around in this file:
|
|
|
5 |
============================================
|
|
|
6 |
|
58 |
- |
7 |
* Unigine Heaven 3.0 and older contain too many bugs and can't be supported
|
|
|
8 |
by drivers that want to be compliant.
|
|
|
9 |
|
9 |
- |
10 |
* Various Unigine products don't use the #version and #extension GLSL
|
|
|
11 |
directives, meaning they only get GLSL 1.10 and no extensions for their
|
|
|
12 |
shaders.
|
|
|
13 |
Enabling all extensions for Unigine fixes most issues, but the GLSL version
|
|
|
14 |
is still 1.10.
|
|
|
15 |
|
34 |
- |
16 |
* If ARB_sample_shading is supported, Unigine Heaven 4.0 and Valley 1.0 uses
|
|
|
17 |
an #extension directive in the middle of its shaders, which is illegal
|
|
|
18 |
in GLSL.
|
|
|
19 |
|
9 |
- |
20 |
TODO: document the other workarounds.
|
|
|
21 |
|
|
|
22 |
-->
|
|
|
23 |
|
4 |
- |
24 |
<driconf>
|
9 |
- |
25 |
<!-- Please always enable app-specific workarounds for all drivers and
|
|
|
26 |
screens. -->
|
|
|
27 |
<device>
|
4 |
- |
28 |
<application name="Unigine Sanctuary" executable="Sanctuary">
|
|
|
29 |
<option name="force_glsl_extensions_warn" value="true" />
|
|
|
30 |
<option name="disable_blend_func_extended" value="true" />
|
|
|
31 |
</application>
|
9 |
- |
32 |
|
4 |
- |
33 |
<application name="Unigine Tropics" executable="Tropics">
|
|
|
34 |
<option name="force_glsl_extensions_warn" value="true" />
|
|
|
35 |
<option name="disable_blend_func_extended" value="true" />
|
|
|
36 |
</application>
|
9 |
- |
37 |
|
4 |
- |
38 |
<application name="Unigine Heaven (32-bit)" executable="heaven_x86">
|
34 |
- |
39 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
4 |
- |
40 |
</application>
|
9 |
- |
41 |
|
4 |
- |
42 |
<application name="Unigine Heaven (64-bit)" executable="heaven_x64">
|
34 |
- |
43 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
4 |
- |
44 |
</application>
|
9 |
- |
45 |
|
34 |
- |
46 |
<application name="Unigine Valley (32-bit)" executable="valley_x86">
|
|
|
47 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
|
|
48 |
</application>
|
|
|
49 |
|
|
|
50 |
<application name="Unigine Valley (64-bit)" executable="valley_x64">
|
|
|
51 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
|
|
52 |
</application>
|
|
|
53 |
|
4 |
- |
54 |
<application name="Unigine OilRush (32-bit)" executable="OilRush_x86">
|
|
|
55 |
<option name="disable_blend_func_extended" value="true" />
|
58 |
- |
56 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
4 |
- |
57 |
</application>
|
9 |
- |
58 |
|
4 |
- |
59 |
<application name="Unigine OilRush (64-bit)" executable="OilRush_x64">
|
|
|
60 |
<option name="disable_blend_func_extended" value="true" />
|
58 |
- |
61 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
4 |
- |
62 |
</application>
|
9 |
- |
63 |
|
4 |
- |
64 |
<application name="Savage 2" executable="savage2.bin">
|
|
|
65 |
<option name="disable_glsl_line_continuations" value="true" />
|
|
|
66 |
</application>
|
9 |
- |
67 |
|
4 |
- |
68 |
<application name="Topogun (32-bit)" executable="topogun32">
|
|
|
69 |
<option name="always_have_depth_buffer" value="true" />
|
|
|
70 |
</application>
|
9 |
- |
71 |
|
4 |
- |
72 |
<application name="Topogun (64-bit)" executable="topogun64">
|
|
|
73 |
<option name="always_have_depth_buffer" value="true" />
|
|
|
74 |
</application>
|
58 |
- |
75 |
|
|
|
76 |
<application name="Dead Island" executable="DeadIslandGame">
|
|
|
77 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
|
|
78 |
</application>
|
|
|
79 |
|
|
|
80 |
<application name="Second Life" executable="do-not-directly-run-secondlife-bin">
|
|
|
81 |
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
|
|
82 |
</application>
|
4 |
- |
83 |
</device>
|
|
|
84 |
</driconf>
|