"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. -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
