From: tom f. <tf...@al...> - 2010-02-17 21:04:59
|
"Viral Patel" <Vir...@an...> writes: > Typically Mesa didn't seem particularly setup to be used > as an alternate linkable gl implementation and the default > configurations are meant to build a replacements for the system gl > implementation. So you may need to go through the headers and check > that all symbols are being mangled. (Mangled) Mesa works fine in this configuration; I test it regularly (though, currently, I admit it has been a few weeks). If you are finding symbols which aren't mangled and should be, you probably just need to regenerate include/GL/gl_mangle.h. Run it like a shell script to do so. Patches to update mangling are accepted quite rapidly. -tom |