summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2018-08-15 14:06:40 +1000
committerTimothy Arceri <[email protected]>2018-08-20 13:53:58 +1000
commit498831c7e6ac0d753316d0190214f71276d51e1a (patch)
tree70a22cf1d80c5605211f9b1c1d51f9148625cc43
parent4a91d4ef0fe066f292438576a49b40deb24a495d (diff)
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 <[email protected]>
-rw-r--r--src/util/xmlpool/ca.po4
-rw-r--r--src/util/xmlpool/de.po4
-rw-r--r--src/util/xmlpool/es.po4
-rw-r--r--src/util/xmlpool/fr.po4
-rw-r--r--src/util/xmlpool/nl.po4
-rw-r--r--src/util/xmlpool/sv.po4
-rw-r--r--src/util/xmlpool/t_options.h5
7 files changed, 0 insertions, 29 deletions
diff --git a/src/util/xmlpool/ca.po b/src/util/xmlpool/ca.po
index 03bf29613fc..aa4e2f02619 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 7b20d00a62c..1e65dde296a 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 f9d950ac14d..ade3242a41d 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 fa069652c2b..4a93f1608e7 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 86cb6e96d96..3fd49bd4b26 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 d8d7353f408..0c51343cb37 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 d4881b334e1..7fe1edce48b 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")) \