intel and gallium swrast

Andrea Giammarchi <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <CADA77mh_AWqdoqtKvhRQwWU1OE0UT8QN6WRMhBZbiObi=8zEkg@mail.gmail.com>
Hello there, first post here so let's start with a big Thank You! for mesa

I've been building mesa master for Wayland for weeks now without problems
and here how I do this for an Intel based netbook

WLD=/usr

./autogen.sh --prefix=$WLD --libdir=$WLD/lib \
      --enable-gles2 \
      --enable-gbm \
      --enable-shared-glapi \
      --with-egl-platforms=wayland,drm \
      --disable-gallium-egl \
      --with-gallium-drivers=swrast \
      --disable-glx --disable-xa \
      --with-dri-drivers=i915,i965,swrast

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.

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.

Any hint would be appreciated, thank again and Best Regards

_______________________________________________
mesa-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.