[vtk-developers] Mangled Mesa Unsupported?
Kevin H. Hobbs
hobbsk at ohiou.edu
Fri Sep 10 14:56:22 EDT 2010
While trying to sort out some problems with Mesa from git I found out
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100910/4f367345/attachment.sig>
More information about the vtk-developers
mailing list