mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
mesa: remove dri configs unused software-fallback options
These seems to have only been used by DRI1 drivers which were
removed with e4344161bd.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
24da2d162d
commit
7d2474afb5
7 changed files with 0 additions and 62 deletions
|
|
@ -303,14 +303,6 @@ msgstr "Només memòria de targeta (si està disponible)"
|
|||
msgid "Only GART (AGP/PCIE) memory (if available)"
|
||||
msgstr "Només memòria GART (AGP/PCIE) (si està disponible)"
|
||||
|
||||
#: t_options.h:309
|
||||
msgid "Features that are not hardware-accelerated"
|
||||
msgstr "Característiques no accelerades per maquinari"
|
||||
|
||||
#: t_options.h:313
|
||||
msgid "Enable extension GL_ARB_vertex_program"
|
||||
msgstr "Habilita l'extensió GL_ARB_vertex_program"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Miscel·lània"
|
||||
|
|
|
|||
|
|
@ -278,14 +278,6 @@ msgstr "Nur Grafikspeicher (falls verfügbar)"
|
|||
msgid "Only GART (AGP/PCIE) memory (if available)"
|
||||
msgstr "Nur GART-Speicher (AGP/PCIE) (falls verfügbar)"
|
||||
|
||||
#: t_options.h:309
|
||||
msgid "Features that are not hardware-accelerated"
|
||||
msgstr "Funktionalität, die nicht hardwarebeschleunigt ist"
|
||||
|
||||
#: t_options.h:313
|
||||
msgid "Enable extension GL_ARB_vertex_program"
|
||||
msgstr "Erweiterung GL_ARB_vertex_program aktivieren"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -287,14 +287,6 @@ msgstr "Solo memoria de tarjeta (si está disponible)"
|
|||
msgid "Only GART (AGP/PCIE) memory (if available)"
|
||||
msgstr "Solo memoria GART (AGP/PCIE) (si está disponible)"
|
||||
|
||||
#: t_options.h:309
|
||||
msgid "Features that are not hardware-accelerated"
|
||||
msgstr "Características no aceleradas por hardware"
|
||||
|
||||
#: t_options.h:313
|
||||
msgid "Enable extension GL_ARB_vertex_program"
|
||||
msgstr "Habilitar la extensión GL_ARB_vertex_program"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Misceláneos"
|
||||
|
|
|
|||
|
|
@ -274,14 +274,6 @@ msgstr "Utiliser uniquement la mémoire graphique (si disponible)"
|
|||
msgid "Only GART (AGP/PCIE) memory (if available)"
|
||||
msgstr "Utiliser uniquement la mémoire GART (AGP/PCIE) (si disponible)"
|
||||
|
||||
#: t_options.h:309
|
||||
msgid "Features that are not hardware-accelerated"
|
||||
msgstr "Fonctionnalités ne bénéficiant pas d'une accélération matérielle"
|
||||
|
||||
#: t_options.h:313
|
||||
msgid "Enable extension GL_ARB_vertex_program"
|
||||
msgstr "Activer l'extension GL_ARB_vertex_program"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -275,14 +275,6 @@ msgstr "Alleen geheugen op de kaart (als het aanwezig is)"
|
|||
msgid "Only GART (AGP/PCIE) memory (if available)"
|
||||
msgstr "Alleen GART (AGP/PCIE) geheugen (als het aanwezig is)"
|
||||
|
||||
#: t_options.h:309
|
||||
msgid "Features that are not hardware-accelerated"
|
||||
msgstr "Eigenschappen die niet hardwareversneld zijn"
|
||||
|
||||
#: t_options.h:313
|
||||
msgid "Enable extension GL_ARB_vertex_program"
|
||||
msgstr "Zet uitbreiding GL_ARB_vertex_program aan"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -267,14 +267,6 @@ msgstr "Endast kortminne (om tillgängligt)"
|
|||
msgid "Only GART (AGP/PCIE) memory (if available)"
|
||||
msgstr "Endast GART-minne (AGP/PCIE) (om tillgängligt)"
|
||||
|
||||
#: t_options.h:309
|
||||
msgid "Features that are not hardware-accelerated"
|
||||
msgstr "Funktioner som inte är hårdvaruaccelererade"
|
||||
|
||||
#: t_options.h:313
|
||||
msgid "Enable extension GL_ARB_vertex_program"
|
||||
msgstr "Aktivera tillägget GL_ARB_vertex_program"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue