vtk-m/vtkm/rendering
Kenneth Moreland 111850ef08 Use TryExecute within the rendeirng library
When things in the rendering library need to execute things in parallel
(outside of another rendering library like OpenGL) it should run it on
available parallel devices. This means using TryExecute to attempt on
whatever devices may be available. It also means that some of the
sources must be compiled with CUDA's nvcc. To enable this, made a code
wrapping mechanism to compile within a .cu file.
2016-09-07 16:47:50 -06:00
..
internal Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
raytracing Merge branch 'precision-warnings' into 'master' 2016-09-07 13:54:13 -04:00
testing Make glfw auto-terminate during testing 2016-08-26 08:28:35 -06:00
Actor.h Add cool2warm color map as default 2016-06-09 12:07:54 -06:00
AxisAnnotation2D.cxx Move AxisAnnotation classes to rendering library 2016-09-07 16:47:40 -06:00
AxisAnnotation2D.h Add ColorBarAnnotation and ColorTable to rendering library 2016-09-07 16:47:48 -06:00
AxisAnnotation3D.cxx Move AxisAnnotation classes to rendering library 2016-09-07 16:47:40 -06:00
AxisAnnotation3D.h Move AxisAnnotation classes to rendering library 2016-09-07 16:47:40 -06:00
AxisAnnotation.cxx Move AxisAnnotation classes to rendering library 2016-09-07 16:47:40 -06:00
AxisAnnotation.h Move AxisAnnotation classes to rendering library 2016-09-07 16:47:40 -06:00
BitmapFont.cxx Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
BitmapFont.h Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
BitmapFontFactory.cxx Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
BitmapFontFactory.h Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
BoundingBoxAnnotation.h Remove templating from View 2016-06-09 12:08:01 -06:00
Camera.cxx Add Camera code to rendering library 2016-09-07 16:47:44 -06:00
Camera.h Add Camera code to rendering library 2016-09-07 16:47:44 -06:00
Canvas.cxx Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
Canvas.h Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasEGL.cxx Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasEGL.h Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasGL.cxx Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasGL.h Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasOSMesa.cxx Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasOSMesa.h Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CanvasRayTracer.cxx Use TryExecute within the rendeirng library 2016-09-07 16:47:50 -06:00
CanvasRayTracer.h Move Canvas classes to rendering library 2016-09-07 16:47:46 -06:00
CMakeLists.txt Use TryExecute within the rendeirng library 2016-09-07 16:47:50 -06:00
Color.h Add ColorBarAnnotation and ColorTable to rendering library 2016-09-07 16:47:48 -06:00
ColorBarAnnotation.cxx Add ColorBarAnnotation and ColorTable to rendering library 2016-09-07 16:47:48 -06:00
ColorBarAnnotation.h Add ColorBarAnnotation and ColorTable to rendering library 2016-09-07 16:47:48 -06:00
ColorTable.cxx Add ColorBarAnnotation and ColorTable to rendering library 2016-09-07 16:47:48 -06:00
ColorTable.h Add ColorBarAnnotation and ColorTable to rendering library 2016-09-07 16:47:48 -06:00
DecodePNG.cxx Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
DecodePNG.h Move BitmapFont code to library 2016-09-07 16:47:42 -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 Replace NULL with nullptr where applicable. 2016-09-01 09:38:25 -04:00
MapperVolume.h Replace NULL with nullptr where applicable. 2016-09-01 09:38:25 -04: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 Move AxisAnnotation classes to rendering library 2016-09-07 16:47:40 -06:00
WorldAnnotatorGL.h Move BitmapFont code to library 2016-09-07 16:47:42 -06:00