This is a subject more related to the dri-devel mailing list. On 2002.02.27 00:44 xinghui wrote: > I know there are many HW device drivers in DRI mode .How to write > the device driver in GLX indirect mode ? >
To have hardware acceleration in indirect rendering you don't need a different set of drivers. The X server should spawn a DRI client that made the rendering off-screen, but this is not implemented yet. See http://dri.sourceforge.net/doc/faq/architecture.html#REMOTE-RENDERING and the next question for more info regarding this. Jos� Fonseca _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
