[vtkusers] Mangled Mesa Unsupported?

Kevin H. Hobbs hobbsk at ohiou.edu
Mon Aug 30 10:40:12 EDT 2010


It appears that mangled mesa is no longer supported by VTK.

Should the VTK_USE_MANGLED_MESA CMake variable be removed?

Should the Rendering/vtkMesa* classes be removed?

It seems like each vtkMesaXXX.cxx file does :

#include "vtkOpenGLXXX.h"
#include "vtkMesaXXX.h"

#define vtkOpenGLXXX vtkMesaXXX
#include "vtkOpenGLXXX.cxx"
#undef vtkOpenGLXXX

but vtkOpenGLXXX.h and vtkMesaXXX.h differ so much that vtkOpenGLXXX.cxx
cannot be compiled.

Would patches that make vtkMesaXXX.h more like vtkOpenGLXXX.h be considered?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100830/a080fe79/attachment.pgp>


More information about the vtkusers mailing list