From: Keith W. <ke...@va...> - 2001-02-06 19:37:08
|
rt wrote: > > Okay. I see. A quick grep in src/FX doesn't reveal exactly where > the fastpath stuff hooks into the driver framework. How does it, or > rather, who calls fxDDFastPathInit()? > > rt > The init function is called at startup to initialize some static data. The faspath code hooks into 'BuildPrecalcPipeline' or something like that. Consider looking at 3.5 or at least a DRI driver; the 3.4 fx driver is pretty crufty. Keith |