[Paraview] [Non-DoD Source] Re: 5.0.1/Exodus Reader

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Jun 2 08:37:04 EDT 2016


> So there is much more to be done than adding
> -DPARAVIEW_RENDERING_BACKEND:STRING=OpenGL2
> -DVTK_RENDERING_BACKEND:STRING="OpenGL2"
> to the cmake flags?

As far as ParaView is concerned, no there's not much more to it.
However if your OpenGL implementation doesn't support OpenGL 3.2
(released in 2009), then alas there's more work to get ParaView
working which could include building a newer version of Mesa. Not sure
if you have seen this blog [1], but that talks about how I got Mesa to
build with appropriate OpenGL renderer enabled. Things have gotten a
little better since then and the Docker script encapsulates that. The
moral of the story is get latest Mesa version and build it with
LLVM/Gallum support.

Utkarsh

[1] https://blog.kitware.com/messing-with-mesa-for-paraview-5-0vtk-7-0/


More information about the ParaView mailing list