Skip to content
Snippets Groups Projects
  1. Sep 19, 2016
    • David Gobbi's avatar
      Fix a few doxygen specials for the wrappers · 3755a5c9
      David Gobbi authored
      The 'brief' special was only being handled at the beginning of a line,
      and the 'warning' and 'sa' specials were not handled at all.  The wrappers
      already understand a large number of doxygen specials, but not all of them.
      3755a5c9
  2. Sep 08, 2016
  3. Sep 07, 2016
  4. Sep 06, 2016
  5. Sep 05, 2016
    • Max Smolens's avatar
      Consider whether volume transform preserves orientation · d309ca87
      Max Smolens authored
      This commit changes the OpenGL2 GPU volume renderer to consider whether the
      volume transform preserves orientation when orienting polygons. Before, nothing
      was rendered when the transform didn't preserve orientation, presumably due to
      backface culling.
      
      The legacy OpenGL volume renderer handles this case.
      d309ca87
  6. Sep 02, 2016
  7. Sep 01, 2016
    • Ken Martin's avatar
      some performance improvements for the OpenGL2 shader · e9ed1848
      Ken Martin authored
      There were lost of std::string operations that resulted
      in lots of memory allocs/deallocs. This patch significantly
      reduces them. In my testing of vtkCompositePolyDataMapper2
      these changes improved the frame rate from 75 fps up to
      400 fps.
      e9ed1848
Loading