- May 14, 2020
-
-
04885b5b Fix thread safety issue in vtkUnstructuredGrid::GetCell Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !6891
-
9d274102 Fix crash in volume mapper shared by several volumes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !6886
-
-
120260b5 Merge branch 'datamodel-source-list-release' into datamodel-source-list f85a3592 Rendering/OpenGL2: minor style nitpicks 7d7ded55 Rendering/OpenGL2: install vtkCompositePolyDataMapper2Internal 432a5333 Filters/Statistics: install vtkStatisticsAlgorithmPrivate 53074b35 Common/Core: add missing sources 1a4977ed Common/Core: sort source listing 41d864e6 Common/Core: remove duplicate source listings c90fd892 Common/DataModel: add other missing sources to the library ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6887
-
f85a3592 Rendering/OpenGL2: minor style nitpicks 7d7ded55 Rendering/OpenGL2: install vtkCompositePolyDataMapper2Internal 432a5333 Filters/Statistics: install vtkStatisticsAlgorithmPrivate 53074b35 Common/Core: add missing sources 1a4977ed Common/Core: sort source listing 41d864e6 Common/Core: remove duplicate source listings c90fd892 Common/DataModel: add other missing sources to the library 15af636b Common/DataModel: install vtkCompositeDataSetNodeReference.h ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6887
-
-
683312d2 FindLibHaru, FindFreeType: handle multi-config library variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6890
-
683312d2 FindLibHaru, FindFreeType: handle multi-config library variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6890
-
27731b64 Heuristic to adapt the number of samples of vtkPrefilterTexture Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !6777
-
3d694009 Allow gcc, clang extension checks in wrappers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6893
-
Paul Lafoix authored
Use less samples if the roughness is low
-
- May 13, 2020
-
-
David Gobbi authored
Previously, extensions like __has_builtin(x) or __has_feature(x) would cause a syntax error when the wrappers were wrapping a header file. Adding these as macros avoids the syntax error.
-
Kenneth Moreland authored
The vtkUnstructuredGrid::GetCell method that takes a vtkGenericCell is supposed to be thread safe. However, there was an issue where GetCell called a method that was unsafe under certain conditions. The problem was thta GetCell was calling the version of vtkCellArray::GetCellAtId that returned the pointer to the internal array of indices. That was thread safe if vtkCellArray happened to use a simple array of type vtkIdType to store the indices. However, if the array was of a different type, it copied the values to an array stored in vtkCellArray and a pointer to that is returned. This is very much not thread safe. Fixed the problem by using a different version of GetCellAtId that takes in the vtkIdList of the generic cell. Since the connectivity has to be copied to that array anyway, there is no real performance penalty for this.
-
00525a29 Make scene graph apply virtual, win32 setsize/position Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6889
-
Ben Boeckel authored
`select_library_configurations` makes a list in the `_LIBRARY` variable if both are found. This does not work well with `vtk_detect_library_type`. Fix these modules to detect the type for each library and use `UNKNOWN` if they are not both the same.
-
Ken Martin authored
Some changes needed for vulkan support Make Apply() in vtkViewNode virtual Add SetSize, SetPosition to vtkWin32HardwareWindow
-
Ben Boeckel authored
* datamodel-source-list-release: Rendering/OpenGL2: minor style nitpicks Rendering/OpenGL2: install vtkCompositePolyDataMapper2Internal Filters/Statistics: install vtkStatisticsAlgorithmPrivate Common/Core: add missing sources Common/Core: sort source listing Common/Core: remove duplicate source listings Common/DataModel: add other missing sources to the library Common/DataModel: install vtkCompositeDataSetNodeReference.h Common/DataModel: sort class listing
-
Ben Boeckel authored
-
Ben Boeckel authored
It is used outside the module.
-
516fc4d1 add a missing resize in the Frame() method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6888
-
Ken Martin authored
When resolving on blit was missing a resize
-
Ben Boeckel authored
It is used outside of the module.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Fixes: #17893
-
Ben Boeckel authored
-
Michael Migliore authored
-
- May 12, 2020
-
-
1abfe43a vtkModule: warn if no modules passed to `vtk_module_autoinit 19a1470e docs: add module migration docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6881
-
-
1abfe43a vtkModule: warn if no modules passed to `vtk_module_autoinit 19a1470e docs: add module migration docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6881
-
fcee9be1 (Edited) Fixes an issue with label generation tolerancing in vtkCubeAxesActor. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6885
-
Aravind M authored
This change completes my previous merge request !6872 to fix an an issue with label generation tolerancing in vtkCubeAxesActor
-
2f33c858 WebExport: Fix Python 3 missing html encoding Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6884
-
Sebastien Jourdain authored
-
758a6092 vtkDataAssembly: fix variable shadow warning b69dcc7e vtkDataAssembly: add missing include Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6883
-
34da3ae0 Add support for resolving multisampled buffers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6882
-
Ben Boeckel authored
-
Utkarsh Ayachit authored
-