mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
mesa: move legacy hyperz option from dri config
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
02062ab1e1
commit
797cd198ae
8 changed files with 5 additions and 31 deletions
|
|
@ -75,6 +75,11 @@ DRI_CONF_OPT_BEGIN_V(texture_units,int,def, # min ":" # max ) \
|
|||
DRI_CONF_DESC(en,"Number of texture units used") \
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
#define DRI_CONF_HYPERZ(def) \
|
||||
DRI_CONF_OPT_BEGIN_B(hyperz, def) \
|
||||
DRI_CONF_DESC(en,"Use HyperZ to boost performance") \
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
#if defined(RADEON_R100) /* R100 */
|
||||
static const __DRIconfigOptionsExtension radeon_config_options = {
|
||||
.base = { __DRI_CONFIG_OPTIONS, 1 },
|
||||
|
|
|
|||
|
|
@ -258,10 +258,6 @@ msgstr ""
|
|||
"Sempre sincronitza amb el refresc vertical, l'aplicació tria l'interval "
|
||||
"mínim d'intercanvi"
|
||||
|
||||
#: t_options.h:276
|
||||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Utilitza el HyperZ per a augmentar el rendiment"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Miscel·lània"
|
||||
|
|
|
|||
|
|
@ -233,10 +233,6 @@ msgstr ""
|
|||
"Immer mit der Bildwiederholung synchronisieren, Anwendung wählt das minimale "
|
||||
"Bildintervall"
|
||||
|
||||
#: t_options.h:276
|
||||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "HyperZ zur Leistungssteigerung verwenden"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -242,10 +242,6 @@ msgstr ""
|
|||
"Sincronizar siempre con el refresco vertical, la aplicación elige el "
|
||||
"intervalo de intercambio mínimo"
|
||||
|
||||
#: t_options.h:276
|
||||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Usar HyperZ para potenciar rendimiento"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Misceláneos"
|
||||
|
|
|
|||
|
|
@ -231,10 +231,6 @@ msgstr ""
|
|||
"Toujours synchroniser avec le balayage vertical, l'application choisit "
|
||||
"l'intervalle minimal"
|
||||
|
||||
#: t_options.h:276
|
||||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Utiliser le HyperZ pour améliorer les performances"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -230,10 +230,6 @@ msgstr ""
|
|||
"Synchroniseer altijd met verticale verversing, de applicatie kiest het "
|
||||
"minimum omwisselingsinterval"
|
||||
|
||||
#: t_options.h:276
|
||||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Gebruik HyperZ om de prestaties te verbeteren"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -224,10 +224,6 @@ msgstr ""
|
|||
"Synkronisera alltid med vertikal uppdatering, programmet väljer den minsta "
|
||||
"växlingsintervallen"
|
||||
|
||||
#: t_options.h:276
|
||||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Använd HyperZ för att maximera prestandan"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -287,13 +287,6 @@ DRI_CONF_OPT_BEGIN_V(vblank_mode,enum,def,"0:3") \
|
|||
DRI_CONF_DESC_END \
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
#define DRI_CONF_HYPERZ_DISABLED 0
|
||||
#define DRI_CONF_HYPERZ_ENABLED 1
|
||||
#define DRI_CONF_HYPERZ(def) \
|
||||
DRI_CONF_OPT_BEGIN_B(hyperz, def) \
|
||||
DRI_CONF_DESC(en,gettext("Use HyperZ to boost performance")) \
|
||||
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")) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue