mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
mesa: remove unused dri config option performance_boxes
This seems to have only been used by DRI1 drivers which were
removed with e4344161bd.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
4a91d4ef0f
commit
498831c7e6
7 changed files with 0 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 ""
|
||||
|
|
|
|||
|
|
@ -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 ""
|
||||
|
|
|
|||
|
|
@ -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 ""
|
||||
|
|
|
|||
|
|
@ -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")) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue