- Apr 14, 2023
-
-
Yohann Bearzi (Kitware) authored
2 implementations were in the .txx file and cause linking errors in ParaView
-
- Apr 13, 2023
-
-
Kitware Robot authored
-
- Apr 12, 2023
-
-
e5bbfa1a vtkmSlice: Add support for ghost cells and points Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Merge-request: !10118
-
5e1968a7 HTGGeometry: add PassThroughCellIds changelog 7782cbe8 HTGGeometry: add testing for PassThroughCellIds option 192daf2b HTGGeometry: add PassThroughCellIds option for hardware picking Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10131
-
a763542e NumberToString: Rework logic to support low and high exp Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10108
-
Kitware Robot authored
-
- Apr 11, 2023
-
-
433c353c vtkTableBasedClipDataSet: Add new improved abort mechanism bc18e4b9 vtkTableBasedClipDataSet: Save case index Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !10103
-
Julien Fausty authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
The CellsMap array which stored if a cell generates anything has been converted to a CellsCase array to store the cells' case index. This avoids re-computation of the case index in the extract cells pass of the algorithm which requires access to the clipArray. Therefore, we have better memory access and computational performance.
-
Julien Fausty authored
-
Julien Fausty authored
-
Mathieu Westphal (Kitware) authored
- rework vtkNumberToString to control the low and high exponent - Deprecate vtkNumberToString previous API and provide a simple and more flexible API - Update uses and tests
-
Kitware Robot authored
-
- Apr 10, 2023
-
-
1e90386f ci: also exclude line rendering difference tests on OSMesa 6b8cdf97 vtkOSOpenGLRenderWindow: handle `nullptr` for extensions 6a8bc119 wheels: use `delvewheel` for shared library management on Windows 5291aa5a gitlab-ci: use `delvewheel` to build Windows wheels e7ca4e72 gitlab-ci: add CI jobs for OSMesa wheels on Windows 8396457c ci: add a script to download an OSMesa SDK 2c816eaf vtkOSOpenGLRenderWindow: fix the OSMesa context function type 4c96d605 Merge branch 'upstream-glew' into HEAD ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Tested-by:
Bane Sullivan <bane.sullivan@kitware.com> Merge-request: !10095
-
Ben Boeckel authored
-
Ben Boeckel authored
Apparently this can happen in Windows OSMesa builds.
-
Ben Boeckel authored
This removes at least some of the weirdness of VTK's wheel processes.
-
Ben Boeckel authored
The bitness issue has been resolved now. Tell `delvewheel` where to look for DLLs as well.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
MSDN says that the `__stdcall` belongs inside the parentheses. See: https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/zxk0tw93(v=vs.100)
-
Ben Boeckel authored
# By glew Upstream * upstream-glew: glew 2023-03-28 (b1308c56)
-
Code extracted from: https://gitlab.kitware.com/third-party/glew.git at commit b1308c56a15ab6769d1a6c31dcf92f9dd43f6614 (for/vtk-20230328-2.2.0).
-
Ben Boeckel authored
-
Ben Boeckel authored
This allows the conflict with OSMesa to be avoided.
-
Kitware Robot authored
-
- Apr 09, 2023
-
-
Kitware Robot authored
-
- Apr 08, 2023
-
-
Kitware Robot authored
-
- Apr 07, 2023
-
-
Kitware Robot authored
-
- Apr 06, 2023
-
-
Sujin Philip authored
Run the threshold filter on the output to discard based on ghost and blank cells and points.
-
967e44a5 WASM-ConeMultiBackend: Uses OpenGL or WebGPU 7907bd0d Remove ConeWebGPU example 6d778979 RenderingWebGPU: Disable/enable overrides for light and gles30 mapper 9c65590d WASM-ConeFullScreen: Remove duplicate example 3d99f5c6 WASM-Cone: Refactor Module object 5f7ed20c WASM-Cone: Remove hard-coded SDL2 classes 21fba641 WASM-Examples: Refactor build type options Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10119
-
7372ce02 vtkHyperTreeGridAxisClip: Document InsideOut fix 4806f92e vtkHyperTreeGridAxisClip: Fix InsideOut behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10112
-
Kitware Robot authored
-
- Apr 05, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- this example demonstrates how to use single C++ code base and a single wasm binary to serve applications using both OpenGL and WebGPU backends.
-
Jaswant Panchumarti (Kitware) authored
- preparing to add a multi-backend example.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- resize window in `onRuntimeInitialized` handler - place keys in single-quotes so that closure compiler works - this example doesn't expose bindings so no need to call exported function to create an instance.
-
Jaswant Panchumarti (Kitware) authored
- SDL2 render window and interactor are the default object factory overrides in VTK-wasm
-