vtk-m/vtkm/rendering
Kenneth Moreland 7f8ea09f88 Fix configuration of dependent rendering libraries
The VTKmConfigureComponents.cmake file has lots of careful configuration
of many of VTK-m components and dependent libraries (like OpenGL,
OSMesa, etc.) that takes care of several corner cases. The configuration
is consolidated here so that it can be consistent across the many
directories in VTK-m as well as other projects that use VTK-m.

Recent changes to the configuration in rendering circumvented these and
directly tried to configure dependent rendering libraries. This is wrong
(and more importantly broke my OSX build).
2016-08-25 14:44:30 -06:00
..
internal Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
raytracing Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
testing Don't add tests from parent directories 2016-08-25 13:20:40 -06:00
Actor.h Add cool2warm color map as default 2016-06-09 12:07:54 -06:00
AxisAnnotation2D.h Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
AxisAnnotation3D.h Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
AxisAnnotation.h Change vtkm::rendering::SceneRenderer* to Mapper* 2016-06-02 13:41:14 -06:00
BitmapFont.h Remove templating from View 2016-06-09 12:08:01 -06:00
BitmapFontFactory.h cleanup and style 2016-06-01 13:37:03 -04:00
BoundingBoxAnnotation.h Remove templating from View 2016-06-09 12:08:01 -06:00
Camera.h Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
Canvas.h Consolidate background color in rendering classes 2016-06-11 12:09:51 -06:00
CanvasEGL.h Add GLFW unit test. 2016-08-24 16:22:48 -04:00
CanvasGL.h Add GLFW unit test. 2016-08-24 16:22:48 -04:00
CanvasOSMesa.h Add GLFW unit test. 2016-08-24 16:22:48 -04:00
CanvasRayTracer.h Consolidate background color in rendering classes 2016-06-11 12:09:51 -06:00
CMakeLists.txt Fix configuration of dependent rendering libraries 2016-08-25 14:44:30 -06:00
Color.h Consolidate functionality in Canvas classes 2016-06-09 12:07:55 -06:00
ColorBarAnnotation.h Remove templating from View 2016-06-09 12:08:01 -06:00
ColorTable.h Add cool2warm color map as default 2016-06-09 12:07:54 -06:00
Mapper.h Remove BackgroundColor from Mapper 2016-06-14 14:18:21 -06:00
MapperGL.h Consolidate functionality in Canvas classes 2016-06-09 12:07:55 -06:00
MapperRayTracer.h Remove BackgroundColor from Mapper 2016-06-14 14:18:21 -06:00
MapperVolume.h Remove BackgroundColor from Mapper 2016-06-14 14:18:21 -06:00
MatrixHelpers.h Make a shared header of 3D transformations 2016-06-09 13:34:29 -06:00
Scene.h Make giving Camera to View optional 2016-06-09 13:34:29 -06:00
TextAnnotation.h Make a shared header of 3D transformations 2016-06-09 13:34:29 -06:00
TextureGL.h Remove templating from View 2016-06-09 12:08:01 -06:00
Triangulator.h Rmoving throw from worklet that prevents rendering from compiling with CUDA 2016-07-29 07:50:14 -07:00
View.h Resolve conflicting merges 2016-06-13 09:57:19 -06:00
WorldAnnotator.h Make defining WorldAnnotator for View optional 2016-06-09 12:08:03 -06:00
WorldAnnotatorGL.h Remove templating from View 2016-06-09 12:08:01 -06:00