summaryrefslogtreecommitdiffstats
path: root/src/util/xmlpool/t_options.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2018-08-15 14:38:58 +1000
committerTimothy Arceri <[email protected]>2018-08-20 13:53:58 +1000
commit7d2474afb55745e70ee6a5d55e5142eef85d13c8 (patch)
treedc221dbb905a29d965cc883cbcdb60e9e0129a56 /src/util/xmlpool/t_options.h
parent24da2d162d4500a19381845fd5a66967b7b3cb47 (diff)
mesa: remove dri configs unused software-fallback options
These seems to have only been used by DRI1 drivers which were removed with e4344161bde2. Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/util/xmlpool/t_options.h')
-rw-r--r--src/util/xmlpool/t_options.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index ca090fd8c24..2b89fcb48ee 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -352,20 +352,6 @@ DRI_CONF_OPT_BEGIN_B(glx_disable_sgi_video_sync, def) \
DRI_CONF_OPT_END
-/**
- * \brief Software-fallback options. To allow using features (like
- * GL_ARB_vertex_program) on GPUs that don't otherwise support the feature.
- */
-#define DRI_CONF_SECTION_SOFTWARE \
-DRI_CONF_SECTION_BEGIN \
- DRI_CONF_DESC(en,gettext("Features that are not hardware-accelerated"))
-
-#define DRI_CONF_ARB_VERTEX_PROGRAM(def) \
-DRI_CONF_OPT_BEGIN_B(arb_vertex_program, def) \
- DRI_CONF_DESC(en,gettext("Enable extension GL_ARB_vertex_program")) \
-DRI_CONF_OPT_END
-
-
/**
* \brief Miscellaneous configuration options