projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
498831c
)
mesa: remove unused dri config option excess_mipmap
author
Timothy Arceri
<tarceri@itsqueeze.com>
Wed, 15 Aug 2018 04:26:12 +0000
(14:26 +1000)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Mon, 20 Aug 2018 03:53:58 +0000
(13:53 +1000)
This seems to have only been used by DRI1 drivers which were
removed with
e4344161bde2
.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/util/xmlpool/t_options.h
patch
|
blob
|
history
diff --git
a/src/util/xmlpool/t_options.h
b/src/util/xmlpool/t_options.h
index 7fe1edce48b5918114fabf30b826c4fc24d10ca3..ca090fd8c24da06282c8b0934a8ead6e593191b3 100644
(file)
--- 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