• Home
  • Raw
  • Download

Lines Matching refs:DRI_CONF_DESC

58         DRI_CONF_DESC(en,"Debugging") \
59 DRI_CONF_DESC(de,"Fehlersuche") \
60 DRI_CONF_DESC(es,"Depuración") \
61 DRI_CONF_DESC(nl,"Debuggen") \
62 DRI_CONF_DESC(fr,"Debogage") \
63 DRI_CONF_DESC(sv,"Felsökning")
67 DRI_CONF_DESC(en,"Enable flushing batchbuffer after each draw call") \
68 DRI_CONF_DESC(de,"Aktiviere sofortige Leerung des Stapelpuffers nach jedem Zeichenaufruf") \
69 DRI_CONF_DESC(es,"Habilitar vaciado del batchbuffer después de cada llamada de dibujo") \
70 DRI_CONF_DESC(nl,"Enable flushing batchbuffer after each draw call") \
71 DRI_CONF_DESC(fr,"Enable flushing batchbuffer after each draw call") \
72 DRI_CONF_DESC(sv,"Enable flushing batchbuffer after each draw call") \
77 DRI_CONF_DESC(en,"Enable flushing GPU caches with each draw call") \
78DRI_CONF_DESC(de,"Aktiviere sofortige Leerung der GPU-Zwischenspeicher mit jedem Zeichenaufruf") \
79 DRI_CONF_DESC(es,"Habilitar vaciado de los cachés GPU con cada llamada de dibujo") \
80 DRI_CONF_DESC(nl,"Enable flushing GPU caches with each draw call") \
81 DRI_CONF_DESC(fr,"Enable flushing GPU caches with each draw call") \
82 DRI_CONF_DESC(sv,"Enable flushing GPU caches with each draw call") \
87 DRI_CONF_DESC(en,"Disable throttling on first batch after flush") \
88 DRI_CONF_DESC(de,"Disable throttling on first batch after flush") \
89 DRI_CONF_DESC(es,"Deshabilitar regulación del primer lote después de vaciar") \
90 DRI_CONF_DESC(nl,"Disable throttling on first batch after flush") \
91 DRI_CONF_DESC(fr,"Disable throttling on first batch after flush") \
92 DRI_CONF_DESC(sv,"Disable throttling on first batch after flush") \
97 DRI_CONF_DESC(en,"Force GLSL extension default behavior to 'warn'") \
98 DRI_CONF_DESC(de,"Force GLSL extension default behavior to 'warn'") \
99DRI_CONF_DESC(es,"Forzar que el comportamiento por defecto de las extensiones GLSL sea 'warn'") \
100 DRI_CONF_DESC(nl,"Force GLSL extension default behavior to 'warn'") \
101 DRI_CONF_DESC(fr,"Force GLSL extension default behavior to 'warn'") \
102 DRI_CONF_DESC(sv,"Force GLSL extension default behavior to 'warn'") \
107 DRI_CONF_DESC(en,"Disable dual source blending") \
108 DRI_CONF_DESC(de,"Disable dual source blending") \
109 DRI_CONF_DESC(es,"Deshabilitar mezcla de fuente dual") \
110 DRI_CONF_DESC(nl,"Disable dual source blending") \
111 DRI_CONF_DESC(fr,"Disable dual source blending") \
112 DRI_CONF_DESC(sv,"Disable dual source blending") \
117 DRI_CONF_DESC(en,"Disable GL_ARB_gpu_shader5") \
122 DRI_CONF_DESC(en,"Identify dual color blending sources by location rather than index") \
123 DRI_CONF_DESC(de,"Identify dual color blending sources by location rather than index") \
124 DRI_CONF_DESC(es,"Identify dual color blending sources by location rather than index") \
125 DRI_CONF_DESC(nl,"Identify dual color blending sources by location rather than index") \
126 DRI_CONF_DESC(fr,"Identify dual color blending sources by location rather than index") \
127 DRI_CONF_DESC(sv,"Identify dual color blending sources by location rather than index") \
132 DRI_CONF_DESC(en,"Disable backslash-based line continuations in GLSL source") \
133 DRI_CONF_DESC(de,"Disable backslash-based line continuations in GLSL source") \
134DRI_CONF_DESC(es,"Deshabilitar continuaciones de línea basadas en barra inversa en el código GLSL"…
135 DRI_CONF_DESC(nl,"Disable backslash-based line continuations in GLSL source") \
136 DRI_CONF_DESC(fr,"Disable backslash-based line continuations in GLSL source") \
137 DRI_CONF_DESC(sv,"Disable backslash-based line continuations in GLSL source") \
142DRI_CONF_DESC(en,"Force a default GLSL version for shaders that lack an explicit #version line") \
143DRI_CONF_DESC(de,"Force a default GLSL version for shaders that lack an explicit #version line") \
144DRI_CONF_DESC(es,"Forzar una versión de GLSL por defecto en los shaders a los cuales les falta una…
145DRI_CONF_DESC(nl,"Force a default GLSL version for shaders that lack an explicit #version line") \
146DRI_CONF_DESC(fr,"Force a default GLSL version for shaders that lack an explicit #version line") \
147DRI_CONF_DESC(sv,"Force a default GLSL version for shaders that lack an explicit #version line") \
152 DRI_CONF_DESC(en,"Allow GLSL #extension directives in the middle of shaders") \
153 DRI_CONF_DESC(de,"Allow GLSL #extension directives in the middle of shaders") \
154 DRI_CONF_DESC(es,"Permite directivas #extension GLSL en medio de los shaders") \
155 DRI_CONF_DESC(nl,"Allow GLSL #extension directives in the middle of shaders") \
156 DRI_CONF_DESC(fr,"Allow GLSL #extension directives in the middle of shaders") \
157 DRI_CONF_DESC(sv,"Allow GLSL #extension directives in the middle of shaders") \
162 DRI_CONF_DESC(en,"Allow builtins as part of constant expressions") \
163 DRI_CONF_DESC(de,"Allow builtins as part of constant expressions") \
164 DRI_CONF_DESC(es,"Allow builtins as part of constant expressions") \
165 DRI_CONF_DESC(nl,"Allow builtins as part of constant expressions") \
166 DRI_CONF_DESC(fr,"Allow builtins as part of constant expressions") \
167 DRI_CONF_DESC(sv,"Allow builtins as part of constant expressions") \
172 DRI_CONF_DESC(en,"Allow some relaxation of GLSL ES shader restrictions") \
173 DRI_CONF_DESC(de,"Allow some relaxation of GLSL ES shader restrictions") \
174 DRI_CONF_DESC(es,"Allow some relaxation of GLSL ES shader restrictions") \
175 DRI_CONF_DESC(nl,"Allow some relaxation of GLSL ES shader restrictions") \
176 DRI_CONF_DESC(fr,"Allow some relaxation of GLSL ES shader restrictions") \
177 DRI_CONF_DESC(sv,"Allow some relaxation of GLSL ES shader restrictions") \
182 DRI_CONF_DESC(en,"Allow GLSL built-in variables to be redeclared verbatim") \
183 DRI_CONF_DESC(de,"Allow GLSL built-in variables to be redeclared verbatim") \
184 DRI_CONF_DESC(es,"Allow GLSL built-in variables to be redeclared verbatim") \
185 DRI_CONF_DESC(nl,"Allow GLSL built-in variables to be redeclared verbatim") \
186 DRI_CONF_DESC(fr,"Allow GLSL built-in variables to be redeclared verbatim") \
187 DRI_CONF_DESC(sv,"Allow GLSL built-in variables to be redeclared verbatim") \
192 DRI_CONF_DESC(en,"Allow a higher compat profile (version 3.1+) for apps that request it") \
193 DRI_CONF_DESC(de,"Allow a higher compat profile (version 3.1+) for apps that request it") \
194 DRI_CONF_DESC(es,"Allow a higher compat profile (version 3.1+) for apps that request it") \
195 DRI_CONF_DESC(nl,"Allow a higher compat profile (version 3.1+) for apps that request it") \
196 DRI_CONF_DESC(fr,"Allow a higher compat profile (version 3.1+) for apps that request it") \
197 DRI_CONF_DESC(sv,"Allow a higher compat profile (version 3.1+) for apps that request it") \
202 DRI_CONF_DESC(en,"Force computing the absolute value for sqrt() and inversesqrt()") \
203 DRI_CONF_DESC(de,"Force computing the absolute value for sqrt() and inversesqrt()") \
204 DRI_CONF_DESC(es,"Force computing the absolute value for sqrt() and inversesqrt()") \
205 DRI_CONF_DESC(nl,"Force computing the absolute value for sqrt() and inversesqrt()") \
206 DRI_CONF_DESC(fr,"Force computing the absolute value for sqrt() and inversesqrt()") \
207 DRI_CONF_DESC(sv,"Force computing the absolute value for sqrt() and inversesqrt()") \
212DRI_CONF_DESC(en,"Implicit and explicit derivatives after a discard behave as if the discard didn'…
213DRI_CONF_DESC(de,"Implicit and explicit derivatives after a discard behave as if the discard didn'…
214DRI_CONF_DESC(es,"Implicit and explicit derivatives after a discard behave as if the discard didn'…
215DRI_CONF_DESC(nl,"Implicit and explicit derivatives after a discard behave as if the discard didn'…
216DRI_CONF_DESC(fr,"Implicit and explicit derivatives after a discard behave as if the discard didn'…
217DRI_CONF_DESC(sv,"Implicit and explicit derivatives after a discard behave as if the discard didn'…
222 DRI_CONF_DESC(en,"Allow interpolation qualifier mismatch across shader stages") \
223 DRI_CONF_DESC(de,"Allow interpolation qualifier mismatch across shader stages") \
224 DRI_CONF_DESC(es,"Allow interpolation qualifier mismatch across shader stages") \
225 DRI_CONF_DESC(nl,"Allow interpolation qualifier mismatch across shader stages") \
226 DRI_CONF_DESC(fr,"Allow interpolation qualifier mismatch across shader stages") \
227 DRI_CONF_DESC(sv,"Allow interpolation qualifier mismatch across shader stages") \
232 DRI_CONF_DESC(en,"Allow layout qualifiers on function parameters.") \
233 DRI_CONF_DESC(de,"Allow layout qualifiers on function parameters.") \
234 DRI_CONF_DESC(es,"Allow layout qualifiers on function parameters.") \
235 DRI_CONF_DESC(nl,"Allow layout qualifiers on function parameters.") \
236 DRI_CONF_DESC(fr,"Allow layout qualifiers on function parameters.") \
237 DRI_CONF_DESC(sv,"Allow layout qualifiers on function parameters.") \
242 DRI_CONF_DESC(en,"Allow GPU vendor to be overridden.") \
243 DRI_CONF_DESC(de,"Allow GPU vendor to be overridden.") \
244 DRI_CONF_DESC(es,"Allow GPU vendor to be overridden.") \
245 DRI_CONF_DESC(nl,"Allow GPU vendor to be overridden.") \
246 DRI_CONF_DESC(fr,"Allow GPU vendor to be overridden.") \
247 DRI_CONF_DESC(sv,"Allow GPU vendor to be overridden.") \
252 DRI_CONF_DESC(en,"Force an OpenGL compatibility context") \
253 DRI_CONF_DESC(de,"Force an OpenGL compatibility context") \
254 DRI_CONF_DESC(es,"Force an OpenGL compatibility context") \
255 DRI_CONF_DESC(nl,"Force an OpenGL compatibility context") \
256 DRI_CONF_DESC(fr,"Force an OpenGL compatibility context") \
257 DRI_CONF_DESC(sv,"Force an OpenGL compatibility context") \
265 DRI_CONF_DESC(en,"Image Quality") \
266 DRI_CONF_DESC(de,"Bildqualität") \
267 DRI_CONF_DESC(es,"Calidad de imagen") \
268 DRI_CONF_DESC(nl,"Beeldkwaliteit") \
269 DRI_CONF_DESC(fr,"Qualité d'image") \
270 DRI_CONF_DESC(sv,"Bildkvalitet")
274 DRI_CONF_DESC(en,"Prefer accuracy over performance in trig functions") \
275 DRI_CONF_DESC(de,"Prefer accuracy over performance in trig functions") \
276 DRI_CONF_DESC(es,"Prefer accuracy over performance in trig functions") \
277 DRI_CONF_DESC(nl,"Prefer accuracy over performance in trig functions") \
278 DRI_CONF_DESC(fr,"Prefer accuracy over performance in trig functions") \
279 DRI_CONF_DESC(sv,"Prefer accuracy over performance in trig functions") \
284 DRI_CONF_DESC(en,"A post-processing filter to cel-shade the output") \
285 DRI_CONF_DESC(de,"Nachbearbeitungsfilter für Cell Shading") \
286 DRI_CONF_DESC(es,"Un filtro de postprocesamiento para aplicar cel shading a la salida") \
287 DRI_CONF_DESC(nl,"A post-processing filter to cel-shade the output") \
288 DRI_CONF_DESC(fr,"A post-processing filter to cel-shade the output") \
289 DRI_CONF_DESC(sv,"A post-processing filter to cel-shade the output") \
294 DRI_CONF_DESC(en,"A post-processing filter to remove the red channel") \
295 DRI_CONF_DESC(de,"Nachbearbeitungsfilter zum Entfernen des Rotkanals") \
296 DRI_CONF_DESC(es,"Un filtro de postprocesamiento para eliminar el canal rojo") \
297 DRI_CONF_DESC(nl,"A post-processing filter to remove the red channel") \
298 DRI_CONF_DESC(fr,"A post-processing filter to remove the red channel") \
299 DRI_CONF_DESC(sv,"A post-processing filter to remove the red channel") \
304 DRI_CONF_DESC(en,"A post-processing filter to remove the green channel") \
305 DRI_CONF_DESC(de,"Nachbearbeitungsfilter zum Entfernen des Grünkanals") \
306 DRI_CONF_DESC(es,"Un filtro de postprocesamiento para eliminar el canal verde") \
307 DRI_CONF_DESC(nl,"A post-processing filter to remove the green channel") \
308 DRI_CONF_DESC(fr,"A post-processing filter to remove the green channel") \
309 DRI_CONF_DESC(sv,"A post-processing filter to remove the green channel") \
314 DRI_CONF_DESC(en,"A post-processing filter to remove the blue channel") \
315 DRI_CONF_DESC(de,"Nachbearbeitungsfilter zum Entfernen des Blaukanals") \
316 DRI_CONF_DESC(es,"Un filtro de postprocesamiento para eliminar el canal azul") \
317 DRI_CONF_DESC(nl,"A post-processing filter to remove the blue channel") \
318 DRI_CONF_DESC(fr,"A post-processing filter to remove the blue channel") \
319 DRI_CONF_DESC(sv,"A post-processing filter to remove the blue channel") \
324DRI_CONF_DESC(en,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
325DRI_CONF_DESC(de,"Morphologische Kantenglättung (Anti-Aliasing) basierend auf Jimenez' MLAA. 0 für…
326DRI_CONF_DESC(es,"Antialiasing morfológico basado en el MLAA de Jimenez. 0 para deshabilitar, 8 pa…
327DRI_CONF_DESC(nl,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
328DRI_CONF_DESC(fr,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
329DRI_CONF_DESC(sv,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
334DRI_CONF_DESC(en,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
335DRI_CONF_DESC(de,"Morphologische Kantenglättung (Anti-Aliasing) basierend auf Jimenez' MLAA. 0 für…
336DRI_CONF_DESC(es,"Antialiasing morfológico basado en el MLAA de Jimenez. 0 para deshabilitar, 8 pa…
337DRI_CONF_DESC(nl,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
338DRI_CONF_DESC(fr,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
339DRI_CONF_DESC(sv,"Morphological anti-aliasing based on Jimenez\' MLAA. 0 to disable, 8 for default…
349 DRI_CONF_DESC(en,"Performance") \
350 DRI_CONF_DESC(de,"Leistung") \
351 DRI_CONF_DESC(es,"Rendimiento") \
352 DRI_CONF_DESC(nl,"Prestatie") \
353 DRI_CONF_DESC(fr,"Performance") \
354 DRI_CONF_DESC(sv,"Prestanda")
402 DRI_CONF_DESC(en,"Adapt the monitor sync to the application performance (when possible)") \
403 DRI_CONF_DESC(de,"Adapt the monitor sync to the application performance (when possible)") \
404 DRI_CONF_DESC(es,"Adapt the monitor sync to the application performance (when possible)") \
405 DRI_CONF_DESC(nl,"Adapt the monitor sync to the application performance (when possible)") \
406 DRI_CONF_DESC(fr,"Adapt the monitor sync to the application performance (when possible)") \
407 DRI_CONF_DESC(sv,"Adapt the monitor sync to the application performance (when possible)") \
412DRI_CONF_DESC(en,"Force vkGetPhysicalDeviceSurfaceFormatsKHR to return VK_FORMAT_B8G8R8A8_UNORM as…
413DRI_CONF_DESC(de,"Force vkGetPhysicalDeviceSurfaceFormatsKHR to return VK_FORMAT_B8G8R8A8_UNORM as…
414DRI_CONF_DESC(es,"Force vkGetPhysicalDeviceSurfaceFormatsKHR to return VK_FORMAT_B8G8R8A8_UNORM as…
415DRI_CONF_DESC(nl,"Force vkGetPhysicalDeviceSurfaceFormatsKHR to return VK_FORMAT_B8G8R8A8_UNORM as…
416DRI_CONF_DESC(fr,"Force vkGetPhysicalDeviceSurfaceFormatsKHR to return VK_FORMAT_B8G8R8A8_UNORM as…
417DRI_CONF_DESC(sv,"Force vkGetPhysicalDeviceSurfaceFormatsKHR to return VK_FORMAT_B8G8R8A8_UNORM as…
422 DRI_CONF_DESC(en,"Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)") \
423 DRI_CONF_DESC(de,"Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)") \
424 DRI_CONF_DESC(es,"Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)") \
425 DRI_CONF_DESC(nl,"Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)") \
426 DRI_CONF_DESC(fr,"Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)") \
427 DRI_CONF_DESC(sv,"Override the VkSurfaceCapabilitiesKHR::minImageCount (0 = no override)") \
432DRI_CONF_DESC(en,"Force the X11 WSI to create exactly the number of image specified by the applica…
433DRI_CONF_DESC(de,"Force the X11 WSI to create exactly the number of image specified by the applica…
434DRI_CONF_DESC(es,"Force the X11 WSI to create exactly the number of image specified by the applica…
435DRI_CONF_DESC(nl,"Force the X11 WSI to create exactly the number of image specified by the applica…
436DRI_CONF_DESC(fr,"Force the X11 WSI to create exactly the number of image specified by the applica…
437DRI_CONF_DESC(sv,"Force the X11 WSI to create exactly the number of image specified by the applica…
442 DRI_CONF_DESC(en,"Enable offloading GL driver work to a separate thread") \
443 DRI_CONF_DESC(de,"Enable offloading GL driver work to a separate thread") \
444 DRI_CONF_DESC(es,"Enable offloading GL driver work to a separate thread") \
445 DRI_CONF_DESC(nl,"Enable offloading GL driver work to a separate thread") \
446 DRI_CONF_DESC(fr,"Enable offloading GL driver work to a separate thread") \
447 DRI_CONF_DESC(sv,"Enable offloading GL driver work to a separate thread") \
452 DRI_CONF_DESC(en,"Disable GL driver error checking") \
453 DRI_CONF_DESC(de,"Disable GL driver error checking") \
454 DRI_CONF_DESC(es,"Disable GL driver error checking") \
455 DRI_CONF_DESC(nl,"Disable GL driver error checking") \
456 DRI_CONF_DESC(fr,"Disable GL driver error checking") \
457 DRI_CONF_DESC(sv,"Disable GL driver error checking") \
462 DRI_CONF_DESC(en, "Disable the GLX_EXT_buffer_age extension") \
463 DRI_CONF_DESC(de, "Disable the GLX_EXT_buffer_age extension") \
464 DRI_CONF_DESC(es, "Disable the GLX_EXT_buffer_age extension") \
465 DRI_CONF_DESC(nl, "Disable the GLX_EXT_buffer_age extension") \
466 DRI_CONF_DESC(fr, "Disable the GLX_EXT_buffer_age extension") \
467 DRI_CONF_DESC(sv, "Disable the GLX_EXT_buffer_age extension") \
472 DRI_CONF_DESC(en, "Disable the GLX_OML_sync_control extension") \
473 DRI_CONF_DESC(de, "Disable the GLX_OML_sync_control extension") \
474 DRI_CONF_DESC(es, "Disable the GLX_OML_sync_control extension") \
475 DRI_CONF_DESC(nl, "Disable the GLX_OML_sync_control extension") \
476 DRI_CONF_DESC(fr, "Disable the GLX_OML_sync_control extension") \
477 DRI_CONF_DESC(sv, "Disable the GLX_OML_sync_control extension") \
482 DRI_CONF_DESC(en, "Disable the GLX_SGI_video_sync extension") \
483 DRI_CONF_DESC(de, "Disable the GLX_SGI_video_sync extension") \
484 DRI_CONF_DESC(es, "Disable the GLX_SGI_video_sync extension") \
485 DRI_CONF_DESC(nl, "Disable the GLX_SGI_video_sync extension") \
486 DRI_CONF_DESC(fr, "Disable the GLX_SGI_video_sync extension") \
487 DRI_CONF_DESC(sv, "Disable the GLX_SGI_video_sync extension") \
497 DRI_CONF_DESC(en,"Miscellaneous") \
498 DRI_CONF_DESC(de,"Miscellaneous") \
499 DRI_CONF_DESC(es,"Misceláneos") \
500 DRI_CONF_DESC(nl,"Miscellaneous") \
501 DRI_CONF_DESC(fr,"Miscellaneous") \
502 DRI_CONF_DESC(sv,"Miscellaneous")
506 DRI_CONF_DESC(en,"Create all visuals with a depth buffer") \
507 DRI_CONF_DESC(de,"Create all visuals with a depth buffer") \
508 DRI_CONF_DESC(es,"Crear todos los visuales con búfer de profundidad") \
509 DRI_CONF_DESC(nl,"Create all visuals with a depth buffer") \
510 DRI_CONF_DESC(fr,"Create all visuals with a depth buffer") \
511 DRI_CONF_DESC(sv,"Create all visuals with a depth buffer") \
516 DRI_CONF_DESC(en,"Force uninitialized variables to default to zero") \
517 DRI_CONF_DESC(de,"Force uninitialized variables to default to zero") \
518 DRI_CONF_DESC(es,"Force uninitialized variables to default to zero") \
519 DRI_CONF_DESC(nl,"Force uninitialized variables to default to zero") \
520 DRI_CONF_DESC(fr,"Force uninitialized variables to default to zero") \
521 DRI_CONF_DESC(sv,"Force uninitialized variables to default to zero") \
526DRI_CONF_DESC(en,"Force the vertex shader's gl_Position output to be considered 'invariant'") \
527DRI_CONF_DESC(de,"Force the vertex shader's gl_Position output to be considered 'invariant'") \
528DRI_CONF_DESC(es,"Force the vertex shader's gl_Position output to be considered 'invariant'") \
529DRI_CONF_DESC(nl,"Force the vertex shader's gl_Position output to be considered 'invariant'") \
530DRI_CONF_DESC(fr,"Force the vertex shader's gl_Position output to be considered 'invariant'") \
531DRI_CONF_DESC(sv,"Force the vertex shader's gl_Position output to be considered 'invariant'") \
536 DRI_CONF_DESC(en,"Allow exposure of visuals and fbconfigs with rgb10a2 formats") \
537 DRI_CONF_DESC(de,"Allow exposure of visuals and fbconfigs with rgb10a2 formats") \
538 DRI_CONF_DESC(es,"Allow exposure of visuals and fbconfigs with rgb10a2 formats") \
539 DRI_CONF_DESC(nl,"Allow exposure of visuals and fbconfigs with rgb10a2 formats") \
540 DRI_CONF_DESC(fr,"Allow exposure of visuals and fbconfigs with rgb10a2 formats") \
541 DRI_CONF_DESC(sv,"Allow exposure of visuals and fbconfigs with rgb10a2 formats") \
546 DRI_CONF_DESC(en,"Allow exposure of visuals and fbconfigs with rgb565 formats") \
547 DRI_CONF_DESC(de,"Allow exposure of visuals and fbconfigs with rgb565 formats") \
548 DRI_CONF_DESC(es,"Allow exposure of visuals and fbconfigs with rgb565 formats") \
549 DRI_CONF_DESC(nl,"Allow exposure of visuals and fbconfigs with rgb565 formats") \
550 DRI_CONF_DESC(fr,"Allow exposure of visuals and fbconfigs with rgb565 formats") \
551 DRI_CONF_DESC(sv,"Allow exposure of visuals and fbconfigs with rgb565 formats") \
556 DRI_CONF_DESC(en,"Allow exposure of visuals and fbconfigs with fp16 formats") \
557 DRI_CONF_DESC(de,"Allow exposure of visuals and fbconfigs with fp16 formats") \
558 DRI_CONF_DESC(es,"Allow exposure of visuals and fbconfigs with fp16 formats") \
559 DRI_CONF_DESC(nl,"Allow exposure of visuals and fbconfigs with fp16 formats") \
560 DRI_CONF_DESC(fr,"Allow exposure of visuals and fbconfigs with fp16 formats") \
561 DRI_CONF_DESC(sv,"Allow exposure of visuals and fbconfigs with fp16 formats") \
569 DRI_CONF_DESC(en,"Initialization") \
570 DRI_CONF_DESC(de,"Initialization") \
571 DRI_CONF_DESC(es,"Inicialización") \
572 DRI_CONF_DESC(nl,"Initialization") \
573 DRI_CONF_DESC(fr,"Initialization") \
574 DRI_CONF_DESC(sv,"Initialization")
578 DRI_CONF_DESC(en,"Define the graphic device to use if possible") \
579 DRI_CONF_DESC(de,"Define the graphic device to use if possible") \
580 DRI_CONF_DESC(es,"Define el dispositivo de gráficos que usar si es posible") \
581 DRI_CONF_DESC(nl,"Define the graphic device to use if possible") \
582 DRI_CONF_DESC(fr,"Define the graphic device to use if possible") \
583 DRI_CONF_DESC(sv,"Define the graphic device to use if possible") \
588 DRI_CONF_DESC(en,"Override the DRI driver to load") \
589 DRI_CONF_DESC(de,"Override the DRI driver to load") \
590 DRI_CONF_DESC(es,"Override the DRI driver to load") \
591 DRI_CONF_DESC(nl,"Override the DRI driver to load") \
592 DRI_CONF_DESC(fr,"Override the DRI driver to load") \
593 DRI_CONF_DESC(sv,"Override the DRI driver to load") \
602 DRI_CONF_DESC(en,"Gallium Nine") \
603 DRI_CONF_DESC(de,"Gallium Nine") \
604 DRI_CONF_DESC(es,"Gallium Nine") \
605 DRI_CONF_DESC(nl,"Gallium Nine") \
606 DRI_CONF_DESC(fr,"Gallium Nine") \
607 DRI_CONF_DESC(sv,"Gallium Nine")
611DRI_CONF_DESC(en,"Define the throttling value. -1 for no throttling, -2 for default (usually 2), 0…
612DRI_CONF_DESC(de,"Define the throttling value. -1 for no throttling, -2 for default (usually 2), 0…
613DRI_CONF_DESC(es,"Define el valor de regulación. -1 para no regular, -2 para el por defecto (gener…
614DRI_CONF_DESC(nl,"Define the throttling value. -1 for no throttling, -2 for default (usually 2), 0…
615DRI_CONF_DESC(fr,"Define the throttling value. -1 for no throttling, -2 for default (usually 2), 0…
616DRI_CONF_DESC(sv,"Define the throttling value. -1 for no throttling, -2 for default (usually 2), 0…
621 DRI_CONF_DESC(en,"Use an additional thread to submit buffers.") \
622 DRI_CONF_DESC(de,"Use an additional thread to submit buffers.") \
623 DRI_CONF_DESC(es,"Usar un hilo adicional para entregar los búfer.") \
624 DRI_CONF_DESC(nl,"Use an additional thread to submit buffers.") \
625 DRI_CONF_DESC(fr,"Use an additional thread to submit buffers.") \
626 DRI_CONF_DESC(sv,"Use an additional thread to submit buffers.") \
631DRI_CONF_DESC(en,"Define the vendor_id to report. This allows faking another hardware vendor.") \
632DRI_CONF_DESC(de,"Define the vendor_id to report. This allows faking another hardware vendor.") \
633DRI_CONF_DESC(es,"Define the vendor_id to report. This allows faking another hardware vendor.") \
634DRI_CONF_DESC(nl,"Define the vendor_id to report. This allows faking another hardware vendor.") \
635DRI_CONF_DESC(fr,"Define the vendor_id to report. This allows faking another hardware vendor.") \
636DRI_CONF_DESC(sv,"Define the vendor_id to report. This allows faking another hardware vendor.") \
641DRI_CONF_DESC(en,"Whether to allow the display server to release buffers with a delay when using d…
642DRI_CONF_DESC(de,"Whether to allow the display server to release buffers with a delay when using d…
643DRI_CONF_DESC(es,"Whether to allow the display server to release buffers with a delay when using d…
644DRI_CONF_DESC(nl,"Whether to allow the display server to release buffers with a delay when using d…
645DRI_CONF_DESC(fr,"Whether to allow the display server to release buffers with a delay when using d…
646DRI_CONF_DESC(sv,"Whether to allow the display server to release buffers with a delay when using d…
651DRI_CONF_DESC(en,"Whether to make d3d's presentation mode DISCARD (games usually use that mode) Te…
652DRI_CONF_DESC(de,"Whether to make d3d's presentation mode DISCARD (games usually use that mode) Te…
653DRI_CONF_DESC(es,"Whether to make d3d's presentation mode DISCARD (games usually use that mode) Te…
654DRI_CONF_DESC(nl,"Whether to make d3d's presentation mode DISCARD (games usually use that mode) Te…
655DRI_CONF_DESC(fr,"Whether to make d3d's presentation mode DISCARD (games usually use that mode) Te…
656DRI_CONF_DESC(sv,"Whether to make d3d's presentation mode DISCARD (games usually use that mode) Te…
661DRI_CONF_DESC(en,"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) C…
662DRI_CONF_DESC(de,"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) C…
663DRI_CONF_DESC(es,"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) C…
664DRI_CONF_DESC(nl,"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) C…
665DRI_CONF_DESC(fr,"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) C…
666DRI_CONF_DESC(sv,"If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) C…
671DRI_CONF_DESC(en,"If set to true, use a ram intermediate buffer for dynamic textures. Increases ra…
672DRI_CONF_DESC(de,"If set to true, use a ram intermediate buffer for dynamic textures. Increases ra…
673DRI_CONF_DESC(es,"If set to true, use a ram intermediate buffer for dynamic textures. Increases ra…
674DRI_CONF_DESC(nl,"If set to true, use a ram intermediate buffer for dynamic textures. Increases ra…
675DRI_CONF_DESC(fr,"If set to true, use a ram intermediate buffer for dynamic textures. Increases ra…
676DRI_CONF_DESC(sv,"If set to true, use a ram intermediate buffer for dynamic textures. Increases ra…
681DRI_CONF_DESC(en,"If set to true, recompile shaders with integer or boolean constants when the val…
682DRI_CONF_DESC(de,"If set to true, recompile shaders with integer or boolean constants when the val…
683DRI_CONF_DESC(es,"If set to true, recompile shaders with integer or boolean constants when the val…
684DRI_CONF_DESC(nl,"If set to true, recompile shaders with integer or boolean constants when the val…
685DRI_CONF_DESC(fr,"If set to true, recompile shaders with integer or boolean constants when the val…
686DRI_CONF_DESC(sv,"If set to true, recompile shaders with integer or boolean constants when the val…
695 DRI_CONF_DESC(en,"Use the LLVM sisched option for shader compiles") \
696 DRI_CONF_DESC(de,"Use the LLVM sisched option for shader compiles") \
697 DRI_CONF_DESC(es,"Use the LLVM sisched option for shader compiles") \
698 DRI_CONF_DESC(nl,"Use the LLVM sisched option for shader compiles") \
699 DRI_CONF_DESC(fr,"Use the LLVM sisched option for shader compiles") \
700 DRI_CONF_DESC(sv,"Use the LLVM sisched option for shader compiles") \
705DRI_CONF_DESC(en,"Assume no Z fights (enables aggressive out-of-order rasterization to improve per…
706DRI_CONF_DESC(de,"Assume no Z fights (enables aggressive out-of-order rasterization to improve per…
707DRI_CONF_DESC(es,"Assume no Z fights (enables aggressive out-of-order rasterization to improve per…
708DRI_CONF_DESC(nl,"Assume no Z fights (enables aggressive out-of-order rasterization to improve per…
709DRI_CONF_DESC(fr,"Assume no Z fights (enables aggressive out-of-order rasterization to improve per…
710DRI_CONF_DESC(sv,"Assume no Z fights (enables aggressive out-of-order rasterization to improve per…
715DRI_CONF_DESC(en,"Commutative additive blending optimizations (may cause rendering errors)") \
716DRI_CONF_DESC(de,"Commutative additive blending optimizations (may cause rendering errors)") \
717DRI_CONF_DESC(es,"Commutative additive blending optimizations (may cause rendering errors)") \
718DRI_CONF_DESC(nl,"Commutative additive blending optimizations (may cause rendering errors)") \
719DRI_CONF_DESC(fr,"Commutative additive blending optimizations (may cause rendering errors)") \
720DRI_CONF_DESC(sv,"Commutative additive blending optimizations (may cause rendering errors)") \
725 DRI_CONF_DESC(en,"Zero all vram allocations") \
730 DRI_CONF_DESC(en,"Report the non-MSAA-only texture size limit") \
739 DRI_CONF_DESC(en,"On GLES emulate BGRA formats by using a swizzled RGBA format") \
740 DRI_CONF_DESC(de,"On GLES emulate BGRA formats by using a swizzled RGBA format") \
741 DRI_CONF_DESC(es,"On GLES emulate BGRA formats by using a swizzled RGBA format") \
742 DRI_CONF_DESC(nl,"On GLES emulate BGRA formats by using a swizzled RGBA format") \
743 DRI_CONF_DESC(fr,"On GLES emulate BGRA formats by using a swizzled RGBA format") \
744 DRI_CONF_DESC(sv,"On GLES emulate BGRA formats by using a swizzled RGBA format") \
749DRI_CONF_DESC(en,"When the BGRA formats are emulated by using swizzled RGBA formats on GLES apply …
750DRI_CONF_DESC(de,"When the BGRA formats are emulated by using swizzled RGBA formats on GLES apply …
751DRI_CONF_DESC(es,"When the BGRA formats are emulated by using swizzled RGBA formats on GLES apply …
752DRI_CONF_DESC(nl,"When the BGRA formats are emulated by using swizzled RGBA formats on GLES apply …
753DRI_CONF_DESC(fr,"When the BGRA formats are emulated by using swizzled RGBA formats on GLES apply …
754DRI_CONF_DESC(sv,"When the BGRA formats are emulated by using swizzled RGBA formats on GLES apply …
759 DRI_CONF_DESC(en,"GL_SAMPLES_PASSED value when emulated by GL_ANY_SAMPLES_PASSED") \
760 DRI_CONF_DESC(de,"GL_SAMPLES_PASSED value when emulated by GL_ANY_SAMPLES_PASSED") \
761 DRI_CONF_DESC(es,"GL_SAMPLES_PASSED value when emulated by GL_ANY_SAMPLES_PASSED") \
762 DRI_CONF_DESC(nl,"GL_SAMPLES_PASSED value when emulated by GL_ANY_SAMPLES_PASSED") \
763 DRI_CONF_DESC(fr,"GL_SAMPLES_PASSED value when emulated by GL_ANY_SAMPLES_PASSED") \
764 DRI_CONF_DESC(sv,"GL_SAMPLES_PASSED value when emulated by GL_ANY_SAMPLES_PASSED") \