util: remove useless comments in 00-mesa-defaults.conf

Just make it very simple.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41731>
This commit is contained in:
Samuel Pitoiset 2026-05-21 16:59:00 +02:00 committed by Marge Bot
parent 8c89732e5b
commit 20c77c8ff0

View file

@ -1,37 +1,6 @@
<?xml version="1.0"?>
<!--
============================================
Application bugs worked around in this file:
============================================
* Unigine Heaven 3.0 and older contain too many bugs and can't be supported
by drivers that want to be compliant.
* Various Unigine products don't use the #version and #extension GLSL
directives, meaning they only get GLSL 1.10 and no extensions for their
shaders.
Enabling all extensions for Unigine fixes most issues, but the GLSL version
is still 1.10.
* If ARB_sample_shading is supported, Unigine Heaven 4.0 and Valley 1.0 uses
an #extension directive in the middle of its shaders, which is illegal
in GLSL.
* Dying Light and Dead Island Definitive Edition redeclare vertex shader
built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
to compile.
* Applications that are not suitable for adapative sync are denylisted here.
TODO: document the other workarounds.
-->
<!-- This file describes the drirc options that apply to all drivers. -->
<driconf>
<!-- Please always enable app-specific workarounds for all drivers and
screens. -->
<device>
<application name="Akka Arrh" executable="Project-A.exe">
<option name="allow_glsl_extension_directive_midshader" value="true" />