Re: GGI, EGCS/PGCC, Kernel source

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 23 Feb 1998 18:56:26 +0000 (GMT)


> Seriously. One cannot do direct rendering OpenGL-in-a-window under X
> without GGI. The issue is multiple threads accessing the hw
> simultanously with hw graphics context switching. You don't want the X
> server to handle that.

You do. It is far cheaper to put GLX in the server. Then worry about optimising
the calls. You don't want every S3 chip access going via a syscall. KGI has
some of the right ideas in bulking them. Even with a KGI MESA should go via
GLX

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu