[Mesa-users] Building llvmpipe with libgl-xlib using configure

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Oct 29 11:26:44 PDT 2015


Folks,

With Mesa 11.0.4, when I build Mesa using Scons (& LLVM 3.6.2), as follows:

> scons build=release llvm=yes texture_float=yes libgl-xlib

it gives me a libGL with version info as follows:

OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.6, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.4
OpenGL core profile shading language version string: 3.30

How do I generate a similar mesa build using autoconf/configure? The
following doesn't seem to work. I guess I am picking an incorrect
gallium-driver.

> ./configure  --disable-dri --disable-osmesa --enable-gallium-llvm --disable-egl --with-gallium-drivers=swrast --enable-xlib-glx

With the above configure file, the libGL I get has the following version info:

OpenGL vendor string: Brian Paul
OpenGL renderer string: Mesa X11
OpenGL version string: 2.1 Mesa 11.0.4
OpenGL shading language version string: 1.20

Thanks
Utkarsh


More information about the mesa-users mailing list