mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 21:00:16 +01:00
mesa: remove unused dri config option excess_mipmap
This seems to have only been used by DRI1 drivers which were
removed with e4344161bd.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
498831c7e6
commit
24da2d162d
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue