From: rt <rt...@um...> - 2001-02-06 18:33:31
|
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 On Tue, 6 Feb 2001, Keith Whitwell wrote: > rt wrote: > > > > > The drivers we have don't do this. Instead they take a seperate approach of > > > overriding the whole render stage. In the mesa-3-5 branch on dri cvs, the > > > > Is this the approach in 3.4? > > > > To a certain extent -- the 'fastpath' stuff in the dri drivers and in > Mesa/src/FX overrides the whole pipeline, and does clipping, etc in an > hardware-optimized fashion. It doesn't attempt to make use of hardware strip > support as it's not appropriate for the DrawElements case that is being > accelerated. The mga 'eltpath' uses hardware indexed vertices, which is > another way of reducing bus traffic. > > Keith > > _______________________________________________ > Mesa3d-dev mailing list > Mes...@li... > http://lists.sourceforge.net/lists/listinfo/mesa3d-dev > ------------- rt 734-332-4562 "Most people's lives are taken up with a great many trivial things that they don't really care about, but which they feel they have to do. I just don't do that." - esr |