Re: [Dri-devel] dynamic glx extensions again

2003-08-17 Thread Jon Smirl
I have been modify my standalone versions of the drivers to use __GLcontextModes instead of __GLXvisualConfig since I don't have GLX. = Jon Smirl [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebui

Re: [Dri-devel] dynamic glx extensions again

2003-08-17 Thread Ian Romanick
Felix Kühling wrote: On Fri, 15 Aug 2003 13:13:13 -0700 Ian Romanick <[EMAIL PROTECTED]> wrote: Felix Kühling wrote: this is hopefully the final version of the per-screen dynamic GLX extensions patch. Major changes from the last version: - per-screen data in __GLXscreenConfigs - __DRIscreen has an

Re: [Dri-devel] dynamic glx extensions again

2003-08-15 Thread Felix Kühling
On Fri, 15 Aug 2003 13:13:13 -0700 Ian Romanick <[EMAIL PROTECTED]> wrote: > Felix Kühling wrote: > > > Hello, > > > > this is hopefully the final version of the per-screen dynamic GLX > > extensions patch. Major changes from the last version: > > > > - per-screen data in __GLXscreenConfigs > >

Re: [Dri-devel] dynamic glx extensions again

2003-08-15 Thread Ian Romanick
Felix Kühling wrote: Hello, this is hopefully the final version of the per-screen dynamic GLX extensions patch. Major changes from the last version: - per-screen data in __GLXscreenConfigs - __DRIscreen has an opaque pointer back to the screenConfigs - Bumped the internal libGL API version to 200