Mesa (master): dri: Fix typo in xml file that made all applications use the workaround.

Eric Anholt anholt at kemper.freedesktop.org
Fri Feb 3 08:42:26 UTC 2012


Module: Mesa
Branch: master
Commit: 4dd2743d4542bedd935134d351e528ad574f7ee5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4dd2743d4542bedd935134d351e528ad574f7ee5

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jan 30 13:29:07 2012 -0800

dri: Fix typo in xml file that made all applications use the workaround.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov at intel.com>

---

 src/mesa/drivers/dri/common/drirc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index 7abc646..ac83a2d 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -1,6 +1,6 @@
 <driconf>
     <device screen="0" driver="i965">
-        <application name="Sanctuary">
+        <application executable="Sanctuary">
             <option name="force_glsl_extensions_warn" value="true" />
 	</application>
     </device>




More information about the mesa-commit mailing list