Leif Delgass wrote:
> 
> On Tue, 11 Dec 2001, Brian Paul wrote:
> 
> > "Sergey V. Udaltsov" wrote:
> > >
> > > Hi all
> > >
> > > Is it possible to turn on/off some particular GL extenstions in Mach64
> > > driver? Is mesa.conf in any help here? I would like to play with
> > > texture-related extensions (probable, turning GL_ARB_multitextures off
> > > would solve my problems in celestia?)
> >
> > You can call the _mesa_enable/disable_extension() functions in the
> > context-init code in the driver, like other DRI drivers do, to enable
> > or disable various extensions.
> >
> > I'm not sure the mesa.conf stuff works anymore.
> 
> I think the point is (but I could be wrong) whether this is
> user-configurable without recoding/recompiling anything, and it seems the
> answer is no.  The driver can enable/disable extensions for all apps using
> the driver, or an app using GL through the driver can choose to enable or
> disable extensions supported by the driver.  So it's up to the application
> (in this case celstia) to let the user configure which are used, right?


Sure, an app can always elect whether or not it uses particular extensions.
Maybe I'm missing your point.

-Brian

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to