<div dir="ltr">Hi, <br>Nice patches! I found one minor issue below. <br><br>I currently try to integrate and use that locally within kvm, currently on top of 10.2.<br><div><div><div class="gmail_extra"></div><div class="gmail_extra">
<br><div class="gmail_quote">2014-06-15 13:49 GMT+02:00 Giovanni Campagna <span dir="ltr"><<a href="mailto:scampa.giovanni@gmail.com" target="_blank">scampa.giovanni@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From: Giovanni Campagna <<a href="mailto:gcampagna@src.gnome.org">gcampagna@src.gnome.org</a>><br>
<br>
Add a new winsys and target that can be used with a dri2 state tracker and<br>
[..]<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index 390adaa..07e4648 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -1993,6 +1993,9 @@ if test -n "$with_gallium_drivers"; then<br>
             if test "x$enable_dri" = xyes; then<br>
                 GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-swrast"<br>
             fi<br>
+            if text "x$have_libdrm" = xyes; then<br>
+                GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-kms-swrast"<br>
+            fi<br>
             ;;<br></blockquote><div><br></div><div>s/text/test here<br><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br></div></div></div></div>