summaryrefslogtreecommitdiff
path: root/src/util/xmlpool/t_options.h
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2018-08-30 10:19:04 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2018-09-18 19:43:05 +1000
commit6d1890fa07f578aa07071f5e24564d069544bf1a (patch)
tree50b7acf2e09283dea4f7f409d426651823fc2ef9 /src/util/xmlpool/t_options.h
parent3a1d09fd559ca61d6ee625fa493986b3bd606327 (diff)
mesa: move legacy dri config option round_mode
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/util/xmlpool/t_options.h')
-rw-r--r--src/util/xmlpool/t_options.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index 48eb15cb6f2..1eb704e0ea1 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -181,16 +181,6 @@ DRI_CONF_OPT_BEGIN_B(precise_trig, def) \
DRI_CONF_DESC(en,gettext("Prefer accuracy over performance in trig functions")) \
DRI_CONF_OPT_END
-#define DRI_CONF_ROUND_TRUNC 0
-#define DRI_CONF_ROUND_ROUND 1
-#define DRI_CONF_ROUND_MODE(def) \
-DRI_CONF_OPT_BEGIN_V(round_mode,enum,def,"0:1") \
- DRI_CONF_DESC_BEGIN(en,gettext("Color rounding method")) \
- DRI_CONF_ENUM(0,gettext("Round color components downward")) \
- DRI_CONF_ENUM(1,gettext("Round to nearest color")) \
- DRI_CONF_DESC_END \
-DRI_CONF_OPT_END
-
#define DRI_CONF_PP_CELSHADE(def) \
DRI_CONF_OPT_BEGIN_V(pp_celshade,enum,def,"0:1") \
DRI_CONF_DESC(en,gettext("A post-processing filter to cel-shade the output")) \