- Oct 18, 2023
-
-
Boonthanome Nouanesengsy authored
Added a new HDF5 PIO test that is a .cxx file. Removed the old python one because rendering was not necessary.
-
-
Boonthanome Nouanesengsy authored
There is now a new variant of pio dumps, which are written in hdf5, but still follow the pio format. The PIO Reader can now read pio dumps written in this hdf5 variant. There is no difference in the resulting data between loading a pio dump in native format versus loading the hdf5 variant. Added a new test to test this variant. Added copyright information for the PIO Reader.
-
eeaa2322 ci: Include files in hidden directories when testing for changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10605
-
db39a4f1 vtkGLSLModLight: Fix shadows shader error cc78ddb0 Use more instances only when line width is more than 1 1042d25e Fix text rendering with GLES. 7fda677f vtkOpenGLES30PolyDataMapper2D: Fix compiler warning for GLSizei 4185217f Add vtkOpenGLLowMemoryBatchedPolyDataMapper d88556db Add OpenGL polydata mapper with low memory usage 47063fc7 vtkDrawTexturedElements: Refactor main draw call into three phases de4ce1be vtkGLSLModLight: Implement Physically Based Rendering (PBR) ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10589
-
Kitware Robot authored
-
- Oct 17, 2023
-
-
1e76890c Reduce color banding for gradient backgrounds Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10607
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- Use vtkOpenGLState::ScopedglEnableDisable to correctly restore the state of GL_CULL_FACE
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- This mapper makes use of `vtkDrawTexturedElements` for the vertex pulling infra. - This mapper has much lower memory(RAM) footprint when the input polydata 1. Has 32-bit indices. 2. Has vertices, lines and triangles instead of polyverts, polylines and polygons. 3. Does not make use of coordinate shift scaling.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- this class maps VTK cell indices into graphics primitives (points, lines and triangles) - it avoids copying the indices as much as possible.
-
Jaswant Panchumarti (Kitware) authored
- this commit adds API to allocate GPU buffers and partially upload data.
-
Jaswant Panchumarti (Kitware) authored
-
Ben Boeckel authored
libproj 2023-09-20 (66888c42) See merge request vtk/vtk!10526
-
b46cd1fb Be more general in handling `FORCE_SHARED`. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10553
-
Kitware Robot authored
-
- Oct 16, 2023
-
-
1e3b42e6 OpenXR: Consistently name manifest install sub-directory Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10452
-
27d58c7e vtkDIYGhostUtilities: remove trailing whitespace 9c1ce43d cmake: remove trailing whitespace 9120f8f6 ci: remove trailing whitespace from scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10604
-
Jean-Christophe Fillion-Robin authored
Rename sub-directory from "vr_actions" to "xr_actions"
-
abf26097 vtkModuleWrap{Java,Python}: support enabling warnings 05e80ab0 vtkWrapJava, vtkWrapPython: support warning when wrapping nothing 64745ee3 vtkWrapTools: use `return` instead of `exit` ae4116c6 vtkParseMain: parse `-Wempty` flags for wrappers b824e523 vtkModuleWrapPython: wrap generator expression in quotes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10602
-
494f5270 add release note d74d938d Add test for vtkRemoteInteractionAdapter 0edc678a Web: Add Adapter for vtk-js interaction event Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !10545
-
Christos Tsolakis authored
`.run_on_code_change` rules now includes testing for code changes within hidden directories. This was missing before and changes under `.gitlab/` directories didn't trigger the pipelines.
-
a56d6d76 Remove WRAP blocker from vtkStringToken.h fcf1ec8e Fix parsing of literal operator id suffix Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10601
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
There's no reason not to from `main` (or its surrogate).
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
376d95dd Add direction matrix to ImageData in JSON writer Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !10593
-
Kitware Robot authored
-
- Oct 15, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- so that others can use it. - add method to flag vtkOpenGLBufferObject as dirty.
-