<div dir="ltr"><div>Hi Jay,</div><div><br></div><div>It is a bit confusing I agree.  OpenGL2 should really be named OpenGLNew or something like that, the 2 just means it is the second OpenGL-based backend.  The minimum version supported with the "OpenGL2" backend is OpenGL 3.2.  So for your hardware, you are limited to the "OpenGL" backend.  Unless you compile with Mesa as your GL driver and use software rendering to get the newer OpenGL standard for the "OpenGL2" backend.  It will probably be slower, but will let you use features of the newer backend (or newer VTK versions) if you need them.</div><div><br></div><div>HTH,</div><div>Shawn<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 18, 2018 at 4:51 AM, Jay <span dir="ltr"><<a href="mailto:jayavardhanravi@outlook.com" target="_blank">jayavardhanravi@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am trying to run VTK on a hardware platform which doesn't support OpenGL<br>
version  3.0 or higher (display driver).<br>
I tried to test the VTK 8.1.1 build with VTK_RENDERING_BACKEND = OpenGL2 but<br>
the application crashes with OpenGL error which I suspect to be related to<br>
OpenGL. So I went back and tried to build the VTK 8.1.1 with<br>
VTK_RENDERINZG_BACKEND = OpenGL but failed to make & build as it says that<br>
the VTK 8.1.1 doesn't support OPENGL anymore.<br>
<br>
So I moved back to VTK 7.1.1 and was able to build with both options OpenGL2<br>
and OpenGL of VTK_RENDERING_BACKEND.<br>
<br>
I was confused to about what VTK_RENDERING_BACKEND means i.e. difference<br>
between OpenGL2 and OpenGL options. Is it the versions ? If so how do I know<br>
which versions are supported by OpenGL2 and OpenGL <br>
<br>
How can I know which versions of VTK would be able to run on the hardware<br>
platform with display drivers having support for OpenGL version less than<br>
3.0 (OpenGL <v3.0)<br>
<br>
Please kindly suggest<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Users-f1224199.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>