Skip to content
Snippets Groups Projects
  1. Dec 30, 2024
    • Jaswant Panchumarti (Kitware)'s avatar
      Fix cell coloring for thick lines on apple silicon · 62466099
      Jaswant Panchumarti (Kitware) authored
      - address paraview/paraview#22594
      - address paraview/paraview#21832
      - Thick lines were drawn by expanding a line to 2 triangles stacked on their longest side using a geometry shader. When coloring by cell scalars, this worked everywhere except on apple silicon.
      - There seems to be a bug related to geometry shaders in Apple's OpenGL driver that caused thick lines to not correctly pick up cell colors.
      - It looks like the value written to `gl_PrimitiveID` is overwritten implicitly by `EmitVertex` and incremented each time a vertex is emitted from the geometry shader.
      - This commit works around it by fixing the usage of `gl_PrimitiveID` in fragment shader when drawing thick lines.
      62466099
    • Kitware Robot's avatar
      VTK Nightly Date Stamp · 7bc334cb
      Kitware Robot authored
      7bc334cb
  2. Dec 29, 2024
  3. Dec 28, 2024
  4. Dec 27, 2024
  5. Dec 26, 2024
  6. Dec 25, 2024
  7. Dec 24, 2024
  8. Dec 23, 2024
  9. Dec 22, 2024
  10. Dec 21, 2024
  11. Dec 20, 2024
Loading