vtk-m2/vtkm/worklet
Kenneth Moreland dad18e1170 Improve 3D scheduling mechanism in DispatcherBase
Previously, DispatcherBase had an ivar to determine whether to use the
numInstances passed on the stack or to use a 3D range held in a
different ivar. This change allows either a 1D range or 3D range to be
passed on the stack, which I expect to be closer to how we we handle
this when 3D ranges are fully supported.

This also fixes a bug introduced with commit
fdac208acbfa47b613d899a36cefc32a01e8f0a8 where the Use3DSchedule ivar
was not set correctly in UnitTestDispatcherBase.
2015-05-05 08:46:23 -06:00
..
internal Improve 3D scheduling mechanism in DispatcherBase 2015-05-05 08:46:23 -06:00
testing Move the MapField testing worklets to a worklet namespace. 2015-01-19 14:25:54 -05:00
CMakeLists.txt Add DispatcherMapField. 2014-10-21 13:10:00 -06:00
DispatcherMapField.h Improve 3D scheduling mechanism in DispatcherBase 2015-05-05 08:46:23 -06:00
WorkletMapField.h Add checks for signature tags 2014-10-23 08:28:50 -06:00