- 10 Sep, 2015 2 commits
-
-
Ken Martin authored
Warning fix for win32
-
Ken Martin authored
Since a single mapper can use multiple shader programs it makes sense to keep track of uniforms used in the shader program itself as opposed to the mapper.
-
- 09 Sep, 2015 4 commits
-
-
Ken Martin authored
This topic fixes an issue where when surface with edges was on the shaders were rebuilding every time when they did not need to because the light complexity was shared between all the shaders. Also when draw edges was on scalar coloring was still happening wen it shoudl not have been.
-
Ken Martin authored
64e5bf97 Fix an issue with wide edges not showing up properly Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !640
-
Ben Boeckel authored
4a798883 make functions WriteArrayFooter, WriteArrayInline and WriteInlineData virtual Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !545
-
Ken Martin authored
b0291dd3 Fix some fbconfig issues on X Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !638
-
- 08 Sep, 2015 10 commits
-
-
Ben Boeckel authored
1d97b407 gitignore: exclude Python build artifacts c846e281 twisted: remove pyc files Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !619
-
Ken Martin authored
Fix and issue with wide edges not showing up properly
-
Ken Martin authored
If a 3rd party creates the window we were not finding a fbconfig. Also I believe we were leaking some X resources.
-
Ben Boeckel authored
-
Ben Boeckel authored
5d1ec475 QVTKWidget2: add mouseEvent signal f5f15f7e GUISupportQtOpenGL: add a test for QVTKWidget2 183a2be9 OpenGL2: replace VTKGL2 define ef07b952 QVTKWidget2: request OpenGL 3.2 context with OpenGL2 19db9af9 QVTKWidget2: add a method for creating a suitable GLformat Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Lonie <david.lonie@kitware.com> Merge-request: !373
-
Brad King authored
e3ef8a60 COMP: Remove break after return in TestTemplateMacro Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !636
-
Brad King authored
-
Cory Quammen authored
0e721888 Changed warning macro into debug macro Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !628
-
T.J. Corona authored
eb700f12 Rescale quadraticIntersection test images. Reviewed-by:
Ken Martin <ken.martin@kitware.com> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !627
-
T.J. Corona authored
-
- 07 Sep, 2015 3 commits
-
-
Sankhesh Jhaveri authored
09965ed1 COMP: Use vtkOpenGL.cmake for vtkRenderingExternal module Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !633
-
Marcus D. Hanwell authored
78dc4ae8 Added vtkAtom and vtkBond back to wrap exclude c98f0766 Added a simple test to verify wrapped vtkMolecule 9b868cf9 Wrap vtkAtom and vtkBond in Python Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !629
-
Sankhesh Jhaveri authored
-
- 05 Sep, 2015 6 commits
-
-
David Gobbi authored
67997195 Update wxVTKRenderWindowInteractor.py for Py3k. 3f70e5ff Add Py3k support for QVTKRenderWindowInteractor.py. 4ffd954c Add keysyms to QVTKRenderWindowInteractor.py. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !632
-
David Gobbi authored
The wxVTKRenderWindowInteractor seems to work fine, but the older wxVTKRenderWindow is unable to bind the render window properly because it hasn't been properly patched to keep it up-to-date with the changes in VTK and/or wxWindows.
-
Marcus D. Hanwell authored
Thanks to David Gobbi again, these still need to be in WRAP_EXLUDE so that the wrappers ignore them, and then added to WRAP_SPECIAL so that the Python wrappers can wrap them. This should fix the issues seen on the dashboards introduced by this branch.
-
David Gobbi authored
-
Greg Schussman authored
-
Bill Lorensen authored
6d2409ad ENH: Bump vtkDICOM version Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !623
-
- 04 Sep, 2015 5 commits
-
-
Marcus D. Hanwell authored
-
Cory Quammen authored
Commit 86f7895b introduced a warning if the VOI of the vtkExtractGrid filter is initially outside the whole extent of the input data, even though the filter would eventually execute correctly when the VOI was updated. Turned this into a debug warning.
-
Utkarsh Ayachit authored
880313ba BUG #14291: Fix segfault when RemoveGhostCells was off. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !625
-
Ken Martin authored
394633f8 Remove logging statements c3e55b81 Workaround problematic motion events Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !626
-
Marcus D. Hanwell authored
Thanks to David Gobbi for the suggestion, and Jean Favre for raising the issue on our mailing list.
-
- 03 Sep, 2015 8 commits
-
-
Casey Goodlett authored
-
Casey Goodlett authored
In some rare cases the action index may not be a index into getPointerId. To workaround this issue do the following 1) Change the semnatics of HandleMotionEvent to use the pointer id directly rather than looking up from index in C code. 2) Wrap the java code in a try/catch to catch invalid motion events.
-
Utkarsh Ayachit authored
vtkExtractCTHPart incorrectly left the GhostCells array on the output data (under a different name) when RemoveGhostCells was off. That resulted in an array being present on certain ranks and not on other. This ended up causing segfault in the data redistribution code in ParaView since it expects ranks to have same arrays. Making vtkExtractCTHPart remove the GhostCells array when RemoveGhostCells is set to true, so that GhostCells won't be removed from the output, but the array that flags the ghost cells is.
-
Utkarsh Ayachit authored
70dd85a0 BUG #15399: Improve performance for exodus modeshapes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !622
-
T.J. Corona authored
bb0ff969 Add another baseline image for quadraticIntersection test. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !621
-
Bill Lorensen authored
Recent changes to KWSys removed the vtksys_stl and vtksys_ios compatibility layers
-
W. Alan Scott authored
-
T.J. Corona authored
-
- 02 Sep, 2015 2 commits
-
-
Ben Boeckel authored
They'll be regenerated as needed.
-
Ken Martin authored
04c45455 Add a mechanism where shader uniforms can be updates 1b5d4d38 Add ability to override the shader template as well 59db1ffe Fix compile issue c0c0e7a7 Add an ability for user code to modify the default VTK shaders Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !614
-