vtk-m2/vtkm/rendering
Kenneth Moreland 04254dbd25 Merge topic 'specialize-worklet-for-device'
4e34feecb Add ability to specialize worklet for device

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Sujin Philip <sujin.philip@kitware.com>
Merge-request: !1608
2019-04-02 12:08:01 -04:00
..
internal refactoring ray tracing 2018-09-10 19:25:42 -07:00
raytracing Merge topic 'specialize-worklet-for-device' 2019-04-02 12:08:01 -04:00
testing Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
Actor.cxx Remove default constructor for ColorTable 2018-04-02 11:44:17 -06:00
Actor.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
AxisAnnotation2D.cxx Removing move command to remove warnings. 2018-04-10 10:27:12 -04:00
AxisAnnotation2D.h Adding delete and assignment oeprators to annotations. 2018-04-09 14:09:52 -04:00
AxisAnnotation3D.cxx Removing move command to remove warnings. 2018-04-10 10:27:12 -04:00
AxisAnnotation3D.h Adding delete and assignment oeprators to annotations. 2018-04-09 14:09:52 -04:00
AxisAnnotation.cxx VTK-m device side math functions need to use the vtkm:: wrappers 2018-10-18 13:57:53 -04:00
AxisAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFont.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFont.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFontFactory.cxx Mark more data arrays as constexpr instead of just const. 2018-10-05 14:52:55 -04:00
BitmapFontFactory.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BoundingBoxAnnotation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BoundingBoxAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Camera.cxx Add float version operations for vtkm::Math Pi() 2018-05-21 10:58:15 -04:00
Camera.h Misc. typos 2018-08-07 17:50:41 -04:00
Canvas.cxx RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
Canvas.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
CanvasEGL.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CanvasEGL.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
CanvasGL.cxx Redesign vtkm::cont::ColorTable to work with separable compilation. 2018-10-31 08:18:08 -04:00
CanvasGL.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
CanvasOSMesa.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CanvasOSMesa.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
CanvasRayTracer.cxx Fix issues from removing field type templates 2019-01-11 12:23:19 -07:00
CanvasRayTracer.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
CMakeLists.txt Install missing headers found by VTKmCheckSourceInInstall 2019-01-29 14:46:27 -05:00
Color.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Color.h Misc. typos 2018-06-14 16:49:11 -04:00
ColorBarAnnotation.cxx Remove default constructor for ColorTable 2018-04-02 11:44:17 -06:00
ColorBarAnnotation.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
ColorLegendAnnotation.cxx Removing move command to remove warnings. 2018-04-10 10:27:12 -04:00
ColorLegendAnnotation.h Adding delete and assignment oeprators to annotations. 2018-04-09 14:09:52 -04:00
ConnectivityProxy.cxx updates to the connectivity tracer 2018-10-30 07:46:42 -07:00
ConnectivityProxy.h updates to the connectivity tracer 2018-10-30 07:46:42 -07:00
Cylinderizer.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
DecodePNG.cxx Mark more data arrays as constexpr instead of just const. 2018-10-05 14:52:55 -04:00
DecodePNG.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
LineRenderer.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
LineRenderer.h Fix copyright header merge issues 2017-09-22 15:31:27 -07:00
Mapper.cxx RuntimeDeviceTracker: Remove Global from names 2019-03-22 08:53:26 -07:00
Mapper.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
MapperConnectivity.cxx refactoring ray tracing 2018-09-10 19:25:42 -07:00
MapperConnectivity.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
MapperCylinder.cxx have make_shared call default constructor 2019-02-22 08:49:42 -08:00
MapperCylinder.h adding doxygen comments to new rendering 2018-09-12 07:41:37 -07:00
MapperGL.cxx Update existing code to use the new functions 2019-03-15 13:28:55 -04:00
MapperGL.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
MapperPoint.cxx have make_shared call default constructor 2019-02-22 08:49:42 -08:00
MapperPoint.h adding doxygen comments to new rendering 2018-09-12 07:41:37 -07:00
MapperQuad.cxx have make_shared call default constructor 2019-02-22 08:49:42 -08:00
MapperQuad.h adding doxygen comments to new rendering 2018-09-12 07:41:37 -07:00
MapperRayTracer.cxx have make_shared call default constructor 2019-02-22 08:49:42 -08:00
MapperRayTracer.h adding switch for ray tracer shadning 2018-09-25 11:31:37 -07:00
MapperVolume.cxx Introduce asynchronous and device independent timer 2019-02-05 12:01:56 -05:00
MapperVolume.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
MapperWireframer.cxx Fix issues from removing field type templates 2019-01-11 12:23:19 -07:00
MapperWireframer.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
MatrixHelpers.h Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00
Quadralizer.h Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
Scene.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Scene.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotationBillboard.cxx Add float version operations for vtkm::Math Pi() 2018-05-21 10:58:15 -04:00
TextAnnotationBillboard.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
TextAnnotationScreen.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotationScreen.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
TextRenderer.cxx Run the update-control-signature-tags.sh script 2019-01-11 12:23:10 -07:00
TextRenderer.h Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
Texture2D.h refactoring ray tracing 2018-09-10 19:25:42 -07:00
TextureGL.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextureGL.h Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
Triangulator.h Less vtkm_cont cxx files bring in the cuda device 2019-04-01 08:21:07 -04:00
View1D.cxx Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
View1D.h let there be foreground color 2017-12-04 20:46:38 -08:00
View2D.cxx adding finer grain control over color bar and scalar field label 2018-01-18 13:21:39 -08:00
View2D.h let there be foreground color 2017-12-04 20:46:38 -08:00
View3D.cxx adding finer grain control over color bar and scalar field label 2018-01-18 13:21:39 -08:00
View3D.h let there be foreground color 2017-12-04 20:46:38 -08:00
View.cxx Refactor View class and fix its memory leak 2019-02-11 16:32:27 -05:00
View.h Refactor View class and fix its memory leak 2019-02-11 16:32:27 -05:00
Wireframer.h Fix issues from removing field type templates 2019-01-11 12:23:19 -07:00
WorldAnnotator.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
WorldAnnotator.h Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
WorldAnnotatorGL.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
WorldAnnotatorGL.h Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00