summaryrefslogtreecommitdiffstats
path: root/src/util/xmlpool/t_options.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2018-08-15 19:39:27 +1000
committerTimothy Arceri <[email protected]>2018-08-20 13:53:59 +1000
commit5a0684d665f4cfc996f9dfc5fddbe4a117ab639f (patch)
tree8dbac1019d47f3a898635ef4df5090cd1d1234cd /src/util/xmlpool/t_options.h
parent8b4157d578d680d8d847acb5d8157462e4f25a15 (diff)
mesa: move legacy dri config option texture_units
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/util/xmlpool/t_options.h')
-rw-r--r--src/util/xmlpool/t_options.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index b671e40fa52..ffcf6f85d39 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -304,11 +304,6 @@ DRI_CONF_OPT_BEGIN_B(hyperz, def) \
DRI_CONF_DESC(en,gettext("Use HyperZ to boost performance")) \
DRI_CONF_OPT_END
-#define DRI_CONF_MAX_TEXTURE_UNITS(def,min,max) \
-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_MESA_GLTHREAD(def) \
DRI_CONF_OPT_BEGIN_B(mesa_glthread, def) \
DRI_CONF_DESC(en,gettext("Enable offloading GL driver work to a separate thread")) \