Skip to content
Snippets Groups Projects
  1. Jan 13, 2025
  2. Jan 10, 2025
  3. Jan 09, 2025
  4. Jan 08, 2025
  5. Jan 07, 2025
  6. Jan 06, 2025
  7. Jan 02, 2025
    • Vicente Bolea's avatar
      java: require JAVA SDK 11 · a88ed692
      Vicente Bolea authored
      
      I am bumping the required JAVA SDK to 11 since it simplifies its usage
      which results in improved maintanability. It also eliminates the need to
      use bootclasspath.
      
      - Merge VTK_JAVA_TARGET_VERSION and VTK_JAVA_SOURCE_VERSION to
        VTK_JAVA_RELEASE_VERSION.
      - RENAME VTK_JAVA_INSTALL to VTK_JAVA_BUILD_MAVEN_PKG.
      - Update Java build instructions
      
      Co-authored-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
      a88ed692
  8. Dec 31, 2024
  9. Dec 30, 2024
  10. Dec 27, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      vtkConduitSource: Support mesh data from external memory spaces · 469de6cc
      Jaswant Panchumarti (Kitware) authored and Dan Lipsa's avatar Dan Lipsa committed
      Includes the following MRs squashed for easy of rebasing:
      
      commit 695023a3
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Oct 31 13:56:35 2024 -0400
      
          No need for memorySpace parameter
      
      commit cbd3489d
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Oct 31 13:12:53 2024 -0400
      
          Use IsDevicePointer instead of IsDirectAccessPossible
      
      commit 6e749aff
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Oct 24 20:29:18 2024 -0400
      
          Add error logging
      
      commit 144af51f
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Oct 24 16:18:51 2024 -0400
      
          Use cudaPointerGetAttributes to ask if device or host pointer
      
      commit 9a46db52
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Fri Sep 27 09:47:55 2024 -0400
      
          No conversion for vtkmDataArray
      
      commit b52093c5
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Sep 26 10:37:21 2024 -0400
      
          vtkErrorMacro is not available in a static method
      
      commit c318c5bf
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Sep 5 11:26:15 2024 -0400
      
          Add vtkConduitArrayUtilities to classes of IOCatalystConduit
      
      commit f84ef340
      Author: Dan Lipsa <dan.lipsa@kitware.com>
      Date:   Thu Sep 5 09:24:36 2024 -0400
      
          Remove not needed link with catalyst
      
      commit 908563b1
      Author: Jaswant Panchumarti <jaswant.panchumarti@kitware.com>
      Date:   Tue Dec 19 17:45:09 2023 -0500
      
          vtkConduitSource: Support mesh data from external memory spaces
      469de6cc
  11. Dec 26, 2024
  12. Dec 21, 2024
    • Stephen Hogarth's avatar
      vtkFastLabelMapper: Implementation · 860ff5ec
      Stephen Hogarth authored and Spiros Tsalikis's avatar Spiros Tsalikis committed
      This mapper uses GPU texture acceleration to draw labels at much
      higher frame rates. When hundreds or thousands of labels are on
      screen at one time, existing mappers can drop below 1 fps. This
      acceleration is designed to render the same number of labels at
      over 60 fps so a user can label many points while retaining
      interactive rotations and animations.
      860ff5ec
  13. Dec 18, 2024
  14. Dec 17, 2024
  15. Dec 16, 2024
  16. Dec 12, 2024
  17. Dec 10, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      Remove debug print in QVTKRenderWindowAdapter · da40c5cb
      Jaswant Panchumarti (Kitware) authored
      - This commit removes a left over print statement in
        QVTKRenderWindowAdapter.cxx
      - The message is already handled correctly by the opengl
      debug logger mechanism in VTK. It is caught by vtkOpenGLMessageHandler
      in vtkOpenGLRenderWindow and sent to vtkLog macro. There is no need to print it to console.
      - This was not caught until 5d4edb2c
      enabled debug OpenGL context in Qt. The surrounding code never executed at all.
      - added a release note for OpenGL debug output feature in VTK.
      da40c5cb
  18. Dec 09, 2024
  19. Dec 08, 2024
  20. Dec 07, 2024
    • David Thompson's avatar
      Fix #19552. · d7ff50a9
      David Thompson authored and Ben Boeckel's avatar Ben Boeckel committed
      This also forces all inclusions of the `Singleton.h` header
      to use angle brackets (since in theory third-party libraries
      may be in system paths and even when provided by VTK should
      use `-isystem` instead of `-I`).
      
      (cherry picked from commit 615c9f21)
      d7ff50a9
  21. Dec 06, 2024
Loading