diff options
author | Timothy Arceri <[email protected]> | 2018-08-15 17:19:36 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-08-20 13:53:59 +1000 |
commit | fb277f504ee562e76a8a38ca7a591d3749db3867 (patch) | |
tree | 83d6286b03bacd1511a3ef431460997aed786713 /src/util/xmlpool/t_options.h | |
parent | c470db706a19b37d4944c07b107345e5d1473a4f (diff) |
mesa: move legacy dri config option texture_blend_quality
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/util/xmlpool/t_options.h')
-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 2b89fcb48ee..9db051b0529 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -309,11 +309,6 @@ DRI_CONF_OPT_BEGIN_V(texture_units,int,def, # min ":" # max ) \ DRI_CONF_DESC(en,gettext("Number of texture units used")) \ DRI_CONF_OPT_END -#define DRI_CONF_TEXTURE_BLEND_QUALITY(def,range) \ -DRI_CONF_OPT_BEGIN_V(texture_blend_quality,float,def,range) \ - DRI_CONF_DESC(en,gettext("Texture filtering quality vs. speed, AKA “brilinear” texture filtering")) \ -DRI_CONF_OPT_END - #define DRI_CONF_TEXTURE_HEAPS_ALL 0 #define DRI_CONF_TEXTURE_HEAPS_CARD 1 #define DRI_CONF_TEXTURE_HEAPS_GART 2 |