Lines Matching full:gettext
32 * gettext(). xgettext can be used to extract translatable
34 * with GNU gettext. gen_xmlpool.py takes this template and fills in
56 DRI_CONF_DESC(en,gettext("Debugging"))
60 DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \
65 DRI_CONF_DESC(en,gettext("Show performance boxes")) \
70 DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \
75 DRI_CONF_DESC(en,gettext("Enable flushing GPU caches with each draw call")) \
80 DRI_CONF_DESC(en,gettext("Disable throttling on first batch after flush")) \
85 DRI_CONF_DESC(en,gettext("Force GLSL extension default behavior to 'warn'")) \
90 DRI_CONF_DESC(en,gettext("Disable dual source blending")) \
95 … DRI_CONF_DESC(en,gettext("Identify dual color blending sources by location rather than index")) \
100 DRI_CONF_DESC(en,gettext("Disable backslash-based line continuations in GLSL source")) \
105 DRI_CONF_DESC(en,gettext("Disable GL_ARB_shader_bit_encoding")) \
110 …DRI_CONF_DESC(en,gettext("Force a default GLSL version for shaders that lack an explicit #version …
115 DRI_CONF_DESC(en,gettext("Allow GLSL #extension directives in the middle of shaders")) \
120 DRI_CONF_DESC(en,gettext("Allow GLSL built-in variables to be redeclared verbatim")) \
125 …DRI_CONF_DESC(en,gettext("Allow a higher compat profile (version 3.1+) for apps that request it"))…
130 … DRI_CONF_DESC(en,gettext("Force computing the absolute value for sqrt() and inversesqrt()")) \
135 …DRI_CONF_DESC(en,gettext("Implicit and explicit derivatives after a discard behave as if the disca…
140 DRI_CONF_DESC(en,gettext("Allow interpolation qualifier mismatch across shader stages")) \
148 DRI_CONF_DESC(en,gettext("Image Quality"))
161 DRI_CONF_DESC_BEGIN(en,gettext("Texture color depth")) \
162 DRI_CONF_ENUM(0,gettext("Prefer frame buffer color depth")) \
163 DRI_CONF_ENUM(1,gettext("Prefer 32 bits per texel")) \
164 DRI_CONF_ENUM(2,gettext("Prefer 16 bits per texel")) \
165 DRI_CONF_ENUM(3,gettext("Force 16 bits per texel")) \
171 DRI_CONF_DESC(en,gettext("Initial maximum value for anisotropic texture filtering")) \
176 DRI_CONF_DESC(en,gettext("Forbid negative texture LOD bias")) \
181 DRI_CONF_DESC(en,gettext("Prefer accuracy over performance in trig functions")) \
188 DRI_CONF_DESC_BEGIN(en,gettext("Initial color reduction method")) \
189 DRI_CONF_ENUM(0,gettext("Round colors")) \
190 DRI_CONF_ENUM(1,gettext("Dither colors")) \
198 DRI_CONF_DESC_BEGIN(en,gettext("Color rounding method")) \
199 DRI_CONF_ENUM(0,gettext("Round color components downward")) \
200 DRI_CONF_ENUM(1,gettext("Round to nearest color")) \
209 DRI_CONF_DESC_BEGIN(en,gettext("Color dithering method")) \
210 DRI_CONF_ENUM(0,gettext("Horizontal error diffusion")) \
211 DRI_CONF_ENUM(1,gettext("Horizontal error diffusion, reset error at line start")) \
212 DRI_CONF_ENUM(2,gettext("Ordered 2D color dithering")) \
218 DRI_CONF_DESC(en,gettext("Floating point depth buffer")) \
223 DRI_CONF_DESC(en,gettext("A post-processing filter to cel-shade the output")) \
228 DRI_CONF_DESC(en,gettext("A post-processing filter to remove the red channel")) \
233 DRI_CONF_DESC(en,gettext("A post-processing filter to remove the green channel")) \
238 DRI_CONF_DESC(en,gettext("A post-processing filter to remove the blue channel")) \
243 …DRI_CONF_DESC(en,gettext("Morphological anti-aliasing based on Jimenez\\\' MLAA. 0 to disable, 8 f…
248 …DRI_CONF_DESC(en,gettext("Morphological anti-aliasing based on Jimenez\\\' MLAA. 0 to disable, 8 f…
258 DRI_CONF_DESC(en,gettext("Performance"))
266 DRI_CONF_DESC_BEGIN(en,gettext("TCL mode (Transformation, Clipping, Lighting)")) \
267 DRI_CONF_ENUM(0,gettext("Use software TCL pipeline")) \
268 DRI_CONF_ENUM(1,gettext("Use hardware TCL as first TCL pipeline stage")) \
269 DRI_CONF_ENUM(2,gettext("Bypass the TCL pipeline")) \
270 …DRI_CONF_ENUM(3,gettext("Bypass the TCL pipeline with state-based machine code generated on-the-fl…
279 DRI_CONF_DESC_BEGIN(en,gettext("Method to limit rendering latency")) \
280 DRI_CONF_ENUM(0,gettext("Busy waiting for the graphics hardware")) \
281 … DRI_CONF_ENUM(1,gettext("Sleep for brief intervals while waiting for the graphics hardware")) \
282 … DRI_CONF_ENUM(2,gettext("Let the graphics hardware emit a software interrupt and sleep")) \
292 DRI_CONF_DESC_BEGIN(en,gettext("Synchronization with vertical refresh (swap intervals)")) \
293 … DRI_CONF_ENUM(0,gettext("Never synchronize with vertical refresh, ignore application's choice")) \
294 DRI_CONF_ENUM(1,gettext("Initial swap interval 0, obey application's choice")) \
295 DRI_CONF_ENUM(2,gettext("Initial swap interval 1, obey application's choice")) \
296 …DRI_CONF_ENUM(3,gettext("Always synchronize with vertical refresh, application chooses the minimum…
304 DRI_CONF_DESC(en,gettext("Use HyperZ to boost performance")) \
309 DRI_CONF_DESC(en,gettext("Number of texture units used")) \
314 …DRI_CONF_DESC(en,gettext("Texture filtering quality vs. speed, AKA “brilinear” texture filtering")…
322 DRI_CONF_DESC_BEGIN(en,gettext("Used types of texture memory")) \
323 DRI_CONF_ENUM(0,gettext("All available memory")) \
324 DRI_CONF_ENUM(1,gettext("Only card memory (if available)")) \
325 DRI_CONF_ENUM(2,gettext("Only GART (AGP/PCIE) memory (if available)")) \
331 DRI_CONF_DESC(en,gettext("Enable offloading GL driver work to a separate thread")) \
336 DRI_CONF_DESC(en,gettext("Disable GL driver error checking")) \
341 DRI_CONF_DESC(en, gettext("Disable the GLX_EXT_buffer_age extension")) \
346 DRI_CONF_DESC(en, gettext("Disable the GLX_OML_sync_control extension")) \
356 DRI_CONF_DESC(en,gettext("Features that are not hardware-accelerated"))
360 DRI_CONF_DESC(en,gettext("Enable extension GL_ARB_vertex_program")) \
370 DRI_CONF_DESC(en,gettext("Miscellaneous"))
374 DRI_CONF_DESC(en,gettext("Create all visuals with a depth buffer")) \
379 DRI_CONF_DESC(en,gettext("Force uninitialized variables to default to zero")) \
384 DRI_CONF_DESC(en,gettext("Allow exposure of visuals and fbconfigs with rgb10a2 formats")) \
392 DRI_CONF_DESC(en,gettext("Initialization"))
396 DRI_CONF_DESC(en,gettext("Define the graphic device to use if possible")) \
405 DRI_CONF_DESC(en,gettext("Gallium Nine"))
409 …DRI_CONF_DESC(en,gettext("Define the throttling value. -1 for no throttling, -2 for default (usual…
414 DRI_CONF_DESC(en,gettext("Use an additional thread to submit buffers.")) \
419 …DRI_CONF_DESC(en,gettext("Define the vendor_id to report. This allows faking another hardware vend…
424 …DRI_CONF_DESC(en,gettext("Whether to allow the display server to release buffers with a delay when…
429 …DRI_CONF_DESC(en,gettext("Whether to make d3d's presentation mode DISCARD (games usually use that …
434 …DRI_CONF_DESC(en,gettext("If set to 1, force gallium nine CSMT. If set to 0, disable it. By defaul…
443 DRI_CONF_DESC(en,gettext("Use the LLVM sisched option for shader compiles")) \
448 …DRI_CONF_DESC(en,gettext("Assume no Z fights (enables aggressive out-of-order rasterization to imp…
453 …DRI_CONF_DESC(en,gettext("Commutative additive blending optimizations (may cause rendering errors)…