Mesa (master): mesa: remove unused dri config option performance_boxes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 20 03:54:15 UTC 2018


Module: Mesa
Branch: master
Commit: 498831c7e6ac0d753316d0190214f71276d51e1a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=498831c7e6ac0d753316d0190214f71276d51e1a

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Wed Aug 15 14:06:40 2018 +1000

mesa: remove unused dri config option performance_boxes

This seems to have only been used by DRI1 drivers which were
removed with e4344161bde2.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/util/xmlpool/ca.po       | 4 ----
 src/util/xmlpool/de.po       | 4 ----
 src/util/xmlpool/es.po       | 4 ----
 src/util/xmlpool/fr.po       | 4 ----
 src/util/xmlpool/nl.po       | 4 ----
 src/util/xmlpool/sv.po       | 4 ----
 src/util/xmlpool/t_options.h | 5 -----
 7 files changed, 29 deletions(-)

diff --git a/src/util/xmlpool/ca.po b/src/util/xmlpool/ca.po
index 03bf29613f..aa4e2f0261 100644
--- a/src/util/xmlpool/ca.po
+++ b/src/util/xmlpool/ca.po
@@ -43,10 +43,6 @@ msgstr "Depuració"
 msgid "Disable 3D acceleration"
 msgstr "Deshabilita l'acceleració 3D"
 
-#: t_options.h:65
-msgid "Show performance boxes"
-msgstr "Mostra les caixes de rendiment"
-
 #: t_options.h:70
 msgid "Enable flushing batchbuffer after each draw call"
 msgstr "Habilita el buidatge del batchbuffer després de cada trucada de dibuix"
diff --git a/src/util/xmlpool/de.po b/src/util/xmlpool/de.po
index 7b20d00a62..1e65dde296 100644
--- a/src/util/xmlpool/de.po
+++ b/src/util/xmlpool/de.po
@@ -25,10 +25,6 @@ msgstr "Fehlersuche"
 msgid "Disable 3D acceleration"
 msgstr "3D-Beschleunigung abschalten"
 
-#: t_options.h:65
-msgid "Show performance boxes"
-msgstr "Zeige Performanceboxen"
-
 #: t_options.h:70
 msgid "Enable flushing batchbuffer after each draw call"
 msgstr "Aktiviere sofortige Leerung des Stapelpuffers nach jedem Zeichenaufruf"
diff --git a/src/util/xmlpool/es.po b/src/util/xmlpool/es.po
index f9d950ac14..ade3242a41 100644
--- a/src/util/xmlpool/es.po
+++ b/src/util/xmlpool/es.po
@@ -28,10 +28,6 @@ msgstr "Depuración"
 msgid "Disable 3D acceleration"
 msgstr "Deshabilitar aceleración 3D"
 
-#: t_options.h:65
-msgid "Show performance boxes"
-msgstr "Mostrar cajas de rendimiento"
-
 #: t_options.h:70
 msgid "Enable flushing batchbuffer after each draw call"
 msgstr "Habilitar vaciado del batchbuffer después de cada llamada de dibujo"
diff --git a/src/util/xmlpool/fr.po b/src/util/xmlpool/fr.po
index fa069652c2..4a93f1608e 100644
--- a/src/util/xmlpool/fr.po
+++ b/src/util/xmlpool/fr.po
@@ -25,10 +25,6 @@ msgstr "Debogage"
 msgid "Disable 3D acceleration"
 msgstr "Désactiver l'accélération 3D"
 
-#: t_options.h:65
-msgid "Show performance boxes"
-msgstr "Afficher les boîtes de performance"
-
 #: t_options.h:70
 msgid "Enable flushing batchbuffer after each draw call"
 msgstr ""
diff --git a/src/util/xmlpool/nl.po b/src/util/xmlpool/nl.po
index 86cb6e96d9..3fd49bd4b2 100644
--- a/src/util/xmlpool/nl.po
+++ b/src/util/xmlpool/nl.po
@@ -25,10 +25,6 @@ msgstr "Debuggen"
 msgid "Disable 3D acceleration"
 msgstr "3D versnelling uitschakelen"
 
-#: t_options.h:65
-msgid "Show performance boxes"
-msgstr "Laat prestatie boxjes zien"
-
 #: t_options.h:70
 msgid "Enable flushing batchbuffer after each draw call"
 msgstr ""
diff --git a/src/util/xmlpool/sv.po b/src/util/xmlpool/sv.po
index d8d7353f40..0c51343cb3 100644
--- a/src/util/xmlpool/sv.po
+++ b/src/util/xmlpool/sv.po
@@ -25,10 +25,6 @@ msgstr "Felsökning"
 msgid "Disable 3D acceleration"
 msgstr "Inaktivera 3D-accelerering"
 
-#: t_options.h:65
-msgid "Show performance boxes"
-msgstr "Visa prestandarutor"
-
 #: t_options.h:70
 msgid "Enable flushing batchbuffer after each draw call"
 msgstr ""
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index d4881b334e..7fe1edce48 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -60,11 +60,6 @@ DRI_CONF_OPT_BEGIN_B(no_rast, def) \
         DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \
 DRI_CONF_OPT_END
 
-#define DRI_CONF_PERFORMANCE_BOXES(def) \
-DRI_CONF_OPT_BEGIN_B(performance_boxes, def) \
-        DRI_CONF_DESC(en,gettext("Show performance boxes")) \
-DRI_CONF_OPT_END
-
 #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \
 DRI_CONF_OPT_BEGIN_B(always_flush_batch, def) \
         DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \




More information about the mesa-commit mailing list