From c17c47207b96172ca9c85a16f7fb7f1d3ea959d8 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 27 Sep 2017 21:37:46 -0700 Subject: mesa: Remove force_s3tc_enable driconf variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle Reviewed-by: Emil Velikov --- src/gallium/include/state_tracker/st_api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/include') diff --git a/src/gallium/include/state_tracker/st_api.h b/src/gallium/include/state_tracker/st_api.h index 2eaf891ab7..4d27dad5c5 100644 --- a/src/gallium/include/state_tracker/st_api.h +++ b/src/gallium/include/state_tracker/st_api.h @@ -246,7 +246,6 @@ struct st_config_options boolean disable_shader_bit_encoding; boolean force_glsl_extensions_warn; unsigned force_glsl_version; - boolean force_s3tc_enable; boolean allow_glsl_extension_directive_midshader; boolean allow_glsl_builtin_variable_redeclaration; boolean allow_higher_compat_version; -- cgit v1.2.3