- May 06, 2015
-
-
02c49fba Remove invalid error message. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !175
-
b84020d6 Replaces iterator pointers with SmartPointers to avoid possible leaks. 4df652b5 Replaced the missing const 0aa18f11 Side sets now write out correctly. 48f899d6 NodeSets finally write out. dbf9f287 Detect when we're writing sets and don't write them as blocks. b08448f7 Fixed possible nulls when FieldData are string arrays. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !145
-
2e337248 Some compile fixes for OpenGLES Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !170
-
09c3da0d Fixes for vtkAtomicInt issues from dashboard tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !171
-
- May 05, 2015
-
-
Nathan authored
-
Utkarsh Ayachit authored
vtkHardwareSelector::RenderAttributeId() may get a negative attribute id when rendering higher order elements. Remove the error message. See BUG
-
6bfea2b3 Disambiguated use of term “kilobyte” Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !98
-
8cc3d7a8 BUG: added output points precision for structured grids Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !172
-
- May 04, 2015
-
-
Cory Quammen authored
vtkContourFilter forwards the desired output point precision to some of the internal filters that do the actual contour computation. It was not doing this for vtkStructuredGrid input.
-
c136c152 A patch from Utkarsh 10084b6d Reverting 9425e699 Reverting c49a2141 Test - see if vtkView as a friend is causing failures. 713bb577 Adding back some classes to the exception list. 7c09e251 Removing two classes in LinuxExceptions. 0492d1f1 Adding another class to exclude in an attempt to fix release mode on OSX. 14eb3276 Missing comma. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !151
-
The summary and verbose output are more consistent in TestEmptyInput.py 4a1cec54 Refactoring TestEmptyInput.py Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !150
-
Sujin Philip authored
Fixes issues detected during dashboard tests. Removes testing for atomic operations using 'check_symbol_exists' as it was not reliable on some platforms.
-
Nathan authored
-
Nathan authored
-
Nathan authored
-
Nathan authored
-
Nathan authored
-
Ken Martin authored
-
- May 03, 2015
-
-
Andrew Maclean authored
This is a patch that fixes issues with 'vtk-kamino-osx-shared-release+mpi+python+tbb' builder.
-
6ad386cf Remove unused variable warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !168
-
Sankhesh Jhaveri authored
-
- May 02, 2015
-
-
ac7ea9f4 Fix some compiler warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !167
-
Ken Martin authored
-
0d2b34b4 Some fixes for mesa master runs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !165
-
- May 01, 2015
-
-
df922afa Initialized test values c673bee7 Various fixes for vtkPolyLine{Source,Representation} e2cd0690 Initialized all member variables in vtkCurveRepresentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !164
-
Ken Martin authored
One fix deals with zbuffer resolution One fix deals with allowing offscreen rendering to use a 32 context of fall back on a 2.1 context One fix deals with cleaning up zbuffer resolution on image slice mapper.
-
633408bf Fix for apple b063141a Make sure GL_R32F is available on old 2.1 context 1d77180d Fix compile error bd18cf24 Rebasing from master bbf6cffb Add missing releasegraphicsresources fb2314af Minor compiler warning fix cbd22723 Even more OSX 3.2 changes 600a0143 Convert Cocoa to default to OpenGL 3.2 ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !140
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
Some classes were missing some cleanup in their releasegraphicsresources calls. Working with a master mesa build was catching all of these so they were easy to track down.
-
Ken Martin authored
-
Ken Martin authored
This commit include more changes to make OSX happy. A couple of them are good changes to be truely 3.2 compliant. Then there is another glew fix because glew is not good with core contexts.
-
Ken Martin authored
OSX is a bit more strict on its opengl so a bunch more changes were required such as using in/out instead of attribute/varying. Also handle gl_FragData properly for 3.2 as an output variable. glew had a bug preventing glGenVertextAttribute... from being defined. Made a change to correct that.
-
Ken Martin authored
At the same time this patch completely changes how cell data is handled. In the past we would duplicate any shared vertices so that we could apply the cell data uniquely to each vertex. That causes a huge increase in size for the data as a typical mesh has each vertex shared by 6 triangles. The new approach we create a texture buffer where we store the cell data. Then in the fragment shader we use the gl_PrimitiveID to index into the texture buffer to lookup the relevent cell data. With this change gl_PrimitiveID support is now required not just for picking but for everything.
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
OpenGL 3.2 does not support line width greater than 1 although many drivers do support it. This adds valid images for cases where line width is greater than 1.0 Also minor VisualStudio error check
-