Mark Vojkovich wrote: > > Currently, for libXvMC, Intel and NVIDIA have static libraries > that work essentially like libGLcore and is used in conjuction > with libXvMC.a. I want to move to a libXvMC.so plus libXvMCcore.so > type operation where libXvMC dlopens the appropriate core for > the hardware being used. > > Does the DRI do this sort of thing? How do you know which > core to load?
It does if I understand the question. It gets the driver name from a DRI extension protocol request to the server - the ddx driver knows which module to load. The path to the driver.so is from a hardcoded default or overridden by an environment variable - however, I kindof believe it would have made more sense for the server to give an absolute path. Keith _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert