On Wed, Dec 12, 2001 at 04:30:56PM +0000, Sergey V. Udaltsov wrote: > > Why force any application to implement some more or less wide > > set of external shell varibles to query while the same is much > > easier to maintain if its part of a "gatekeeper" library? > Exactly! That's what I meant!
Quake3 allows a user to selectively enable or disable its *use* of certain GL extensions. If this is the behaviour you want, then it's more an application thing than a driver thing. Look at some of the Mesa demos -- you may bind the 't' key to toggle multitexturing, for example. Environment variables in the driver are good for driver development, when the implementation of a certain extension may be buggy and thus disabled by default for instance. -- Gareth _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
