- 21 Sep, 2015 1 commit
-
-
Ken Martin authored
ShadowMapping was using an internal header file for defining two vectors. No reason not to just use std::vector directly now.
-
- 18 Sep, 2015 8 commits
-
-
David Lonie authored
dafc433d Rerun the back buffer test if front buffer test fails. 33b23386 Remove the ftgl third party module. 3a1cd1f1 Remove Rendering/FreeType/vtkFreeTypeUtilities. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !660
-
David Gobbi authored
a38e3d11 Remove BTX with extra comments from headers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !649
-
Ben Boeckel authored
b128eb33 Added test for STL reader 40937e93 Fix vtkSTLReader bug with ASCII STL files containing multiple patches. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !592
-
Ben Boeckel authored
306c8a94 FindMPI: search the HPC MPI registry path Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !566
-
Ben Boeckel authored
9f37c98a Add CMake switch to omit the Qt plugin when building GUISupportQt Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !383
-
Ben Boeckel authored
06004365 Let the pipeline pass field data in vtkPolyDataNormals 7df3562d pass field data arrays instead of the field data itself in vtkPolyDataNormals Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !381
-
David C. Lonie authored
Since the FrontBuffer option was taken out, the testing framework will first test the backbuffer, and if that fails, then test the front buffer. However, if a test fails, the images uploaded to CDash show the wrong data. For instance: https://open.cdash.org/testDetails.php?test=373277492&build=4009262 shows the valid image as completely black, while the actual failure: https://open.cdash.org/testDetails.php?test=374725352&build=4016849 shows that the number of labels displayed has changed.
-
David Gobbi authored
edb1dc55 Remove the vtk.qt5 module (use vtk.qt instead). ebac805b Consolidate the qt4 and qt5 python interactor widgets. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !659
-
- 17 Sep, 2015 4 commits
-
-
Ken Martin authored
b882736a Fix a couple leaks in the compositeLICMapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !672
-
Ken Martin authored
It was leaking graphics resources and its output. Had to add in a ReportReference call to report the use of its helper.
-
Ken Martin authored
8039b323 Mark gl2ps as being part of the OpenGL backend Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !670
-
Ken Martin authored
gl2ps is only compatible with the old opengl implementation so marking it as part of that backend as it cannot compile without it.
-
- 16 Sep, 2015 10 commits
-
-
Ken Martin authored
e43740d8 Fix missing cmake code for OpenGL with LIC Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !669
-
Ken Martin authored
53bcb5c3 Fix Rendering/LIC module file 4224ea01 Fix comment to match the code now defaulting to OpenGL2 de2d18af Fix for systems that only configure once Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !664
-
Ken Martin authored
Dan made some changes a while back and just missed this directory when he made them. Making the same changes in LICOpenGL2 that he made in LIC so that it will compile. This fix was in the viewport topic but that may take a while to merge so it shoudl be its own topic.
-
Ken Martin authored
55d0fd1a Remove cocoa use of deprecated OpenGL code Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !667
-
Ken Martin authored
The Rendering LIC module file was missing a backend specifier. Added that in.
-
Ken Martin authored
Fix comment to match the code now defaulting to OpenGL2
-
Ken Martin authored
Remove cocoa use of deprecated OpenGL Code
-
David C. Lonie authored
It's no longer needed since Rendering/FreeTypeOpenGL was removed, and is causing issues on android.
-
David C. Lonie authored
This is part of removing ftgl for android compilation. Also took out the text rendering benchmark, as it's rather pointless without this class.
-
Ken Martin authored
Fix for systems that only configure once. They were using an old default value for the backend hack.
-
- 15 Sep, 2015 4 commits
-
-
Ken Martin authored
29a340d5 Fix some issues with release graphics resources that PV exposed Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !656
-
Sujin Philip authored
b961d6d7 Fix vtkSMPThreadLocal API Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Will Schroeder <will.schroeder@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !651
-
Ken Martin authored
b28d7045 Keep old method as the old backend requires it 724a7a71 Some minor cleanups for release Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !480
-
Ken Martin authored
Fix some issues with release graphics resources that PV exposed
-
- 14 Sep, 2015 6 commits
-
-
David Gobbi authored
79ed9c29 Help FindPythonLibs.cmake find Py3k on OS X. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !658
-
David Gobbi authored
VTK calls FindPythonInterp first, tries to find the python libraries that match the version of the interpreter. This wasn't working for the OS X python 3.4 package from python.org, because the includes were stored in the directory python3.2m instead of the directory python3.2.
-
Ken Martin authored
2fda9d28 Add method to set the triangle scale Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !652
-
Ben Boeckel authored
-
Ben Boeckel authored
17414afa Fix HAVE_ROUND-related build warnings in Visual Studio 2013 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Merge-request: !620
-
Berk Geveci authored
ee3db155 Source was not setting the right key. Fixed. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !655
-
- 13 Sep, 2015 3 commits
-
-
Peter Karasev authored
b4138f4d STY: fix vtkErrorMacro and linelength 2f6915f6 remove incorrect error popup (QT5 + local build + OpenGL 4.x) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !397
-
Peter Karasev authored
-
Peter Karasev authored
Conflicts: Rendering/OpenGL2/vtkWin32OpenGLRenderWindow.cxx
-
- 12 Sep, 2015 2 commits
-
-
David Gobbi authored
-
David Gobbi authored
-
- 11 Sep, 2015 2 commits
-
-
Andrew Bauer authored
585a7c9e Particle path improvements intended for in situ processing. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !654
-
Ken Martin authored
37df0bd2 Better assert for test 941be8d8 Try to shut up warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !647
-