[Mesa-dev] [PATCH v2] drirc: Allow extension midshader for Metro Redux

Tapani Pälli tapani.palli at intel.com
Tue Aug 7 09:50:02 UTC 2018


LGTM
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>

On 08/06/2018 03:52 PM, vadym.shovkoplias wrote:
> This fixes both Metro 2033 Redux and Metro Last Light Redux
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99730
> Signed-off-by: Eero Tamminen <eero.t.tamminen at intel.com>
> Signed-off-by: Vadym Shovkoplias <vadym.shovkoplias at globallogic.com>
> ---
>   src/util/drirc | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/src/util/drirc b/src/util/drirc
> index 8ece875e34..c4f9e060f3 100644
> --- a/src/util/drirc
> +++ b/src/util/drirc
> @@ -120,6 +120,10 @@ TODO: document the other workarounds.
>               <option name="allow_glsl_extension_directive_midshader" value="true" />
>           </application>
>   
> +        <application name="Metro 2033 Redux / Metro Last Night Redux" executable="metro">
> +            <option name="allow_glsl_extension_directive_midshader" value="true" />
> +        </application>
> +
>           <application name="Worms W.M.D" executable="Worms W.M.Dx64">
>               <option name="allow_higher_compat_version" value="true" />
>           </application>
> 


More information about the mesa-dev mailing list