<div dir="ltr">actually, simply dropping gallium drivers like this<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">--with-gallium-drivers=</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">did the trick ... question would be now: is this defaulting to dri/drm whatever it is or I still need somehow the gallium software compatibility fallback?</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><font face="arial, sans-serif">Thanks again</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 3, 2014 at 9:46 PM, Andrea Giammarchi <span dir="ltr"><<a href="mailto:andrea.giammarchi@gmail.com" target="_blank">andrea.giammarchi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello there, first post here so let's start with a big Thank You! for mesa<div><br></div><div>I've been building mesa master for Wayland for weeks now without problems and here how I do this for an Intel based netbook</div>

<div><br></div><div>WLD=/usr</div><div><br></div><div><div>./autogen.sh --prefix=$WLD --libdir=$WLD/lib \</div><div>      --enable-gles2 \</div><div>      --enable-gbm \</div><div>      --enable-shared-glapi \</div><div>
      --with-egl-platforms=wayland,drm \</div>
<div>      --disable-gallium-egl \</div><div>      --with-gallium-drivers=swrast \</div><div>      --disable-glx --disable-xa \</div><div>      --with-dri-drivers=i915,i965,swrast</div></div><div><br></div><div>Everything has always been OK but now the autogen shows me a new entry beside the gallium, called pipe-loader, and both `src/gallium/state_tracker/dri/sw` and `src/gallium/state_tracker/dri/drm` has files that simply points to `../common/filename.c` or .h like dri_context.c or dri_screen and these files, being just empty files with a path specified as first line, fails.</div>

<div><br></div><div>I wonder if there's something I'm missing from latest or as configuration, since copying over whatever is in common inside these two folders did not work at all.</div><div><br></div><div>Any hint would be appreciated, thank again and Best Regards</div>

<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div><br></div>