Re: X11DRV_GLX_CreateDriver

2004-03-04 Thread Lionel Ulmer
> Hi, if found a commented X11DRV_GLX_CreateDriver in the x11drv dll, > did anyone try to write a glx backend and stopped for some reason? >From what I know of it, this must be some code from the TransGaming DirectX merge some time ago where they merged all the 2D stuff and left out thei

Re: X11DRV_GLX_CreateDriver

2004-03-03 Thread Ryan Underwood
On Thu, Mar 04, 2004 at 06:03:59AM +0100, Maurizio Monge wrote: > > Hi, if found a commented X11DRV_GLX_CreateDriver in the x11drv dll, > did anyone try to write a glx backend and stopped for some reason? > > I was just planning to write a OpenGL backend for directd

X11DRV_GLX_CreateDriver

2004-03-03 Thread Maurizio Monge
Hi, if found a commented X11DRV_GLX_CreateDriver in the x11drv dll, did anyone try to write a glx backend and stopped for some reason? I was just planning to write a OpenGL backend for directdraw (i.e. using glDrawPixels, etc), as i think it would be almost as fast as dga and far more stable