OSDN Git Service

drirc: Add missing XML attributes that made the driconf application whine.
authorEric Anholt <eric@anholt.net>
Tue, 20 Mar 2012 22:43:42 +0000 (15:43 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 21 Mar 2012 16:47:57 +0000 (09:47 -0700)
These are used for pretty presentation of the application name in the
UI.

Tested-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/common/drirc

index 755174a..2d92878 100644 (file)
@@ -1,15 +1,15 @@
 <driconf>
     <device screen="0" driver="i965">
-        <application executable="Sanctuary">
+        <application name="Unigine Sanctuary" executable="Sanctuary">
             <option name="force_glsl_extensions_warn" value="true" />
        </application>
-        <application executable="Tropics">
+        <application name="Unigine Tropics" executable="Tropics">
             <option name="force_glsl_extensions_warn" value="true" />
        </application>
-        <application executable="heaven_x86">
+        <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
             <option name="force_glsl_extensions_warn" value="true" />
        </application>
-        <application executable="heaven_x64">
+        <application name="Unigine Heaven (64-bit)" executable="heaven_x64">
             <option name="force_glsl_extensions_warn" value="true" />
        </application>
     </device>