diff options
author | Roland Scheidegger <[email protected]> | 2005-03-15 22:23:29 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2005-03-15 22:23:29 +0000 |
commit | fbe5296d1463e1052590b744f3d62ebb9e5d5dd4 (patch) | |
tree | 23ab4a2986fb2451614e9549845096671be0ca1a /src/mesa/drivers/dri/common/xmlpool.h | |
parent | 75417943737d49670dd4fbc600cd05dc29e2ba51 (diff) |
add support for user-configurable brilinear filtering on r200
Diffstat (limited to 'src/mesa/drivers/dri/common/xmlpool.h')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool.h b/src/mesa/drivers/dri/common/xmlpool.h index dfa5f49524b..46096d8c92b 100644 --- a/src/mesa/drivers/dri/common/xmlpool.h +++ b/src/mesa/drivers/dri/common/xmlpool.h @@ -298,6 +298,12 @@ DRI_CONF_OPT_BEGIN(texture_level_hack,bool,def) \ DRI_CONF_DESC(en,"Enable texture level hack for radeon/r200 for playing games with compressed textures") \ 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, "texture blend quality, aka brilinear texture filtering") \ + DRI_CONF_DESC(de, "Texturfilterqualität, auch bekannt als brilineare Texturfilterung") \ +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 |