diff options
author | Timothy Arceri <[email protected]> | 2019-08-02 15:13:59 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2019-08-07 10:12:49 +1000 |
commit | dca119f12c291d7665d72464c92a8bf4328ef38e (patch) | |
tree | 4c2d81ab1b55694930ad0d427cb7d1c7e76e2b6e /src/gallium/auxiliary/pipe-loader/driinfo_gallium.h | |
parent | c95e2a1c6ba40f017ca451e862a794d45ddb62cf (diff) |
mesa/gallium: add dric option to allow overriding GL vendor string
Will be used in the following patch.
Reviewed-by: Marek Olšák <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93551
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/driinfo_gallium.h')
-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 9db0dc01117..8ccb6a0b454 100644 --- a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h +++ b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h @@ -31,6 +31,7 @@ DRI_CONF_SECTION_DEBUG 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_FORCE_GL_VENDOR() DRI_CONF_SECTION_END DRI_CONF_SECTION_MISCELLANEOUS |