PDA

View Full Version : OpenGL without Xfree


tid-wave
04-15-03, 06:56 PM
hello
i would like to make an OpenGL application which doesn't use XFree86(and GLX). Is this thing possible ?

Tommi
04-18-03, 08:34 AM
Open GL without Xree...should be stable. :-) Best part is removed part. I have no clue if its possible but idea seems interesting. :-)

-Tommi

erwos
04-19-03, 11:19 PM
The short answer is, no, you can't get hardware accelerated OpenGL without using XF86 at this time. That said, there's also no reason to _not_ use XF86 for it. All the exaggerated latency problems don't rear their head since it uses direct rendering to bypass the network layer.

-Erwos