- Sep 21, 2023
-
-
Christos Tsolakis authored
Add a job that always exists and succeeds so that we pass the robot check when all jobs are skipped due to the new rule.
-
- Sep 19, 2023
-
-
Christos Tsolakis authored
In practice we add a job only if any file outside of ./Documentation changed
-
5553ab0c vtkTableBasedClipDataSet: Allow processing supported and unsupported cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10520
-
-
302a7ab8 Rendering/RayTracing: detect and error on ANARI-based VisRTX versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@gmail.com> Merge-request: !10517
-
302a7ab8 Rendering/RayTracing: detect and error on ANARI-based VisRTX versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@gmail.com> Merge-request: !10517
-
Spiros Tsalikis authored
vtkTableBasedClipDataSet used to process only the cells that it could, and pass the remaining in vtkClipDataSet. This functionality was removed when the multithreading of vtkTableBasedClipDataSet took place, and if any cell could not be processed the whole mesh was passed to vtkClipDataSet. Now this functionality is added back again in a way simpler and more efficient way using vtkExtractCells, which is smart enough to just shallow copy the input if the whole input can't be processed.
-
cc0de416 vtkOpenGLES30PolyDataMapper: Remove override for ReplaceShaderCoincidentOffset Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10521
-
Kitware Robot authored
-
- Sep 18, 2023
-
-
ab25171e vtk-m: Convert exception on unsupp type ec81514d Remove call to clean grid filter from Clip 90f60b47 vtk-m: bump vtk-m 2.9.1-rc1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !10439
-
Jaswant Panchumarti (Kitware) authored
- closes vtk/vtk#19089 - vtk/vtk@68fec371 made the shader fix in vtkOpenGLPolyDataMapper so this fix is redundant and causes shader compilation to fail.
-
Vicente Bolea authored
With this change DataSetConverters convert routine throws an `vtkm::cont::ErrorBadType` exception if the user tries to convert an vtkDataSet which is unsupported in VTK-m.
-
e823284e vtkCONVERGECFDCGNSReader: Conform to assembly format like vtkCONVERGECFDReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !10513
-
Kitware Robot authored
-
- Sep 17, 2023
-
-
Ben Boeckel authored
-
f4cabe26 Made more parameters const, as suggested by cppcheck 2.12 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10510
-
Kitware Robot authored
-
- Sep 16, 2023
-
-
Sean McBride authored
Added a few more consts after code review, not actually suggested by cppcheck.
-
Kitware Robot authored
-
- Sep 15, 2023
-
-
-
2b9d56b9 Added release note for volume label map fixes e68ae3da Test for GPU volume label map for label validity 8f055e4a Volume label mapping with mismatched labels in mask and property Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !10498
-
2b9d56b9 Added release note for volume label map fixes e68ae3da Test for GPU volume label map for label validity 8f055e4a Volume label mapping with mismatched labels in mask and property Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !10498
-
Spiros Tsalikis authored
The changes we need on the ParaView reader are: rename the "Root" node in the cgns assemble to "assembly" rename the "Internal" block to "Mesh" rename the "Patches" block to "Surfaces"
-
VTK-m's clip no longer copies all of the input points to the output. Now, only the points that are actually part of the output are copied. Therfore, the call to clean grid, which was there to remove the unused points, is no longer required.
-
Vicente Bolea authored
-
5703fc42 ci: Exclude test for path tracer materials due to OSPRay issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10482
-
af328756 vtkDataSetAttributes: Fixing logic to set ghost values Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10383
-
7b35f776 increase xdmf2 MAX_COLLECTABLE_NUMBER_OF_GRIDS Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10499
-
f4b212d2 Minor change for code clarity bbfe67e2 Adding Conduit ghost information processing for Ascent ghosts Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10480
-
Kitware Robot authored
-
- Sep 14, 2023
-
-
b8a9cddd TestArrayRenderer: avoid Unicode in messages Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !10504
-
Andrew Bauer authored
-
Kitware Robot authored
-
- Sep 13, 2023
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Yohann Bearzi (Kitware) authored
There is a problem when one wants to merge multiple arrays together when ghosts are involved. We need any ghost element to be non duplicate if the owner of the ghost gets copied. A binary and operation is performed with the previous state of the destination, initialized at 0xff.
-
Ben Boeckel authored
Python 3.6 is unhappy and says that it expects ASCII here. I thought Python3 was supposed to fix the Unicode mess, but whatever.
-
e919cb88 vtkOpenGLES30PolyDataMapper: Do not cast gl_VertexID to float Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10503
-
a47ce8c8 ExecutionModel: Uses vtkDataObject::SupportsGhostArray to improve performance c604b9a4 DataModel: Add SupportsGhostArray methods and testing Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10501
-
Mathieu Westphal (Kitware) authored
-