- Feb 25, 2025
-
-
Cory Quammen authored
vtkValuePass uses a glReadPixels format not supported by GLES 3.0, so retrieving the floating point values does not work. Exclude this test like its counterpart TestValuePassFloatingPoint.
-
- Feb 16, 2025
-
-
Cory Quammen authored
This test verifies that depth testing is enabled for the first invocation of the vtkValuePass.
-
- Feb 14, 2025
-
-
Cory Quammen authored
When initializing the FBOs, blending, scissor testing, and depth testing are disabled for the first render, which leads to junk results on the first render. Fix by saving and restoring that OpenGL state.
-
- Feb 13, 2025
-
-
bec2b177 Eliminate unused-local-typedefs warnings c3aea0a5 Eliminate readability-container-data-pointer warnings c2bd8410 Eliminate modernize-use-transparent-functors warnings 6b7ee14c Eliminate modernize-avoid-bind warnings 1733ea9d Remove GCC 4.8.5 references a7b37a68 Add changelog 9926e161 vtkTypedDataArray & vtkTypedDataArrayIterator: Deprecate e236463e vtkMappedDataArray: Deprecate ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11907
-
Kitware Robot authored
-
- Feb 12, 2025
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
7ea5cafd chore: update documents 4dc51078 chore: update for code review results eeb88839 chore: update for code review results 4fd29be3 chore: revert some code not related to this change 754d6415 feat: add flag to enable/disable Qt touch event processing Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11844
-
45a5403b gitignore: ignore baseline image files Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !11911
-
Kitware Robot authored
-
- Feb 11, 2025
-
-
5e665d2d java: refer java1.8 as java8 in download_java.com Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11904
-
e15775e2 doc: add text to links Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !11853
-
-
f0d46cdd doc: fix typo in filename data_assembly.md Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Acked-by:
Sean Ahern <sean.ahern@ansys.com> Merge-request: !11913
-
f0d46cdd doc: fix typo in filename data_assembly.md Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Acked-by:
Sean Ahern <sean.ahern@ansys.com> Merge-request: !11913
-
Cory Quammen authored
-
9341589f Add test AxisAlignedReflectionFilter composite dataset with null input 7b1a6829 Fix AxisAlignedReflectionFilter composite dataset with null input Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11903
-
b3093611 Merge branch 'upstream-diy2' into tpl-diy2-3.6.0 6891accb diy2 2025-02-03 (e0d255f5) 1eb6d9a2 diy: update vendored version to e5f2edf6f Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11882
-
Jean Fechter authored
-
Jean Fechter authored
-
-
-
18a38103 XdmfValuesHDF: Print error when there is a ranks mismatch f6c748e2 vtkPiecewiseFunction: actually assign a fallback SearchMethod 382c038e vtkImageToStructuredPoints: fix improper bounds alignment 6d8305b9 vtkPostgreSQLDatabase: factor out clamping 7204b5be vtkAxis: fix clamping assignment 788628b4 vtkImplicitModeller: factor out clamping 523e1f61 vtkSelectionSource: factor out clamping 2bb8a912 vtkCamera: clamp ViewAngle before updating ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11909
-
-
18a38103 XdmfValuesHDF: Print error when there is a ranks mismatch f6c748e2 vtkPiecewiseFunction: actually assign a fallback SearchMethod 382c038e vtkImageToStructuredPoints: fix improper bounds alignment 6d8305b9 vtkPostgreSQLDatabase: factor out clamping 7204b5be vtkAxis: fix clamping assignment 788628b4 vtkImplicitModeller: factor out clamping 523e1f61 vtkSelectionSource: factor out clamping 2bb8a912 vtkCamera: clamp ViewAngle before updating ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11909
-
Kitware Robot authored
-
- Feb 10, 2025
-
-
Vicente Bolea authored
This commit uses a fixed JDK version for every JAVA build which is independent of the value of `VTK_JAVA_VERSION`, this possible since a newer JDK can produce an older JAVA bytecode using the -release flag (that we use). Now `VTK_JAVA_VERSION`only decides the JAVA version of the produced JAVA bytecode.
-
Ben Boeckel authored
These should be converted to `.sha512` files by CMake machinery, but developers that miss running `SetupForDevelopment.sh` may accidentally end up committing the files directly.
-
230320bb Update .gitignore file Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11869
-
Jaswant Panchumarti (Kitware) authored
# By Diy2 Upstream * upstream-diy2: diy2 2025-02-03 (e0d255f5)
-
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit e0d255f55ac3505ea42f38424b42048f60389ac7 (for/vtk-20250203-0cde57f9b).
-
Jaswant Panchumarti (Kitware) authored
- this commit is slightly ahead of 3.6.0
-