<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.hoenzb
        {mso-style-name:hoenzb;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Can you replicate this bug with one of the downloads from Kitware (i.e., paraview.org)?  The Kitware binaries work correctly for me...  Then, we will have a better idea if
 it’s the OS/graphics/hardware or ParaView...<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Alan<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> ParaView [mailto:paraview-bounces@paraview.org]
<b>On Behalf Of </b>David Lonie<br>
<b>Sent:</b> Wednesday, January 4, 2017 10:34 AM<br>
<b>To:</b> Robert Sawko <robertsawko@gmail.com><br>
<b>Cc:</b> paraview@paraview.org<br>
<b>Subject:</b> [EXTERNAL] Re: [Paraview] Newer object always in front in Render View<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">The cmake config looks ok to me.<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">What sort of graphics set up are you using? Is this mesa, or on a GPU? It sounds like a driver bug or something may be causing the depth test to break, or maybe there's a misconfigured framebuffer. Does an earlier version of ParaView work
 on the same system?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Dave<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Wed, Jan 4, 2017 at 10:41 AM, Robert Sawko <<a href="mailto:robertsawko@gmail.com" target="_blank">robertsawko@gmail.com</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">David,<br>
<br>
Thanks for a quick reply. Tried with -dr and it's the same. I am attaching my<br>
state file for spheres. It may help someone to reproduce.<br>
<br>
I am running it on Arch Linux and paraview is taken from AUR. I am just<br>
looking at the way the binary was generated and I see these options in<br>
cmake<br>
<br>
  cmake \<br>
    -DBUILD_SHARED_LIBS:BOOL=ON \<br>
    -DBUILD_TESTING:BOOL=OFF \<br>
    -DCMAKE_BUILD_TYPE=Release \<br>
    -DCMAKE_C_COMPILER=mpicc \<br>
    -DCMAKE_CXX_COMPILER=mpicxx \<br>
    -DCMAKE_INSTALL_PREFIX:PATH=/usr \<br>
    -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF \<br>
    -DOSPRAY_INSTALL_DIR:PATH=/usr \<br>
    -DPARAVIEW_ENABLE_CGNS:BOOL=OFF \<br>
    -DPARAVIEW_ENABLE_FFMPEG:BOOL=ON \<br>
    -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \<br>
    -DPARAVIEW_PYTHON_VERSION=2 \<br>
    -DPARAVIEW_QT_VERSION=5 \<br>
    -DPARAVIEW_USE_MPI:BOOL=ON \<br>
    -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON \<br>
    -DPARAVIEW_USE_OSPRAY:BOOL=ON \<br>
    -DVISIT_BUILD_READER_CGNS:BOOL=OFF \<br>
    -DVTK_PYTHON_VERSION=2 \<br>
    -DVTK_QT_VERSION=5 \<br>
    -DVTK_RENDERING_BACKEND:STRING=OpenGL2 \<br>
    -DVTK_SMP_IMPLEMENTATION_TYPE:STRING=OpenMP \<br>
    -DVTK_USE_SYSTEM_HDF5:BOOL=OFF \<br>
    ${VTK_USE_SYSTEM_LIB} \<br>
    ../ParaView-v${_pkgver}<br>
<br>
Does any of this look suspicious?<br>
<span style="color:#888888"><br>
<span class="hoenzb">Robert</span><br>
<span class="hoenzb">--</span><br>
<span class="hoenzb">Newton's bucket</span><br>
<span class="hoenzb"><a href="http://en.wikipedia.org/wiki/Bucket_argument" target="_blank">http://en.wikipedia.org/wiki/Bucket_argument</a></span></span><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">
http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">
http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><o:p></o:p></p>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</body>
</html>