diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/xmlpool/ca.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/de.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/es.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/fr.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/nl.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/sv.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/t_options.h | 5 |
7 files changed, 0 insertions, 29 deletions
diff --git a/src/util/xmlpool/ca.po b/src/util/xmlpool/ca.po index e8ab8ebcbaf..bedb5c976c4 100644 --- a/src/util/xmlpool/ca.po +++ b/src/util/xmlpool/ca.po @@ -279,10 +279,6 @@ msgid "" "(-1) CSMT is enabled on known thread-safe drivers." msgstr "" -#: src/util/xmlpool/t_options.h:323 -msgid "Use the LLVM sisched option for shader compiles" -msgstr "" - #: src/util/xmlpool/t_options.h:328 msgid "" "Assume no Z fights (enables aggressive out-of-order rasterization to improve " diff --git a/src/util/xmlpool/de.po b/src/util/xmlpool/de.po index a28a5ede04f..2baa93c4207 100644 --- a/src/util/xmlpool/de.po +++ b/src/util/xmlpool/de.po @@ -254,10 +254,6 @@ msgid "" "(-1) CSMT is enabled on known thread-safe drivers." msgstr "" -#: src/util/xmlpool/t_options.h:323 -msgid "Use the LLVM sisched option for shader compiles" -msgstr "" - #: src/util/xmlpool/t_options.h:328 msgid "" "Assume no Z fights (enables aggressive out-of-order rasterization to improve " diff --git a/src/util/xmlpool/es.po b/src/util/xmlpool/es.po index e6cf2d6ff70..916a4d6a6e6 100644 --- a/src/util/xmlpool/es.po +++ b/src/util/xmlpool/es.po @@ -265,10 +265,6 @@ msgid "" "(-1) CSMT is enabled on known thread-safe drivers." msgstr "" -#: src/util/xmlpool/t_options.h:323 -msgid "Use the LLVM sisched option for shader compiles" -msgstr "" - #: src/util/xmlpool/t_options.h:328 msgid "" "Assume no Z fights (enables aggressive out-of-order rasterization to improve " diff --git a/src/util/xmlpool/fr.po b/src/util/xmlpool/fr.po index 110bb15a2bc..77226590db8 100644 --- a/src/util/xmlpool/fr.po +++ b/src/util/xmlpool/fr.po @@ -253,10 +253,6 @@ msgid "" "(-1) CSMT is enabled on known thread-safe drivers." msgstr "" -#: src/util/xmlpool/t_options.h:323 -msgid "Use the LLVM sisched option for shader compiles" -msgstr "" - #: src/util/xmlpool/t_options.h:328 msgid "" "Assume no Z fights (enables aggressive out-of-order rasterization to improve " diff --git a/src/util/xmlpool/nl.po b/src/util/xmlpool/nl.po index 99705830d3e..16c8c287f9b 100644 --- a/src/util/xmlpool/nl.po +++ b/src/util/xmlpool/nl.po @@ -249,10 +249,6 @@ msgid "" "(-1) CSMT is enabled on known thread-safe drivers." msgstr "" -#: src/util/xmlpool/t_options.h:323 -msgid "Use the LLVM sisched option for shader compiles" -msgstr "" - #: src/util/xmlpool/t_options.h:328 msgid "" "Assume no Z fights (enables aggressive out-of-order rasterization to improve " diff --git a/src/util/xmlpool/sv.po b/src/util/xmlpool/sv.po index ddbb0ae4990..f44860ea95c 100644 --- a/src/util/xmlpool/sv.po +++ b/src/util/xmlpool/sv.po @@ -247,10 +247,6 @@ msgid "" "(-1) CSMT is enabled on known thread-safe drivers." msgstr "" -#: src/util/xmlpool/t_options.h:323 -msgid "Use the LLVM sisched option for shader compiles" -msgstr "" - #: src/util/xmlpool/t_options.h:328 msgid "" "Assume no Z fights (enables aggressive out-of-order rasterization to improve " diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index 1d8ea07ebdd..a00c937539d 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -373,11 +373,6 @@ DRI_CONF_OPT_END * \brief radeonsi specific configuration options */ -#define DRI_CONF_RADEONSI_ENABLE_SISCHED(def) \ -DRI_CONF_OPT_BEGIN_B(radeonsi_enable_sisched, def) \ - DRI_CONF_DESC(en,gettext("Use the LLVM sisched option for shader compiles")) \ -DRI_CONF_OPT_END - #define DRI_CONF_RADEONSI_ASSUME_NO_Z_FIGHTS(def) \ DRI_CONF_OPT_BEGIN_B(radeonsi_assume_no_z_fights, def) \ DRI_CONF_DESC(en,gettext("Assume no Z fights (enables aggressive out-of-order rasterization to improve performance; may cause rendering errors)")) \ |