diff options
author | Timothy Arceri <[email protected]> | 2018-08-15 14:26:12 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-08-20 13:53:58 +1000 |
commit | 24da2d162d4500a19381845fd5a66967b7b3cb47 (patch) | |
tree | 3e1e866a78a649020204d48f3ecc2442d87b97ae | |
parent | 498831c7e6ac0d753316d0190214f71276d51e1a (diff) |
mesa: remove unused dri config option excess_mipmap
This seems to have only been used by DRI1 drivers which were
removed with e4344161bde2.
Reviewed-by: Ian Romanick <[email protected]>
-rw-r--r-- | src/util/xmlpool/t_options.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index 7fe1edce48b..ca090fd8c24 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -152,11 +152,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 |