vtk-m2/vtkm/rendering
Kenneth Moreland db6d61cadb Modify build to handle non-X-based OpenGL
Specifically, I am trying to compile the code on OSX. OSX uses OpenGL
libraries in a different directory than most other installs (including
X11) and does not generally support GLX. These changes remove the files
that support GLX in systems that do not support it.

I also added several header files to the CMake lists that were not there
but should have been.
2016-05-25 15:34:14 -06:00
..
internal Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00
raytracing Merge branch 'master' into annot5 2016-05-20 10:04:37 -04:00
testing Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00
AxisAnnotation2D.h convert float/double to vtkm::Float32/vtkm::Float64 2016-05-19 12:49:45 -04:00
AxisAnnotation3D.h convert float/double to vtkm::Float32/vtkm::Float64 2016-05-19 12:49:45 -04:00
AxisAnnotation.h convert float/double to vtkm::Float32/vtkm::Float64 2016-05-19 12:49:45 -04:00
BoundingBoxAnnotation.h convert float/double to vtkm::Float32/vtkm::Float64 2016-05-19 12:49:45 -04:00
CMakeLists.txt Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00
Color.h convert float/double to vtkm::Float32/vtkm::Float64 2016-05-19 12:49:45 -04:00
ColorBarAnnotation.h Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00
ColorTable.h Merge branch 'master' into annot5 2016-05-20 10:04:37 -04:00
Plot.h Better conform Plot.h to VTK-m style 2016-05-24 14:54:20 -06:00
RenderSurface.h Merge branch 'master' into annot5 2016-05-20 10:04:37 -04:00
RenderSurfaceGL.h Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00
RenderSurfaceGLX.h refactoring render surfaces to unify duplicate code. 2016-05-18 14:34:10 -04:00
RenderSurfaceOSMesa.h Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
RenderSurfaceRayTracer.h Merge branch 'master' into annot5 2016-05-20 10:04:37 -04:00
Scene.h Better conform Plot.h to VTK-m style 2016-05-24 14:54:20 -06:00
SceneRenderer.h Fix multiple warnings about unused params and precision loss 2016-05-19 17:15:06 -06:00
SceneRendererGL.h Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00
SceneRendererRayTracer.h Fix multiple warnings about unused params and precision loss 2016-05-19 17:15:06 -06:00
SceneRendererVolume.h Fix multiple warnings about unused params and precision loss 2016-05-19 17:15:06 -06:00
Triangulator.h Merge topic 'rename_topology_tag' 2016-05-25 14:08:09 -04:00
View.h Fix shadowed variable warnings and style for View.h 2016-05-19 16:37:37 -06:00
Window.h Better conform Plot.h to VTK-m style 2016-05-24 14:54:20 -06:00
WorldAnnotator.h convert float/double to vtkm::Float32/vtkm::Float64 2016-05-19 12:49:45 -04:00
WorldAnnotatorGL.h Modify build to handle non-X-based OpenGL 2016-05-25 15:34:14 -06:00