mesa: move legacy hyperz option from dri config
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 15 Aug 2018 06:56:49 +0000 (16:56 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 20 Aug 2018 23:19:02 +0000 (09:19 +1000)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/radeon/radeon_screen.c
src/util/xmlpool/ca.po
src/util/xmlpool/de.po
src/util/xmlpool/es.po
src/util/xmlpool/fr.po
src/util/xmlpool/nl.po
src/util/xmlpool/sv.po
src/util/xmlpool/t_options.h

index 5637361a91655797dbb9c43e6ad14c317ff20947..4c93404607dd4730b3d77821dabd70a496d667aa 100644 (file)
@@ -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 },
index 6cfd8699a806b1e077db6cc75e3a3c58d668da55..2c663d25027c2d771344ec276d607d7760822b83 100644 (file)
@@ -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"
index 90a35e70dcf870888dc0d86fe3469a876048b665..40095df3c40d8842103fcca44b59c0265dd40866 100644 (file)
@@ -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 ""
index a087c0e168998ce193462d2e301823c437d401dd..b1cfdd6e146e2b9b60fb0a5a73b9aba5874b9333 100644 (file)
@@ -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"
index 8bcd08f9bf41aabc5014bf47662f3ad852884c0c..39bb603582365ff3f0d8df91d1fa07f82498bf7c 100644 (file)
@@ -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 ""
index 303d45517ff9292537f42bfc13757d023ef8c00f..8dd73ca5dfe30c7cb37c0f15995625580c408117 100644 (file)
@@ -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 ""
index c60d1aaf22622bdce6e53b9dde965c027ac36e72..319caa73876f072d65f7d431a15164e5873c9e26 100644 (file)
@@ -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 ""
index f8623bd9f6de7627d038489f167cf3133922d6a3..a946a5d363ab73a04b1fb3270089ddf15d4bbcc0 100644 (file)
@@ -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")) \