mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
drirc: Allow extension midshader for Divinity: Original Sin (EE)
See also <https://bugs.freedesktop.org/show_bug.cgi?id=93551#c27> where this was first observed as a requirement. Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
1edc53a66b
commit
5a165b4086
1 changed files with 4 additions and 0 deletions
|
|
@ -100,5 +100,9 @@ TODO: document the other workarounds.
|
|||
<application name="Rust" executable="rust">
|
||||
<option name="glsl_zero_init" value="true"/>
|
||||
</application>
|
||||
|
||||
<application name="Divinity: Original Sin Enhanced Edition" executable="EoCApp">
|
||||
<option name="allow_glsl_extension_directive_midshader" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue