- May 06, 2014
-
-
Ken Martin authored
-
- May 05, 2014
-
-
Ken Martin authored
-
Ken Martin authored
-
https://github.com/cryos/VTKKen Martin authored
-
Ken Martin authored
-
Marcus D. Hanwell authored
This looks much better... Change-Id: Ice9c05e6c10e13011164b120c3b3e23266cce414
-
- May 04, 2014
-
-
Marcus D. Hanwell authored
Attempt to map the colors/scalars, and adjust the shader according to whether color is a uniform or an attribute. Added some logic to deal with building normals as the painters do, but error out for now. This is also not even close to dealing with cell colors and/or properties. Change-Id: If584570b71dca4db3e9fd6c4ad95af58c00dea32
-
- May 01, 2014
-
-
Ken Martin authored
-
Ken Martin authored
-
- Apr 30, 2014
-
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
- Apr 27, 2014
-
-
Marcus D. Hanwell authored
This adds VTK_REPLACE_OPENGL_OVERRIDES (off by default) as a build option, if enabled the vtkRenderingOpenGL module will be modified to depend on vtkRenderingOpenGL2 (privately) and its overrides modified so that we can replace existing implementations piece by piece while running the full suite of regression tests (and seeing how close the drop in replacement classes are). Change-Id: I6decb741bde86270c43578e1b24dca4058de6781
-
- Apr 25, 2014
-
-
Marcus D. Hanwell authored
Change-Id: I1399f62495478622892247f8f1f9c6351c28cbba
-
- Apr 23, 2014
-
-
Marcus D. Hanwell authored
Change-Id: I3c62b6ce39afcb3f1abe59811f89e9064b23456d
-
- Apr 22, 2014
-
-
Marcus D. Hanwell authored
This makes use of the code developed for the scene, but ports it to a more direct use of VBOs in the derived poly data mapper. Change-Id: Idb0db244abbb0e6857818589b20aae22e10abd53
-
Marcus D. Hanwell authored
Still not complete, using GLEW for OpenGL extensions, and an X implementation that uses more recent API to create OpenGL contexts including OpenGL 3/4 if the required extension is present. This also used XLibs directly for interaction, rather than going through Xt. It needs a little more work to actually hook up something that will render to the context, but it shows a great black window right now! Change-Id: Ida0be9f2e9dc11ba3253ffd18cffa2e983ec954e
-
- Apr 14, 2014
-
-
David Gobbi authored
170d6649 Fix bad SetColor/GetColor interaction in vtkProperty.
-
David Gobbi authored
The SetColor() method calls SetAmbientColor(), SetDiffuseColor(), and SetSpecularColor() and each of these can potentially trigger a ModifiedEvent. However, if the ModifiedEvent callback calls GetColor(), which it often will, this causes Bad Things to happen because GetColor() calls ComputeCompositeColor() which re-computes this->Color based on the values of AmbientColor, DiffuseColor, and SpecularColor. The fix is to make sure that Modified() is not called until all of the ivars have been set. Change-Id: I00a6799a1a9e31a6b28e102e11e4a6bd71f18d71
-
Joachim Pouderoux authored
df6c71a9 Fix and enhance bag plots.
-
- Apr 11, 2014
-
-
Sebastien Jourdain authored
5a833608 Change catalyst-web analysis API to expect full URL
-
Sebastien Jourdain authored
Change-Id: Ie60aa74ca3c5319d7bfab5268d7529485dd81831
-
Robert Maynard authored
c2a7f9ff Remove redundant checks for old JPEG compression fd35d0a3 Added progress updates when reading a volume 1fd42d60 Refactored the TIFF reader, add support for floats
-
Marcus D. Hanwell authored
As Robert Maynard pointed out we already control for this in the CanRead function, and so there is no need to repeatedly verify this on every volume or tile read. Change-Id: I47247928503c3e070a3905950fd726a2392c281a
-
Marcus D. Hanwell authored
Updating progress per page seems to give reasonable updates. Change-Id: I142f5e18fad8294df2367d82bea171567c005fa5
-
Marcus D. Hanwell authored
Fairly big refactoring of the TIFF reader, use templated methods in many more places, avoid loss of type after it is determined, added support for reading in 32 bit float TIFFs. Change-Id: I4abf61179461acfa04c2c17c4e6d20467587c984
-
Utkarsh Ayachit authored
6f12002e Added initial ghost points support to vtkDataSetSurfaceFilter.
-
- Apr 10, 2014
-
-
Sebastien Jourdain authored
0607cc53 Catalyst-Web estimate UI fix
-
Sebastien Jourdain authored
Change-Id: Ic58744ab805433fd58aa086d675b5fc1aad21d1b
-
Sebastien Jourdain authored
794807f6 Add cost estimate for Catalyst Web
-
Sebastien Jourdain authored
Change-Id: I3101ca92d225baccf37e61b6039f38fa48ec1318
-
Joachim Pouderoux authored
Fix the way how the bags are computed. They are now performed at 50 and 99% of the distribution. Functional bag plots also create a median serie which is the median line of all input series. Outliers series are also tagged with an "_outlier" extension in their name. Change-Id: I990428c9b79278be9be725491232b3e9d69190b0
-
- Apr 09, 2014
-
-
Sean McBride authored
bcb33444 Add #error when trying to build as Cocoa ARC
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I36e7d9033c7ec65a4cbafc43f547eebf5219c237
-
1aa0a945 Merge topic '14646-scalar-bar-borders' into master 02666b57 Merge topic 'unreachable-return' into master d80ccfb6 Fix unreachable code warning in otherCellTypes.cxx. 2e262725 Merge topic 'catalyst-web-composite' into master 6d42e913 Improve basic search in web-catalyst f43db5e0 Merge topic 'R_row_names' into master 20d5df76 BUG: Border visibility from underlying vtkScalarBar actor 48341cd5 copy row names from R to vtkTable 0b03bebf Merge topic 'catalyst-web-composite' into master 3ce7a4f1 Improve ParaView cinema UI 01a29205 Merge topic 'NSOpenGLPFACompliant' into master dfaddbaa Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 621c98ad Merge topic 'view-settings' into master 468f25df Removed all uses of deprecated NSOpenGLPFACompliant 410e53cd Name enum LEFT, BOTTOM, ... Location. 90ef4451 Merge topic 'vtkOStreamWrapper-std-string' into master ...
-
- Apr 07, 2014
-
-
Brad King authored
Generalize the timeout increase in commit 15605b33 (Increased the timeout slightly to allow passing on slow machines, 2013-03-03) to allow configuration of the timeout in the local cache. This will allow it to be increased on the few machines where we need to do so (typically for software-only GL) without increasing it everywhere. Change-Id: I37be08ab9fd6e2b2cab1239b55d0874aed577bf3