Re: [Dri-devel] Re: Mesa C++ driver framework update

2003-03-10 Thread Keith Whitwell
Marcelo E. Magallon wrote: On Tue, Mar 11, 2003 at 12:27:40AM +, Keith Whitwell wrote: > libGL.so provides a dispatch table that can be efficiently switched. Yep, I've read how that's implemented in Mesa. It's really nice once you figure out what's going on (the code of course looks a loo

[Dri-devel] Re: Mesa C++ driver framework update

2003-03-10 Thread Marcelo E. Magallon
On Tue, Mar 11, 2003 at 12:27:40AM +, Keith Whitwell wrote: > libGL.so provides a dispatch table that can be efficiently switched. Yep, I've read how that's implemented in Mesa. It's really nice once you figure out what's going on (the code of course looks a look more terrifying than you