- May 27, 2015
-
-
a4a1d20e Temporary wrapper fix, pointers to vtkSmartPointer. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !239
-
35495b52 AngularPeriodicDataArray : Use of sin instead of sinf Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !240
-
bdf999dc Fix check for multisample support Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !238
-
Mathieu Westphal (Kitware) authored
-
David Gobbi authored
Some new methods had "vtkSmartPointer<vtkDataObject> *" as a parameter type. The python wrappers were wrapping these methods, using the same mechanism used to wrap e.g. vtkDenseArray<float>, even though "vtkSmartPointer" doesn't exist as a wrapped type. As a temporary, I've added a block against smart pointers, but what I should do instead is restrict templated vtkObjectBase- derived argments to those that use vtkTypeTemplate (note that vtkTypeTemplate.h includes <typeinfo>).
-
- May 26, 2015
-
-
Ken Martin authored
-
4b163784 Using a consistent style within a method 0c0e6feb Fixed accessing invalid texture unit manager 157cbceb Clamp texture unit to 0 and GL_MAX_TEXTURE_IMAGE_UNITS Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !228
-
- May 25, 2015
-
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
- May 22, 2015
-
-
f22f6f72 Do not use GeometryShaders on ES Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !231
-
9b585ed4 Improve OS X support in FindTBB Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !174
-
4d266364 OpenMP backend for SMP fda6a31c Added Improved FindOpenMP module 8b809d55 Re-enable use of long for 64-bit vtkIdType c342a011 Change vtkAtomicInt to vtkAtomic Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !157
-
a5423eef Put back some Visual Studio 2003 compatibility code. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !232
-
David Gobbi authored
This partially reverts commit d3404f47, the "using" declaration does not work with templates in Visual Studio 2003. Note that _MSC_VER=1400 means Visual Studio 2005.
-
Ken Martin authored
-
- May 21, 2015
-
-
Sujin Philip authored
Adds OpenMP based backend for SMP. Includes an OpenMP based vtkAtomicInt implementation which is used if 3.1 or later version is available.
-
Sujin Philip authored
Added Improved FindOpenMP module that also detects the OpenMP version (specification date) supported by the compilers.
-
9843c535 Fixed mismatch array new/delete found by clang -Wmismatched-new-delete Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !229
-
Sean McBride authored
-
d307b831 BUG: Fixed vtkImageReslice HitInputExtent update Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !227
-
Aashish Chaudhary authored
On certain cards, you could get a very high number of texture unit which is much beyond the max permissible
-
If this->ResliceTransform was not a vtkHomogeneousTransform then the whole input extent was updated and then the method immediately returned. However, the this->HitInputExtent flag was not updated. If the this->HitInputExtent had been 0 before then the output of the filter remained always 0 and the output of the filter was always empty. Discussed with David Gobbi and he confirmed that this is a suitable fix.
-
93875452 Add a geometry shader and some cleanup and fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !226
-
921f8ae8 Fixed comment 50f28ce6 Saving and restoring GL state 68696e81 Reset active texture to texture 0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !218
-
Aashish Chaudhary authored
-
- May 20, 2015
-
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
As that would be most appropriate thing to do when we are deactivating a texture that uses a texture unit other than 0 so that subsequent calls to texture will be using the 0 instead of GL_TEXTURE0 + number
-
9d7da542 Support use of FieldDataTupleId in scalar coloring opengl2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !225
-
Sujin Philip authored
Revert the change made in commit: 792384b0, which was meant to be temporary.
-
Sujin Philip authored
Now that atomic operations are also supported for pointer types, rename vtkAtomicInt to vtkAtomic. Explicit typedefs are done for integer types in vtkAtomicTypes.h.
-
Ken Martin authored
The LIC shaders were not converted properly for gl 3.2 Cleanup some code standard issues
-
b08abb6c Apply kerning to bounding box calculations. 07e728b9 Add DPI awareness to text rendering. c8d65517 Add vtkWindow::DetectDPI. db8bf29a Fix typo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !197
-
Ken Martin authored
Fixes a failing PV test FieldBlockData
-
8491ed57 BUG: Blanked cell is marked as a blanked point. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !220
-
86327d1e Add method for external codes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !222
-
cf8933f1 Fix GL extensions not reported on Mac OpenGL2 context Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !224
-
- May 19, 2015
-
-
Aashish Chaudhary authored
-
Ken Martin authored
-
a08d6784 And whoa I committed a png undo that 06a4ef18 Tiny fix for OpenGL ES 3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !219
-
e57d5aae JsonCpp: the VERSION_VAR is a separate signature dae8b1b6 FindJsonCpp: fix typo in regex Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !203
-