Michael wrote:
| 
| I still have concerns about the dispatch mechanism, btw.  Who dictates the
| dynamic order of the dispatch table?  The client or the server?  What
| happens when one client talks to multiple servers, and multiple clients
| talk to multiple servers?  Who wins?  I suspect I know the answer to this
| one, but I'm still obviously uncomfortable with the can of worms we are
| creating here, with IMO dubious benefit.

I owe you and Brian Paul a summary writeup on this subject; other
things interfered during the last couple of days, unfortunately.

Briefly:  The dispatch table order is static, and identical for all
drivers (and the GLX encoder, which counts as a driver as far as this
feature is concerned).  So there are no ordering conflicts to worry
about, even in the multiple-server/multiple-client case.

| In any case, further discussion of the extension should now be moved to
| opengl-arb-interest, for the next phase of the approval process.

Oh, man.  You mean I have to sign up for another mailing list? :-)

Allen

Reply via email to