[Mesa-dev] [PATCH 06/21] mesa: remove unused dri config option excess_mipmap

Ian Romanick idr at freedesktop.org
Wed Aug 15 18:41:40 UTC 2018


This patch is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 08/15/2018 03:13 AM, Timothy Arceri wrote:
> This seems to have only been used by DRI1 drivers which were
> removed with e4344161bde2.
> ---
>  src/util/xmlpool/t_options.h | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
> index 3e5993caf78..f0dc78dd595 100644
> --- a/src/util/xmlpool/t_options.h
> +++ b/src/util/xmlpool/t_options.h
> @@ -142,11 +142,6 @@ DRI_CONF_OPT_END
>  DRI_CONF_SECTION_BEGIN \
>  	DRI_CONF_DESC(en,gettext("Image Quality"))
>  
> -#define DRI_CONF_EXCESS_MIPMAP(def) \
> -DRI_CONF_OPT_BEGIN_B(excess_mipmap, def) \
> -	DRI_CONF_DESC(en,"Enable extra mipmap level") \
> -DRI_CONF_OPT_END
> -
>  #define DRI_CONF_TEXTURE_DEPTH_FB       0
>  #define DRI_CONF_TEXTURE_DEPTH_32       1
>  #define DRI_CONF_TEXTURE_DEPTH_16       2
> 



More information about the mesa-dev mailing list