This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 06 Feb, 2013 7 commits
-
-
Bill Lorensen authored
Some windows and linux systems fail the regression tests by minor amounts. This patch specifies a larger image tolerance. In particular, the VTK continuous build has a recurring regression failure for one of these tests. With the increased tolerance, the test passes. Tolerances were set so that the tests pass on a Fedora/Mesa system and were verified on a Fedora/OpenGL system. Change-Id: Ibf59e01f67e171050411b19ca70041b7b478a1fe
-
Bill Lorensen authored
5c851441 COMP: Uninitialized memory reads
-
Bill Lorensen authored
Running the otherPrint test with valgrind uncovered several uninitialized memory read defects Change-Id: I31779489cca5aef2b250f6793254fa61c387aa7a
-
Marcus D. Hanwell authored
ce1e7cdb Fix regression when using Windows XP with QVTKWidget.
-
Clinton Stimpson authored
When another app window is passing over a QVTKWidget, there was some uncessary flicker on Windows XP. The flicker was caused by an extra InvalidateRect() call that we actually need for Vista and newer. Change-Id: I37df2b4b66c06779c8e949d6993d53c41d2c8355
-
Marcus D. Hanwell authored
222faeb9 Fix typos, remove empty lines, simplify code and uniformize style.
-
Joachim Pouderoux authored
Change-Id: Ic2ca7b791f9576c7358ba6adf32b045f1ddbc542
-
- 05 Feb, 2013 1 commit
-
-
Sean McBride authored
0636f23c Updated SimpleCocoaVTK example to work better on modern OS X
-
- 04 Feb, 2013 3 commits
-
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ibe1216542f3304233a97b151be4ba940b13c2cec
-
Utkarsh Ayachit authored
3b3130eb Replace vtkFreeType(Tools|Utilities) with vtkTextRenderer.
-
Berk Geveci authored
28b5cc99 Fixed OSMesa render window leak.
-
- 03 Feb, 2013 15 commits
-
-
David Gobbi authored
85499309 BUG #13706: enable VTK_CURSOR_CROSSHAIR for vtkXOpenGLRenderWindow
-
Giuseppe D'Angelo authored
With cursor themes, XC_crosshair is a perfectly nice cursor under X, so it makes no sense to fall back to an arrow cursor instead. Work for this fix has been sponsored by BP. Change-Id: I08a3d4e3e34cd26db36abb701efa74f306eb1a5f
-
Bill Lorensen authored
fc372ce6 COMP: Block tests when VTK_USE_GLSL_SHADERS Off
-
Philippe Pébay authored
6207e192 A better representation for baseline comparison fb5520c5 Fixed material mask
-
Philippe Pébay authored
Change-Id: Ia8f49de0b832d4d2aa05f6dd8cdc96266aa30f6d
-
Philippe Pébay authored
Change-Id: I7d6093d3e53e861863eb5eb52ae643f9c67243b9
-
Bill Lorensen authored
544c62fd COMP: Check for supported renderer
-
Bill Lorensen authored
The test failed to check if the volume mapper supported the required extensions. Change-Id: I27031c37aff1bdf1800dacab6d784753dd618db7
-
Bill Lorensen authored
9e8594e1 BUG: Correct CMake message typos: FATAL -> FATAL_ERROR
-
David Cole authored
FATAL will just be emitted as message text, FATAL_ERROR actually triggers the intended "stop configuring now" behavior. Also, messge -> message. Most of these occurrences are luckily (?) in conditionals where they are rarely encountered in practice. Change-Id: I6a10bb6f7539e6c30d9cb1372570c697968226fe
-
Bill Lorensen authored
Some tests require VTK_USE_GLSL_SHADERS On. Block them if off. Change-Id: I5c3e689aef5b09fd5e8d37001a25af1685fd3673
-
Bill Lorensen authored
de282917 COMP: Remove DoubleBufferingOff
-
Bill Lorensen authored
8e906f1e COMP: Block tests when VTK_USE_CG_SHADERS Off
-
Bill Lorensen authored
On Ubuntu factory build, CamBlur is failing with the X error: X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage) This patch trie to see if DoubleBufferingOff is the culprit Change-Id: I1214dfe4e76387eb20213d81fee0cb58ef0fac80
-
Bill Lorensen authored
f019934f COMP: Increase timeout for 2 tests on factory
-
- 02 Feb, 2013 4 commits
-
-
Bill Lorensen authored
Some tests require VTK_USE_CG_SHADERS On. Block them if off. Change-Id: Ifa11bc69fcde319af88a0100c2c7274f6265487b
-
Bill Lorensen authored
125561e1 COMP: Suppress failing tests on MAC
-
Bill Lorensen authored
These tests fail on virtually ever MAC. Change-Id: I72134dc9b3319053ca1ebf39304f5e118b2af21a
-
Bill Lorensen authored
These two tests need a bit more time to run on the ubuntu factory machine. Here we increase the time to 120 seconds, just for these two tests. The rationale is to have clean factory builds for gerrit reviews. Change-Id: Ifc5f55b6f54953b8e7ebf85bdaea1cab56b48863
-
- 01 Feb, 2013 10 commits
-
-
Sean McBride authored
0f9b3d07 COMP: fixed warnings issued by clang's -Wdocumentation
-
Bill Lorensen authored
e47635fa Regenerate meshQuality.py from the more complete meshQuality.cxx a2dea487 Fix the tcl-to-python conversion for a few tests.
-
David Gobbi authored
Change-Id: I54388b3d367ac9ef3778442d3cf33c111f21c948
-
David Gobbi authored
Note that TestTransformInterpolator.py is still failing, as is the TestTransformInterpolator.tcl script it was converted from. It will have to be determined what has changed in VTK 6 that causes this test to fail. Change-Id: I272804d77117f902003af814ca8bf10be0282d9e
-
Bill Lorensen authored
83b0306f BUG: TestRenderView fails on some X platforms
-
Bill Lorensen authored
3ac4b2fb ENH: Convert tests to new testing framework
-
Berk Geveci authored
vtkOSOpenGLRenderWindow was not destroying the OpenGL context when deleted. Fixed. Change-Id: I7ad2e9abd7a657ed2c9918d53006cd991098cdbc
-
Bill Lorensen authored
TestRenderView fails on some platforms, reporting: X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage) This patch changes the test to use the newer testing framework and seems to fix the problem. Change-Id: I7e85c2da6235c4bb7787659b8d9bc3681ea4b7a9
-
David C. Lonie authored
3b3130eb Replace vtkFreeType(Tools|Utilities) with vtkTextRenderer.
-
Bill Lorensen authored
16ba96fa COMP: ResetCameraClippingPlanes after manual camera setup
-