[Mesa-dev] [PATCH 04/21] mesa: remove unused dri config option performance_boxes
Ian Romanick
idr at freedesktop.org
Wed Aug 15 18:38:47 UTC 2018
This patch is
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
On 08/15/2018 03:13 AM, Timothy Arceri wrote:
> This seems to have only been used by DRI1 drivers which were
> removed with e4344161bde2.
> ---
> 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 568be939eb8..a1e42d43977 100644
> --- a/src/util/xmlpool/ca.po
> +++ b/src/util/xmlpool/ca.po
> @@ -39,10 +39,6 @@ msgstr ""
> msgid "Debugging"
> msgstr "Depuració"
>
> -#: 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 9aa9c11e075..fc915447919 100644
> --- a/src/util/xmlpool/de.po
> +++ b/src/util/xmlpool/de.po
> @@ -21,10 +21,6 @@ msgstr ""
> msgid "Debugging"
> msgstr "Fehlersuche"
>
> -#: 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 581a30c3595..8ccf14876fe 100644
> --- a/src/util/xmlpool/es.po
> +++ b/src/util/xmlpool/es.po
> @@ -24,10 +24,6 @@ msgstr ""
> msgid "Debugging"
> msgstr "Depuración"
>
> -#: 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 27a2a4f5e47..c3c7895a68f 100644
> --- a/src/util/xmlpool/fr.po
> +++ b/src/util/xmlpool/fr.po
> @@ -21,10 +21,6 @@ msgstr ""
> msgid "Debugging"
> msgstr "Debogage"
>
> -#: 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 dc8a73098eb..1d4ecd14049 100644
> --- a/src/util/xmlpool/nl.po
> +++ b/src/util/xmlpool/nl.po
> @@ -21,10 +21,6 @@ msgstr ""
> msgid "Debugging"
> msgstr "Debuggen"
>
> -#: 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 33f389d6075..764c66c367c 100644
> --- a/src/util/xmlpool/sv.po
> +++ b/src/util/xmlpool/sv.po
> @@ -21,10 +21,6 @@ msgstr ""
> msgid "Debugging"
> msgstr "Felsökning"
>
> -#: 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 4c143009efe..bd4304a155d 100644
> --- a/src/util/xmlpool/t_options.h
> +++ b/src/util/xmlpool/t_options.h
> @@ -55,11 +55,6 @@
> DRI_CONF_SECTION_BEGIN \
> DRI_CONF_DESC(en,gettext("Debugging"))
>
> -#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-dev
mailing list