At 01:46 PM 9/16/99 -0600, you wrote: > >What I've been trying to say with this approach does have bearing on the ABI >spec though. I think it's a bad idea to return context-specific function >pointers from the proposed gl*GetProcAddress function. The only valid >objection I've heard to returning a context-independant pointer is that it >would adversely affect performance. So my venture into the architecture >realm was to show that such an architecture could be high performance, >therefore, performance degradation was not a valid argument for a poor >design decision (i.e. returning context-specific pointers). I don't see a way around the double-indirection, however. Consider per-vertex calls such as MultiTexCoord2fvARB(), you're adding another branch indirect per vertex. I do believe this will be measurable and therefore to be avoided.
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc... David Blythe
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc_address ... Richard Pimentel
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc_add... Brett Johnson
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc... Richard Pimentel
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc... Brett Johnson
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc... Richard Pimentel
- Re: [oglbase-discuss] 2nd draft: GL_EXT_get_proc... Jon Leech
- [oglbase-discuss] LibGL dispatch API (was Re: 2n... Brett Johnson
- Re: [oglbase-discuss] LibGL dispatch API (was Re... Stuart Anderson
- [oglbase-discuss] OK, back to Re: 2nd draft: GL_... Brett Johnson
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Michael I Gold
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... John M. Zulauf
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Brett Johnson
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Brett Johnson
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Michael I Gold
- Re: [oglbase-discuss] OK, back to Re: 2nddraft:G... Brett Johnson
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... akin
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Brett Johnson
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Michael I. Gold
- Re: [oglbase-discuss] OK, back to Re: 2nd draft:... Thomas Roell
- RE: [oglbase-discuss] OK, back to Re: 2nd draft:... John R. Dennis
