[Mesa-dev] [PATCH] drirc: Add missing XML attributes that made the driconf application whine.

Kenneth Graunke kenneth at whitecape.org
Tue Mar 20 23:29:17 PDT 2012


On 03/20/2012 04:23 PM, Eric Anholt wrote:
> These are used for pretty presentation of the application name in the
> UI.
> ---
>   src/mesa/drivers/dri/common/drirc |    8 ++++----
>   1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
> index 755174a..2d92878 100644
> --- a/src/mesa/drivers/dri/common/drirc
> +++ b/src/mesa/drivers/dri/common/drirc
> @@ -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>

Looks reasonable and does indeed solve the problem.  Thanks!

Tested-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the mesa-dev mailing list