mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
mesa: move legacy dri config option texture_units
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
8b4157d578
commit
5a0684d665
8 changed files with 5 additions and 29 deletions
|
|
@ -70,6 +70,11 @@ DRI_CONF_OPT_BEGIN_V(command_buffer_size,int,def, # min ":" # max ) \
|
|||
DRI_CONF_DESC(de,"Grösse des Befehlspuffers (in KB)") \
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
#define DRI_CONF_MAX_TEXTURE_UNITS(def,min,max) \
|
||||
DRI_CONF_OPT_BEGIN_V(texture_units,int,def, # min ":" # max ) \
|
||||
DRI_CONF_DESC(en,"Number of texture units used") \
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
#if defined(RADEON_R100) /* R100 */
|
||||
static const __DRIconfigOptionsExtension radeon_config_options = {
|
||||
.base = { __DRI_CONFIG_OPTIONS, 1 },
|
||||
|
|
|
|||
|
|
@ -270,10 +270,6 @@ msgstr ""
|
|||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Utilitza el HyperZ per a augmentar el rendiment"
|
||||
|
||||
#: t_options.h:281
|
||||
msgid "Number of texture units used"
|
||||
msgstr "Nombre d'unitats de textura utilitzades"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Miscel·lània"
|
||||
|
|
|
|||
|
|
@ -245,10 +245,6 @@ msgstr ""
|
|||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "HyperZ zur Leistungssteigerung verwenden"
|
||||
|
||||
#: t_options.h:281
|
||||
msgid "Number of texture units used"
|
||||
msgstr "Anzahl der benutzten Textureinheiten"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -254,10 +254,6 @@ msgstr ""
|
|||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Usar HyperZ para potenciar rendimiento"
|
||||
|
||||
#: t_options.h:281
|
||||
msgid "Number of texture units used"
|
||||
msgstr "Número de unidades de textura usadas"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Misceláneos"
|
||||
|
|
|
|||
|
|
@ -243,10 +243,6 @@ msgstr ""
|
|||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Utiliser le HyperZ pour améliorer les performances"
|
||||
|
||||
#: t_options.h:281
|
||||
msgid "Number of texture units used"
|
||||
msgstr "Nombre d'unités de texture"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -242,10 +242,6 @@ msgstr ""
|
|||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Gebruik HyperZ om de prestaties te verbeteren"
|
||||
|
||||
#: t_options.h:281
|
||||
msgid "Number of texture units used"
|
||||
msgstr "Aantal textuureenheden in gebruik"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -236,10 +236,6 @@ msgstr ""
|
|||
msgid "Use HyperZ to boost performance"
|
||||
msgstr "Använd HyperZ för att maximera prestandan"
|
||||
|
||||
#: t_options.h:281
|
||||
msgid "Number of texture units used"
|
||||
msgstr "Antal använda texturenheter"
|
||||
|
||||
#: t_options.h:323
|
||||
msgid "Miscellaneous"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -304,11 +304,6 @@ DRI_CONF_OPT_BEGIN_B(hyperz, def) \
|
|||
DRI_CONF_DESC(en,gettext("Use HyperZ to boost performance")) \
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
#define DRI_CONF_MAX_TEXTURE_UNITS(def,min,max) \
|
||||
DRI_CONF_OPT_BEGIN_V(texture_units,int,def, # min ":" # max ) \
|
||||
DRI_CONF_DESC(en,gettext("Number of texture units used")) \
|
||||
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")) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue