On Thu, Nov 04, 1999 at 02:58:47PM -0700, Brett Johnson wrote:
> I agree that it is possible to come up with a mechanism to find all
> possible 3d drivers, then query them to determine which extensions they
> support. But it seems like a lot of work to me, and I don't see any reason
> to do it.
Which is equally true for the context independence issue to a good
number of us, so I don't think a "lot of work" objection is in and of
itself sufficient.
> What is your reasoning for wanting a NULL pointer to indicate
> that "no currently available driver supports this extension"?
That's what most of my last two posts were about, but to summarize:
it is misleading to the application, noop behavior creates debugging
nightmares, and no reasonable error behavior appears possible.
IMO this is dlsym() on steroids to handle the loadable driver issue
- not a precognizant API that anticipates everything you might ever want
to do in a GL app. If the function exists somewhere in the
implementation, you should be able to get at it. If not, why pretend
otherwise.
Jon Leech
SGI
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Brett Johnson
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Thomas Roell
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Michael Vance
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Stephen J Baker
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Bernd Kreimeier
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Stephen J Baker
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... David Blythe
- Re: [oglbase-discuss] New GLX_ARB_get_proc_address specifi... David Blythe
- Re: [oglbase-discuss] New GLX_ARB_get_proc_address sp... Michael I. Gold
- Re: [oglbase-discuss] New GLX_ARB_get_proc_address specifi... Brett Johnson
- Re: [oglbase-discuss] New GLX_ARB_get_proc_address sp... Jon Leech
- Re: [oglbase-discuss] New GLX_ARB_get_proc_addres... Brett Johnson
- Re: [oglbase-discuss] New GLX_ARB_get_proc_address sp... Michael I Gold
- Re: [oglbase-discuss] New GLX_ARB_get_proc_addres... Jon Leech
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Brett Johnson
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Jon Leech
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Brett Johnson
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Michael I. Gold
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Brett Johnson
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Michael I Gold
- Re: [oglbase-discuss] New GLX_ARB_get_proc_ad... Brett Johnson
