- 08 Sep, 2010 1 commit
-
-
François Bertel authored
vtkLineIntegralConvolution2D_fs1.glsl was using bReset in an expression to compute tcord0. As it was not a conditional, there was a texture fetch on a uninitialized texture. The result could be NaN or undefined and this value multiplied by (1-bReset) would lead to a NaN or undefined result that would propagate to the final value of tcord0 even if the actual value of (1-bReset) is 0. The fix is to use a conditional statement instead.
-
- 21 Aug, 2010 1 commit
-
-
David Doria authored
-
- 20 Aug, 2010 1 commit
-
-
Kenneth Moreland authored
Non-finite scalars are NAN, INF, and -INF.
-
- 29 Jun, 2010 1 commit
-
-
Bob Obara authored
This included creating the appropriate OpenGL class, renaming the classes from vtkKWE to VTK, and moving the appropriate Tests. Made the global renderer in TestAreaSelections static.
-
- 08 Mar, 2010 1 commit
-
-
Aashish Chaudhary authored
STYLE: Added description.
-
- 18 Feb, 2010 1 commit
-
-
Francois Bertel authored
-
- 10 Feb, 2010 2 commits
-
-
Dave Partyka authored
-
Zhanping Liu authored
-
- 08 Feb, 2010 1 commit
-
-
Zhanping Liu authored
-
- 04 Feb, 2010 1 commit
-
-
Zhanping Liu authored
LIC tests. Also added were the datasets and baseline images used by the LICtests.
-
- 05 Jan, 2010 2 commits
-
-
David Doria authored
-
David Doria authored
STYLE: Changed comments in vtkTriangle and vtkPolygon so that header files do not contain details about implementation.
-
- 24 Dec, 2009 1 commit
-
-
David Doria authored
IF(VTK_USE_DISPLAY) to IF(VTK_DATA_ROOT) in VTK/Rendering/Testing/Cxx/CMakeLists.txt because they would fail if DATA_ROOT was not specified. STYLE: added description for ComputeArea in vtkTriangle.h and vtkPolygon.h
-
- 21 Aug, 2009 1 commit
-
-
Francois Bertel authored
-
- 03 Aug, 2009 1 commit
-
-
Jeff Baumes authored
- Adding new vtkLabelPlacementMapper to replace vtkLabelPlacer. - Making vtkLabelPlacementMapper the default in all rendered views. - Making label render strategies for freetype and Qt. - Fix memory leak in vtkQImageToImageSource. - vtkLabelPlacementMapper now supports multiple hierarchy inputs by using the new vtkLabelHierarchyCompositeIterator which uses round-robin to iterate through sub-iterators.
-
- 31 Jul, 2009 3 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Mathieu Malaterre authored
BUG: LoadOpenGLExtension makes direct calls to opengl, need to link to opengl lib. Remove previous patch
-
- 13 Jul, 2009 1 commit
-
-
Francois Bertel authored
-
- 07 Jul, 2009 1 commit
-
-
Dave Partyka authored
-
- 30 Jun, 2009 1 commit
-
-
Zack Galbreath authored
ENH: Merge changes from main tree into VTK-5-4 branch. (cvs -q up -j1.69 -j1.71 Rendering/Testing/Cxx/CMakeLists.txt)
-
- 24 Jun, 2009 2 commits
-
-
Francois Bertel authored
-
Francois Bertel authored
-
- 26 Feb, 2009 1 commit
-
-
Francois Bertel authored
-
- 13 Feb, 2009 1 commit
-
-
David Thompson authored
tests is pretty useless on MacOS X without turning the test into a bundle but CTest doesn't seem to like it.)
-
- 12 Feb, 2009 1 commit
-
-
David Thompson authored
not a depth-first search. ENH: Add a test for the quadtree iterator.
-
- 04 Feb, 2009 1 commit
-
-
Francois Bertel authored
-
- 28 Jan, 2009 1 commit
-
-
Francois Bertel authored
ENH:Added TestBlurAndSobelPasses.cxx, TestGaussianBlurPass.cxx and TestSobelGradientMagnitudePass.cxx
-
- 10 Dec, 2008 1 commit
-
-
Francois Bertel authored
ENH:Make TestGenericVertexAttributesGLSLDepthPeelingPass fail when there is a driver bug. An example of this case is the current nVidia driver on gaia (81.76, very old, 2006) for a Quadro NVS 285 for which there is an unexpected link error: (0) : error C9999: symbol @TMP1 already in table.
-
- 08 Dec, 2008 1 commit
-
-
Francois Bertel authored
-
- 05 Dec, 2008 1 commit
-
-
Dave Partyka authored
-
- 26 Nov, 2008 1 commit
-
-
Dave Partyka authored
-
- 25 Nov, 2008 2 commits
-
-
Jeff Baumes authored
-
Dave Partyka authored
-
- 20 Nov, 2008 1 commit
-
-
Francois Bertel authored
-
- 14 Nov, 2008 1 commit
-
-
Dave Partyka authored
-
- 22 Sep, 2008 1 commit
-
-
Dave Partyka authored
-
- 20 Aug, 2008 1 commit
-
-
Kenneth Moreland authored
ENH: Adding test for the EdgeVisiblity flag in vtkProperty as well as the z-shift coincident topology resolution in the default painter.
-
- 25 Jun, 2008 1 commit
-
-
Dave Partyka authored
-
- 21 Apr, 2008 1 commit
-
-
Jeff Baumes authored
-