diff options
author | Timothy Arceri <[email protected]> | 2018-09-12 10:52:06 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-09-18 19:34:54 +1000 |
commit | 64ec50d52fa691cc1712df1d7eebea90552b7c2e (patch) | |
tree | 8d8003d52902314cc05725b076697d9ed0d5622c /src/gallium/auxiliary/pipe-loader | |
parent | 7a992fcfa059b0db0f07bc3eb38050eaab7aaf34 (diff) |
mesa/st: add force_compat_profile option to driconfig
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/driinfo_gallium.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h index 5f4305d91d7..9db0dc01117 100644 --- a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h +++ b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h @@ -30,6 +30,7 @@ DRI_CONF_SECTION_DEBUG DRI_CONF_FORCE_GLSL_ABS_SQRT("false") DRI_CONF_GLSL_CORRECT_DERIVATIVES_AFTER_DISCARD("false") DRI_CONF_ALLOW_GLSL_LAYOUT_QUALIFIER_ON_FUNCTION_PARAMETERS("false") + DRI_CONF_FORCE_COMPAT_PROFILE("false") DRI_CONF_SECTION_END DRI_CONF_SECTION_MISCELLANEOUS |