First post to mesa lists... hopefully this is the right place for this 
question:

The ability to icorporate custom GLSL shaders was recently added to VTK. 
However, our tests of this fail when VTK is linked using mesa apparently 
because there is no glIsProgram symbol. We use an OpenGL extensions 
manager object to query for it and it's not there. Are we doing 
something wrong or is there something missing from mesa??

<Details>
In VTK:
manager->GetProcAddress("glIsProgram");

symbols matching "IsProgram" in Mesa libs:
001f14a0 t NoOpIsProgramNV
00151580 T _mesa_IsProgram
001fbe30 T glIsProgramARB
001f9bf0 T glIsProgramNV
</Details>

One test failure is detailed on this nightly dashboard of VTK:
http://www.vtk.org/Testing/Sites/hythloth.kitware/Linux-gcc33/20061006-0300-Nightly/Results/__Rendering_Testing_Tcl_TestGLSLShader-image.html


Thanks,
David Cole
Kitware, Inc.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to