Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!sgi!shinobu!odin!cashew.asd.sgi.com!kurt From: kurt@cashew.asd.sgi.com (Kurt Akeley) Newsgroups: comp.sys.sgi Subject: Re: SGI's migration to X Message-ID: <1990Sep7.152726.24939@odin.corp.sgi.com> Date: 7 Sep 90 15:27:26 GMT References: <208@voodoo.UUCP> <1990Sep6.010419.1573@odin.corp.sgi.com> <1990Sep6.175301.18898@jarvis.csri.toronto.edu> Sender: news@odin.corp.sgi.com (Net News) Reply-To: kurt@cashew.asd.sgi.com (Kurt Akeley) Organization: sgi Lines: 27 In article <1990Sep6.175301.18898@jarvis.csri.toronto.edu>, drb@eecg.toronto.edu (David R. Blythe) writes: |> In article <1990Sep6.010419.1573@odin.corp.sgi.com> msc@sgi.com writes: |> > |> >Even if it's possible, we don't recommend doing it. Trying to image into |> >the same window using both X and the GL raises a bunch of nasty issues of |> >which one of the nastiest is synchronizing the drawing. Has the GL finished |> >drawing this polygon so I can have X draw this line? Who's on first so to |> >speak. Ugh!! |> > |> |> It would be really really really really nice if whatever X toolkit/UIMS/etc |> gets fobbed off on me (i.e. Motif,OpenLook) also works with GL graphics. |> That is to say, I want to learn *one* subroutine library for popups, |> pulldowns, radio knobs, other crap that can be used in both a GL window and an |> X window. This would seem like a good reason to have X requests and GL |> requests work together, rather than making a GL version of the same library. You'll be able to use the same X-based toolkit with both X and GL applications. Remember, the popups, pulldowns, radio knobs, and other crap all are created as subwindows, not as part of the current window. What you won't be able to do is to blend (or logicop, or z-buffer, or texture map) a popup, pulldown, radio knob, or other crap INTO a GL scene. -- kurt