- 20 May, 2010 1 commit
-
-
Mark Olesen authored
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 18 May, 2010 4 commits
-
-
David Partyka authored
-
David Partyka authored
Conflicts: Parallel/vtkWindBladeReader.cxx
-
David Partyka authored
1) Currently the class does not support the "normalIndex" field. It assumed that the number of normals matched the number or vertex. The "normalIndex" field was ignored. The code has been changed to process the normals the same as the "tcoords" in that it correctly maps the normals to the vertex points. 2) The "colorIndex" field always assumed that the colors are ColorsPerVertex. Actually it can be specified by colors per vertex or colors per face. The code was changed that if the number of color index values match the number of faces it maps the colors by face and not be vertex. 3) The "rotation" command in the "Transform" keyword is not supported. This was not added but should be noted as a bug.
-
David Partyka authored
-
- 17 May, 2010 2 commits
-
-
François Bertel authored
Warning: It required a API change for the signature of SupportedByHardware().
-
François Bertel authored
Warning: It required a API change for the signature of IsRenderSupported().
-
- 13 May, 2010 4 commits
-
-
François Bertel authored
-
François Bertel authored
-
François Bertel authored
The version reported by the driver in X11 indirect rendering mode is above what the driver can do (for example it tells it supports 2.1 (Xserver on GeForce 6800) or even 3.2 (Xserver on Quadro FX 3600M)) when it cannot actually support PBO (pixel buffer objects) which is core in 2.1. It does not advertise PBO as an extension. The workaround makes vtkOpenGLExtensionManager returns false in indirect mode for any requested OpenGL version, which let the algorithms to only tests against advertised extensions. It has been tested with nVidia driver 195.36.15 (shipped with Ubuntu 10.04).
-
David Partyka authored
-
- 11 May, 2010 1 commit
-
-
David Partyka authored
Pat Fasel add fixes to properly load in blade data and topography data.
-
- 07 May, 2010 4 commits
-
-
David Partyka authored
CPack FixUpBundle will correct any RPATH issues at CPack time if the binaries will be redistributed.
-
David Partyka authored
If building with VTK_USE_X on Mac we will get compile errors if we force Cocoa or Carbon ON.
-
François Bertel authored
-
François Bertel authored
-
- 05 May, 2010 3 commits
-
-
David Partyka authored
See Slicer3 bug 0000806 at http://www.na-mic.org/Bug/view.php?id=806
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
- 03 May, 2010 2 commits
-
-
Dave Partyka authored
-
Timothy M. Shead authored
-
- 30 Apr, 2010 4 commits
-
-
David Partyka authored
-
David Partyka authored
We cannot transitively link in FFMPEG through vtkIO we must link it directly if enabled.
-
David Partyka authored
MJPEG complains if it isn't set when trying to write an avi.
-
David Partyka authored
-
- 28 Apr, 2010 1 commit
-
-
David Partyka authored
-
- 27 Apr, 2010 4 commits
-
-
Marcus D. Hanwell authored
-
David Partyka authored
Use a PIMPLed std::vector, and use that to cache the sorted points. Conflicts: Charts/vtkPlotLine.cxx
-
David Partyka authored
-
David Partyka authored
When using older ffmpeg on the Mac the try_compiles are failing because a link error and thus were not producing accurate configuration results.
-
- 26 Apr, 2010 2 commits
-
-
David Partyka authored
-
David Partyka authored
-
- 14 Apr, 2010 5 commits
-
-
Dave Partyka authored
This commit was manufactured during conversion from CVS to merge the ParaView 3.8 release branch of VTK into the VTK 5.6 release branch. The two branches were intended to be identical, but due to limitations in CVS they have different commit times and RCS revision numbers.
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
- 13 Apr, 2010 3 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-