diff options
author | Brian Paul <[email protected]> | 2006-10-15 22:29:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-15 22:29:16 +0000 |
commit | cca1a27f7791a5b0be9f78391c968d817c308f08 (patch) | |
tree | 17d5c6885f5029955c0b9b9dfe46ce75cb3df954 | |
parent | 97f47f771a405377b94b4b139450a7bd2db0c827 (diff) |
regenerated to get DRI_CONF_EXCESS_MIPMAP()
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool/t_options.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool/t_options.h b/src/mesa/drivers/dri/common/xmlpool/t_options.h index 0330f7560ef..4df1916aad0 100644 --- a/src/mesa/drivers/dri/common/xmlpool/t_options.h +++ b/src/mesa/drivers/dri/common/xmlpool/t_options.h @@ -68,6 +68,11 @@ 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(excess_mipmap,bool,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 |