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/include | |
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/include')
-rw-r--r-- | src/gallium/include/state_tracker/st_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/state_tracker/st_api.h b/src/gallium/include/state_tracker/st_api.h index b2b81b6ebc4..516408c77c7 100644 --- a/src/gallium/include/state_tracker/st_api.h +++ b/src/gallium/include/state_tracker/st_api.h @@ -230,6 +230,7 @@ struct st_config_options bool force_glsl_abs_sqrt; bool allow_glsl_cross_stage_interpolation_mismatch; bool allow_glsl_layout_qualifier_on_function_parameters; + char *force_gl_vendor; unsigned char config_options_sha1[20]; }; |