[Mesa-dev] [Bug 71363] line rendering with --with-osmesa-bits=32

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 8 09:37:54 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=71363

--- Comment #8 from burlen <burlen.loring at gmail.com> ---
The bug can be reproduced using VTK built against OSMesa. The following shows
how I configured Mesa and VTK.


# Mesa config
./configure CXXFLAGS="-O2 -g" CFLAGS="-O2 -g" --disable-xvmc --disable-glx
--disable-dri --with-dri-drivers= --with-gallium-drivers=
--enable-texture-float --disable-shared-glapi --disable-egl
--with-egl-platforms= --enable-osmesa --with-osmesa-bits=32
--enable-gallium-llvm=no --prefix=/work/apps/mesa/devel/classic



#!/bin/bash
# VTK config
MESA=$1
shift

BITS=$1
shift

cmake \
  -DCMAKE_BUILD_TYPE=Debug \
  -DVTK_DEBUG_LEAKS=ON \
  -DBUILD_SHARED_LIBS=ON \
  -DBUILD_TESTING=ON \
  -DVTK_USE_X=OFF \
  -DVTK_OPENGL_HAS_OSMESA=ON \
  -DOPENGL_INCLUDE_DIR=$MESA/include \
  -DOPENGL_gl_LIBRARY=$MESA/lib/libOSMesa$BITS\.so \
  -DOPENGL_xmesa_INCLUDE_DIR=$MESA/include \
  -DOSMESA_INCLUDE_DIR=$MESA/include \
  -DOSMESA_LIBRARY=$MESA/lib/libOSMesa$BITS\.so \
  -DVTK_DATA_STORE=/work/VTK/VTKExternalData \
  $*

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131108/b0bcafe6/attachment.html>


More information about the mesa-dev mailing list