diff options
author | Marek Olšák <[email protected]> | 2019-11-11 17:04:15 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-11-11 19:23:37 -0500 |
commit | e00791c5525000652472cdcfe55d59f43ec3d85e (patch) | |
tree | be1b30ea9ea57e3c9f926cc78d12fe45d363fc0c /src/gallium/include | |
parent | 34f32a6d6648073e2fda3fb78377124fb32bb288 (diff) |
st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for them
They use the "sample" keyword as a variable name.
Cc: 19.2 19.3 <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
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 516408c77c7..297954d70bf 100644 --- a/src/gallium/include/state_tracker/st_api.h +++ b/src/gallium/include/state_tracker/st_api.h @@ -219,6 +219,7 @@ struct st_config_options { bool disable_blend_func_extended; bool disable_glsl_line_continuations; + bool disable_arb_gpu_shader5; bool force_glsl_extensions_warn; unsigned force_glsl_version; bool allow_glsl_extension_directive_midshader; |