Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2016-03-08 Thread Utkarsh Ayachit
> Are there any updates to the Surface LIC issues with ParaView 5.0.x / > OpenGL2? I am afraid not. It's still on the TODO list. BTW, the issues with LIC & OpenGL2 only affect cases with parallel rendering on more than 1 rank. If you're not using it in such a setup, you should be able to switch

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2016-01-12 Thread Albina, Frank
-RC1 with OpenGL2 backend not running using OSMESA v10.5.5 Hi Frank, The easiest way to build OpenSWR is probably to use the SCons build instead of autotools. Here's a docker file we use to generate re-distributable libGL and libOSMesa binaries: https://github.com/chuckatkins/mesa-builds/blob

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2016-01-08 Thread Chuck Atkins
Hi Frank, The easiest way to build OpenSWR is probably to use the SCons build instead of autotools. Here's a docker file we use to generate re-distributable libGL and libOSMesa binaries: https://github.com/chuckatkins/mesa-builds/blob/master/Dockerfile . In short though, you'll want to do the

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-22 Thread Utkarsh Ayachit
> Also, thank you for liaising with the OpenSWR team in order to check if they > support or plan supporting OSMESA. Frank, I am told that OpenSWR on Github should work with OSMesa. I haven't tried it out myself, will give it a go once I get the a few other issues ironed out. Just wanted to let

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-22 Thread Utkarsh Ayachit
On Mon, Dec 21, 2015 at 9:13 AM, Aashish Chaudhary wrote: > Does this patch cleanly applies to all previous version of Mesa or only 11.1 > release? I am assuming that this patch existing in their current master? Brian says "11.1, 11.0 and maybe earlier releases".

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-21 Thread Aashish Chaudhary
Utkarsh, This is great news! few inline comments: On Thu, Dec 17, 2015 at 1:05 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Frank, > > First of all, thanks for all your exhausting testing, it's greatly > appreciated! > > * OSMesa and MESA_GL_VERSION_OVERRIDE > > Communicating

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-17 Thread Utkarsh Ayachit
Frank, First of all, thanks for all your exhausting testing, it's greatly appreciated! * OSMesa and MESA_GL_VERSION_OVERRIDE Communicating with the Mesa team, we learnt that MESA_GL_VERSION_OVERRIDE is a bad idea since it doesnt' really create the specified OpenGL context. Thus if anything

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-17 Thread Albina, Frank
, Frank Cc: paraview@paraview.org Subject: Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5 Frank, First of all, thanks for all your exhausting testing, it's greatly appreciated! * OSMesa and MESA_GL_VERSION_OVERRIDE Communicating with the Mesa team, we

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Ben Boeckel
On Thu, Dec 10, 2015 at 17:20:35 +0100, Albina, Frank wrote: > Thank you for the reply. My idea was to run PV-5.0.0-RC1 in parallel on our > cluster, > therefore the need to recompile as the binaries do not usually ship with this > feature > and I guess that you do not necessarily know either

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Albina, Frank
bina, Frank Cc: Ken Martin; paraview@paraview.org Subject: Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5 On Thu, Dec 10, 2015 at 17:20:35 +0100, Albina, Frank wrote: > Thank you for the reply. My idea was to run PV-5.0.0-RC1 in parallel > on o

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Utkarsh Ayachit
> ./configure --enable-64-bit --enable-texture-float --enable-osmesa > --disable-egl --disable-xorg --disable-xvmc --disable-opencl --disable-glx > --disable-dri --disable-va --disable-shared-glapi --enable-gallium-llvm=no > --with-gnu-ld --with-osmesa-bits=8 --disable-vdpau >

[Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Albina, Frank
Hi all! First of all, thanks for all the effort spent on porting the rendering engine to support the OpenGL2 backend by default on PV 5.0.0. Early tests with the binary from the download page shows a massive improvement over the PV 4.1 to 4.3 versions in terms of rendering time. I have

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Ben Boeckel
On Thu, Dec 10, 2015 at 09:18:44 -0500, Ken Martin wrote: > people on this list are more familiar with the specifics of setting up SWR > and Mesa on a cluster but I wanted to at least give you a quick response to > let you know we are working on it :-) The binaries built by our buildbots (and

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Ken Martin
Thanks Frank, This is an area we are actively working to cleanup right now. Both in catching it more gracefully and in providing better messages to help people understand what the next step should be. I believe if you are in an Intel based system that using their new SWR backend for mesa (

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Aashish Chaudhary
Hi Frank, In addition to what Ken said, If you switch to 10.6.5 make sure you have set in your build and runtime. export MESA_GL_VERSION_OVERRIDE=3.2. - Aashish On Thu, Dec 10, 2015 at 9:18 AM, Ken Martin wrote: > Thanks Frank, > > This is an area we are actively

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Albina, Frank
hish Chaudhary [mailto:aashish.chaudh...@kitware.com] Sent: Donnerstag, 10. Dezember 2015 15:55 To: Ken Martin Cc: Albina, Frank; paraview@paraview.org Subject: Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5 Hi Frank, In addition to what Ken said, If you sw

Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Albina, Frank
. -Original Message- From: Ben Boeckel [mailto:ben.boec...@kitware.com] Sent: Donnerstag, 10. Dezember 2015 17:07 To: Ken Martin Cc: Albina, Frank; paraview@paraview.org Subject: Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5 On Thu, Dec 10, 2015 at 09:18:44