- Feb 21, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- This index will be written out into the ids attachment of the render window. It serves to identify which prop was picked.
-
Jaswant Panchumarti (Kitware) authored
- This commit adds necessary functions to setup and teardown a second attachment with a RGBA32Uint texture backing. - The new `CreateIdsAttachment` creates a texture and a view for the Ids. - The ids are CellId, PropId, CompositeId and ProcessId - The ids are represented by individual 32-bit integer data type.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- The new `ReadTextureFromGPU` method is used to copy a `wgpu::Texture` into a `wgpu::Buffer`, then map the buffer to the CPU. The callback function will be invoked with the mapped data. - The GetPixelData(), GetRGBAPixelData() and GetRGBACharPixel() methods have all been refactored to now leverage `ReadTextureFromGPU`.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- This class needs a stronger use case. Could be implemented when we get to advanced features like HLR, SSAO, etc. - For now, consolidate the render pass encoder creation inside the vtkWebGPURenderer::RecordRenderCommands function.
-
Jaswant Panchumarti (Kitware) authored
- Refactor the `fragmentMain` function to directly accept the output of a `vertexMain` entry point. - This refactor ensures additions/deletions in `VertexOutput` are automatically visible in `fragmentMain` and do not require an extra step by changing the `FragmentInput` struct.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
5ff030e5 vtkFFT.txx: add needed but missing typename keyword Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11928
-
88fea33d HTG GCG Partitioned: add release note 00440c91 HTG GCG: support setting input controller 291b4803 Test HTG GCG in partitioned case aa4b4413 HTG GCG: PartitionedDataSet support 7d4a8c36 HTG GCG Internals: add missing import 871a8c9f HTG GCG: support PartitionedDataSet input 1a685845 GCG: Warn properly for HTG inputs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11912
-
Kitware Robot authored
-
- Feb 20, 2025
-
-
71f30eb5 Add test for enable/disable arrays 000d0e73 Add enable/disable arrays 575c3d7a Add CellCenter field to HTG Generate Fields Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11924
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
The HTG GCG now supports PartitionedDataSets, looking for the first non-null partition to process. The output structure should be identical
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Jean Fechter authored
-
Kitware Robot authored
-
- Feb 19, 2025
-
-
Cory Quammen authored
This fixes a compilation error on Intel Classic compilers.
-
25b18fbb Add Changelog 20c73018 vtkLANLX3DReader: Import from ParaView Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11919
-
4f90431c vtkImageData: Add testing for ComputeStructuredCoordinates with tolerance de36cef7 vtkImageData: Add tolerance param to ComputeStructuredCoordinates Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11925
-
f0066f12 Add MultipleCanvases in emscripten examples Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11920
-
Jean Fechter authored
-
Jean Fechter authored
-
bc2c4c30 OBJImporter: Use ImageReaderFactory for textures f06914d6 OBJImporter: Add a test for default mtllib and texturepath 3749bc57 OBJImporter: Improve testing logic 45b35403 OBJImporter: Document default behaviors 2034b880 OBJImporter: Better default TexturePath 3237edc4 OBJImporter: Read mtllib keyword when parsing OBJ Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !11922
-
Kitware Robot authored
-
- Feb 18, 2025
-
-
d13eb858 Fix -Wunique-object-duplication in `vtkX3DExporterFIWriterHelper` 54ab3ff1 vtkCellGrid: Move definitions of non-templated functions to CXX file 4e30457b ci: enable webgpu tests for wasm64 architecture aea6d77e ci: bump chrome version to 133.0.6943.98 808c911c Skip TestLoggerDisableSignalHandler on emscripten platform a75cb794 disable wasm64 serialization package and upload jobs 7f2c3696 ci: bump node to 23.8.0 eaf11133 ci: bump emsdk to 4.0.3 using cmake script Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11880
-
01bcc0b6 Add TestSDL2 only for emscripten platform Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11914
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
fb1d186d Fix doxygen warning 704a63eb Add default constructors/destructors 61f54b61 Fix header test 9ece3eb7 Add export macros 437ec50f Add python support for vtkBitArray 941019df Use bit array instead of bool implicit ba543719 Add test for field data total visible volume 27bddc5c Field data addition ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11910
-
86df1d25 OBJReader: fix assigment of material id for each cell 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: !11916
-
Jean Fechter authored
-
Kitware Robot authored
-
- Feb 17, 2025
-
-
Spiros Tsalikis authored
-