From 7d2474afb55745e70ee6a5d55e5142eef85d13c8 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 15 Aug 2018 14:38:58 +1000 Subject: 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 --- src/util/xmlpool/t_options.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/util/xmlpool/t_options.h') 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 -- cgit v1.2.3